feat(builder): Add builder pattern for OidcClient

Signed-off-by: MATILLAT Quentin <qmatillat@gmail.com>
This commit is contained in:
MATILLAT Quentin 2025-02-17 11:57:10 +01:00
parent f0d9126652
commit 352a4dc187
No known key found for this signature in database
GPG key ID: B9BAF56E288158D2
2 changed files with 117 additions and 84 deletions

View file

@ -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" ] }