mirror of
https://codeberg.org/pfzetto/axum-oidc
synced 2025-12-08 06:05:16 +01:00
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 |
||
|---|---|---|
| .. | ||
| builder.rs | ||
| error.rs | ||
| extractor.rs | ||
| handler.rs | ||
| lib.rs | ||
| middleware.rs | ||