Use OIDC username
This commit is contained in:
parent
9888ac4062
commit
3c670d50d3
10 changed files with 154 additions and 43 deletions
|
|
@ -5,9 +5,10 @@ edition = "2021"
|
|||
|
||||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||||
[features]
|
||||
default = ["mock_auth"]
|
||||
#default = ["oidc"]
|
||||
default = []
|
||||
oidc = ["dep:axum-oidc"]
|
||||
mock_auth = []
|
||||
|
||||
[dependencies]
|
||||
axum = "0.7.5"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue