mirror of
https://codeberg.org/pfzetto/axum-oidc
synced 2025-12-08 06:05:16 +01:00
Added first implementation of RP Initiated Logout
Created a new extractor for RP-Initiated-Logout and modified example to use it.
This commit is contained in:
parent
a522b7936d
commit
1844b880c1
8 changed files with 171 additions and 17 deletions
|
|
@ -11,3 +11,5 @@ axum = "0.7.4"
|
|||
axum-oidc = { path = "./../.." }
|
||||
tower = "0.4.13"
|
||||
tower-sessions = "0.11.0"
|
||||
|
||||
dotenvy = "0.15.7"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue