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

JwtTokenResolverImpl trashes cache on invalid jwt #80

Open
artem-v opened this issue May 15, 2020 · 0 comments
Open

JwtTokenResolverImpl trashes cache on invalid jwt #80

artem-v opened this issue May 15, 2020 · 0 comments

Comments

@artem-v
Copy link
Contributor

artem-v commented May 15, 2020

Subj.

Bug in exception handling. Drop a jwt which fails verification and it will clear kid in the cache. This leads to situation when normal key will be removed from cache by some invalid jwt.

@artem-v artem-v added the bug Something isn't working label May 15, 2020
@artem-v artem-v removed the bug Something isn't working label Sep 21, 2020
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

No branches or pull requests

1 participant