Allow to login with OIDC

This commit is contained in:
traxys 2023-07-27 00:06:36 +02:00
parent f556fec3bb
commit 7a2ff7ad1d
12 changed files with 782 additions and 29 deletions

View file

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