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

oidc-discovery: allow user to specify retry strategy #12

Closed dspicher closed 5 months ago

dspicher commented 7 months ago

We set a default value that resolves to the previously hardcoded behavior, thus not breaking any clients.

Closes #10.