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 the ability to decode a JWT token without specifying an audience. #336

Merged
merged 1 commit into from
Nov 7, 2023

Conversation

sagunb
Copy link
Contributor

@sagunb sagunb commented Oct 25, 2023

Adding this allows us to continue using this library to decode a JWT token without a secret (the way it used to be possible pre v9).

Without this we cannot update to v9 and we are stuck in v8.3.

closes #335

Adding this allows us to continue using this library to decode a JWT
token with a secret (the way it used to be possible pre v9).

Without this we cannot update to v9 and we are stuck in v8.3.
@sagunb
Copy link
Contributor Author

sagunb commented Oct 27, 2023

Can you merge the PR, I can't do it because I don't have write access to the repo.

@Keats
Copy link
Owner

Keats commented Oct 28, 2023

I'll merge it soon, just waiting a bit to maybe group it with some wasm stuff

@horacimacias
Copy link

I'm also interested in this. If there is anything I can help to make this PR merged please let me know.

@Keats Keats merged commit f112c08 into Keats:master Nov 7, 2023
5 checks passed
@horacimacias
Copy link

thanks!

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.

aud mismatch rejections are hard to debug
3 participants