mikkyang / rust-jwt

JSON Web Token library for Rust
MIT License
176 stars 38 forks source link

Adds support for Es256, Es384, Rs256, Rs384, Rs512 #93

Open jbis9051 opened 12 months ago

jbis9051 commented 12 months ago

Ps* can be added in a follow up PR by modifying the trait bounds from DigestSigner to RandomizedDigestSigner and changing the implementation as appropriate, I'm just lazy

gibbz00 commented 4 months ago

This is awesome, thanks!