oidc login #5

Merged
nif merged 5 commits from feature/login into main 2025-01-22 19:40:01 +01:00
Showing only changes of commit 7df36bdb58 - Show all commits

View File

@ -8,7 +8,7 @@ repository = "https://git.nifni.eu/nif/casket"
[dependencies]
axum = { version = "0.8.1", features = ["multipart", "macros"] }
axum-extra = { version = "0.10.0", features = ["typed-header"] }
axum-jwks = "0.10.0"
axum-jwks = "0.11.0"
tokio = { version = "1.42.0", features = ["full"] }
tokio-util = { version = "0.7.13", features = ["io"] }
futures = "0.3"