lpotthast / axum-keycloak-auth

Protect axum routes with a JWT emitted by Keycloak.
https://crates.io/crates/axum-keycloak-auth
Apache License 2.0
34 stars 13 forks source link

Let user specify retry strategy for fetching public keys #10

Closed dspicher closed 5 months ago

dspicher commented 7 months ago

The retry strategy is currently hardcoded. It would be great if the user could set this according to their needs.

I would be happy to submit a PR if you'd like.

lpotthast commented 7 months ago

Yeah, this would be a great addition!