mikkyang / rust-jwt

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

jwk headers #99

Open azr opened 9 months ago

azr commented 9 months ago

Hello there,

I am trying to use this library to generate a token with a jwk header, do you know of any examples defining those ?

Will implementing jwt::header::JoseHeader be enough ?

Thanks !