oidc authentication
This commit is contained in:
@@ -24,6 +24,7 @@ dotenv = "0.15.0"
|
||||
futures-util = "0.3.31"
|
||||
hex = "0.4.3"
|
||||
mime_guess = "2.0.5"
|
||||
openid = "0.17.0"
|
||||
regex = "1.11.1"
|
||||
rustix = { version = "1.0.8", features = ["fs"] }
|
||||
serde = { version = "1.0.219", features = ["derive"] }
|
||||
@@ -36,4 +37,5 @@ tower = "0.5.2"
|
||||
tower-http = { version = "0.6.6", features = ["cors", "fs", "trace"] }
|
||||
tracing = "0.1.41"
|
||||
tracing-subscriber = "0.3.19"
|
||||
url = "2.5.4"
|
||||
uuid = { version = "1.17.0", features = ["serde"] }
|
||||
|
||||
Reference in New Issue
Block a user