axum-oidc/examples
Paul Zinselmeyer fa5faed004
fix: issuer URL at / path
Previously the issuer url was received as an http::Uri.
When it was converted into a String, a `/` was appended which caused the
IssuerURL validation check in openidconnect to fail.
Now the IssuerURL is received as a String.
2025-04-18 16:23:24 +02:00
..
basic fix: issuer URL at / path 2025-04-18 16:23:24 +02:00