cduvray / jwt-authorizer

JWT authorization layer for Axum.
MIT License
69 stars 21 forks source link

Add support for custom http client in jwks discovery. #42

Closed NotNorom closed 11 months ago

NotNorom commented 1 year ago

This is meant for tackling #41

cduvray commented 12 months ago

Hi, it blocks on a formatting problem (line too long), just run cargo fmt this should fix it.

NotNorom commented 11 months ago

Even with the formatting fixed I just wanna mention that I really don't know if this approach should be considered a good one. I did not put much thought into this and just wanted something that works quickly.