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

Specify correct key algorithm in the JWT header #25

Merged
merged 3 commits into from
Jan 22, 2024

Conversation

devmotion
Copy link
Contributor

While browsing through the code, I noticed that - it seems, untested since I'm only on my webbrowser right now - currently the key algorithm specified in the JWT header is only correct when using RS256 and HS256 but wrong for e.g. RS384 and other algorithms.

@devmotion
Copy link
Contributor Author

The issue showed up in JuliaHealth/SMARTBackendServices.jl#9.

@tanmaykm
Copy link
Owner

Thanks!

@tanmaykm tanmaykm merged commit 155033a into tanmaykm:master Jan 22, 2024
9 checks passed
@devmotion devmotion deleted the patch-1 branch January 22, 2024 17:01
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.

2 participants