axum-oidc/src
Paul Zinselmeyer 19adcbabd2
fix: fixed redirect_uri with handler_uri in session
Previously the redirect_uri was the uri of the handler that needed
authentication.
Now one fixed redirect_uri for the entire application is used that will
redirect the user to the correct handler after successful
authentication.
This commit should fix: #28, #27, #26, #21
2025-04-18 16:23:21 +02:00
..
builder.rs fix: fixed redirect_uri with handler_uri in session 2025-04-18 16:23:21 +02:00
error.rs fix: fixed redirect_uri with handler_uri in session 2025-04-18 16:23:21 +02:00
extractor.rs feat: add typestate OidcClient builder 2025-02-18 21:32:19 +01:00
handler.rs fix: fixed redirect_uri with handler_uri in session 2025-04-18 16:23:21 +02:00
lib.rs fix: fixed redirect_uri with handler_uri in session 2025-04-18 16:23:21 +02:00
middleware.rs fix: fixed redirect_uri with handler_uri in session 2025-04-18 16:23:21 +02:00