Keats / jsonwebtoken

JWT lib in rust
MIT License
1.64k stars 260 forks source link

JWT validation from headers #290

Closed randomairborne closed 1 year ago

randomairborne commented 1 year ago

Is there a way to validate the JWT from header information and a set of possibke JWKs?

Keats commented 1 year ago

https://github.com/Keats/jsonwebtoken/blob/master/examples/auth0.rs ?

randomairborne commented 1 year ago

I totally didn't notice that. I'm sorry for wasting your time.