Keats / jsonwebtoken

JWT lib in rust
MIT License
1.62k stars 252 forks source link

Add the ability to decode a JWT token without specifying an audience. #336

Closed sagunb closed 8 months ago

sagunb commented 9 months ago

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

sagunb commented 9 months ago

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

Keats commented 9 months ago

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

horacimacias commented 8 months ago

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

horacimacias commented 8 months ago

thanks!