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

Update jsonwebtoken to latest version #40

Merged
merged 4 commits into from
Nov 11, 2023
Merged

Conversation

blablacio
Copy link
Contributor

Updates jsonwebtoken to latest version and also updates key algorithm handling when initializing key data.

Should close #25.

blablacio and others added 2 commits November 4, 2023 01:41
- Update key algorithm handling when initializing key data
@cduvray
Copy link
Owner

cduvray commented Nov 6, 2023

Hi, thanks for this PR!
I think I will try to "regenerate" the test tokens without audiences (and with audiences for some tests), because it breaks too many tests. I will push it on the main branch you can then rebase on it.

@blablacio
Copy link
Contributor Author

Hey, just noticed I missed one test in tonic. I think it's okay to not regenerate test tokens. The changes are required only because aud is validated against if it's present in the token in newer versions of jsonwebtoken.

@cduvray
Copy link
Owner

cduvray commented Nov 8, 2023

already added the tokens ;), this is also to test more more precisely with and without auditions.

@blablacio
Copy link
Contributor Author

Seems tests are still passing without any changes on my side :)

@cduvray cduvray merged commit 62b75a8 into cduvray:main Nov 11, 2023
5 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.

Skip unknown JWKS Variants in JWK Store refresh
2 participants