mirror of
https://codeberg.org/pfzetto/axum-oidc
synced 2025-12-10 23:25:17 +01:00
feat(builder): Add builder pattern for OidcClient
Signed-off-by: MATILLAT Quentin <qmatillat@gmail.com>
This commit is contained in:
parent
f0d9126652
commit
352a4dc187
2 changed files with 117 additions and 84 deletions
|
|
@ -15,6 +15,7 @@ keywords = [ "axum", "oidc", "openidconnect", "authentication" ]
|
|||
thiserror = "2.0"
|
||||
axum-core = "0.5"
|
||||
axum = { version = "0.8", default-features = false, features = [ "query" ] }
|
||||
bon = "3.3"
|
||||
tower-service = "0.3"
|
||||
tower-layer = "0.3"
|
||||
tower-sessions = { version = "0.14", default-features = false, features = [ "axum-core" ] }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue