Add OpenID routes
This commit is contained in:
@ -9,11 +9,13 @@ edition = "2021"
|
||||
log = "0.4.19"
|
||||
env_logger = "0.10.0"
|
||||
clap = { version = "4.3.19", features = ["derive", "env"] }
|
||||
light-openid = "1.0.1"
|
||||
light-openid = { version = "1.0.1", features=["crypto-wrapper"] }
|
||||
lazy_static = "1.4.0"
|
||||
actix-web = "4"
|
||||
actix-remote-ip = "0.1.0"
|
||||
actix-session = { version = "0.7.2", features = ["cookie-session"] }
|
||||
actix-identity = "0.5.2"
|
||||
serde = { version = "1.0.175", features = ["derive"] }
|
||||
futures-util = "0.3.28"
|
||||
serde_json = "1.0.105"
|
||||
futures-util = "0.3.28"
|
||||
anyhow = "1.0.75"
|
Reference in New Issue
Block a user