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

➖ Remove dependency on jwt-scala #53

Merged
merged 9 commits into from
Nov 5, 2023
Merged

Conversation

jwojnowski
Copy link
Owner

Given a very strict and normalised use of JWTs in OIDC and an already extensive validation on the side of this library, I decided to drop usage of jwt-scala as backend for JWT verification.

This should have an impact not only at the number of dependencies, but on the performance as well, as doing all the decoding within this library enables some optimisations on decoding (in particular eliminates decoding some parts twice).

@jwojnowski jwojnowski force-pushed the remove-jwt-scala-dependency branch 3 times, most recently from 3ed5d49 to b56931a Compare October 5, 2023 09:58
@jwojnowski jwojnowski marked this pull request as ready for review October 5, 2023 13:31
Copy link

@majk-p majk-p left a comment

Choose a reason for hiding this comment

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

Looks good! I got some minor concerns and nitpicks

@jwojnowski jwojnowski force-pushed the remove-jwt-scala-dependency branch from 22568c6 to cac285c Compare November 5, 2023 10:26
@jwojnowski jwojnowski merged commit a7a914a into main Nov 5, 2023
1 check passed
@jwojnowski jwojnowski deleted the remove-jwt-scala-dependency branch January 14, 2024 17:31
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