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 a test verifying JWT signed with a secret key #25653

Merged
merged 1 commit into from
May 18, 2022

Conversation

sberyozkin
Copy link
Member

Fixes #25632.

This test uses a secret key to sign a token and verify it with the same key

@gastaldi gastaldi added the triage/waiting-for-ci Ready to merge when CI successfully finishes label May 18, 2022
@geoand geoand merged commit cf92045 into quarkusio:main May 18, 2022
@quarkus-bot quarkus-bot bot added this to the 2.10 - main milestone May 18, 2022
@quarkus-bot quarkus-bot bot added kind/bugfix and removed triage/waiting-for-ci Ready to merge when CI successfully finishes labels May 18, 2022
@sberyozkin sberyozkin deleted the jwt_secret_key_test branch May 18, 2022 14:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

JWT token with HS256 and corresponding JWK file : UnresolvableKeyException
3 participants