jsonwebtoken
jsonwebtoken copied to clipboard
JWT lib in rust
Fixes some inconsistencies in the documentation and improves readability.
It seems a very common pattern is to have a `JwkSet` be published by API providers, the most common thing to do with this is use the data from it...
Hello This is a feature request to support ed25519. The reason is explained there https://github.com/mike-engel/jwt-cli/issues/173. Sadly I'm not able to make the related PR, because I know nothing about rust....
When I use the certificate-private key mode, I have the certificate as the public key, but when I use public key(certificate) parsing, the program keeps telling me that the key...
Hi, First, thanks for this library which has been really helpful and is built in much the same way I would have built my own JWT/JWK library. # Background When...
Hi, https://github.com/datafuselabs/databend/pull/5062 needs ES512 support from jsonwebtoken. Is there anything special to take care of? I'm willing to submit a PR to add `ES512` support :rocket:
WASM Support
I'd like to be able to decode the claims on my client in the browser (verification is not necessary). Currently, using `jsonwebtoken::decode` with `wasm32-unknown-unknown` crashes in generated JavaScript with this...
I think it would be useful for certain operations (encode, sign, etc.) to have an alternative method that accepts a `ring::rand::SecureRandom` RNG provider as an argument, or some other means...
Greetings! I'm currently developing a custom authentication JWT flow aimed at multitenant machine-2-machine authentication. I've looked through a number of Rust libraries and haven't found one that fits my needs....
This is a followup pull request, implementing the [simplified approach](https://github.com/Keats/jsonwebtoken/issues/365#issuecomment-1910186315) discussed on https://github.com/Keats/jsonwebtoken/issues/365.