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 JWT to 2.3, fix specs #18

Merged
merged 1 commit into from
Sep 6, 2024
Merged

Update JWT to 2.3, fix specs #18

merged 1 commit into from
Sep 6, 2024

Conversation

mdelaossa
Copy link
Member

@mdelaossa mdelaossa commented Sep 5, 2024

Version 2.3 of JWT chosen as a good middle step before continuing updates

Main change from 1.x to 2.x was JWT.decode now needing an algorithm list we want to use, as it defaults to HS256 otherwise - we're already doing this in the main code, so only needed to update specs

@mdelaossa mdelaossa marked this pull request as ready for review September 5, 2024 20:01
@mdelaossa mdelaossa requested a review from neurosnap as a code owner September 5, 2024 20:01
@UserNotFound UserNotFound removed their request for review September 5, 2024 20:19
@mdelaossa mdelaossa requested a review from joe-herman September 6, 2024 14:54
@mdelaossa mdelaossa changed the title Update JWT, fix specs Update JWT to 2.3, fix specs Sep 6, 2024
@mdelaossa mdelaossa merged commit adcd31e into master Sep 6, 2024
7 checks passed
@mdelaossa mdelaossa deleted the update-jwt branch September 6, 2024 16:20
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.

3 participants