Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add monitoring for token scanning hits/misses #15230

Merged
merged 7 commits into from May 9, 2024

Conversation

fitztrev
Copy link
Member

@fitztrev fitztrev commented May 5, 2024

No description provided.

token <- (obj \ "token").asOpt[String]
url <- (obj \ "url").asOpt[String]
yield Bearer(token) -> url
token <- (obj \ "token").asOpt[String]
Copy link
Member

@kraktus kraktus May 5, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

At that point probably better to create a class with a jsonreader?

@ornicar ornicar marked this pull request as ready for review May 9, 2024 08:52
@ornicar ornicar merged commit 3054855 into lichess-org:master May 9, 2024
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants