Keats / jsonwebtoken

JWT lib in rust
MIT License
1.61k stars 253 forks source link

Feature Request: encryption of jsonwebtoken #378

Open wrenix opened 3 months ago

wrenix commented 3 months ago

https://datatracker.ietf.org/doc/html/rfc7519

"json web encryption"

alternative wait till is ready: https://github.com/RustCrypto/JOSE

Keats commented 3 months ago

We do support some of it but not all. No plan to support everything from it