Allow to login with OIDC
This commit is contained in:
parent
f556fec3bb
commit
7a2ff7ad1d
12 changed files with 782 additions and 29 deletions
|
|
@ -23,7 +23,10 @@ tower-http = { version = "0.4.0", features = ["cors", "fs"] }
|
|||
sha2 = "0.10"
|
||||
uuid = { version = "1.3", features = ["v4"] }
|
||||
sea-query = "0.28"
|
||||
openidconnect = "3.3.0"
|
||||
envious = "0.2.2"
|
||||
parking_lot = "0.12.1"
|
||||
urlencoding = "2.1.3"
|
||||
|
||||
[dependencies.sea-orm]
|
||||
version = "0.11"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue