Emit id_token
This commit is contained in:
@ -16,11 +16,12 @@ serde_json = "1.0.79"
|
||||
serde_yaml = "0.8.23"
|
||||
env_logger = "0.9.0"
|
||||
serde = { version = "1.0.136", features = ["derive"] }
|
||||
bcrypt = "0.12.1"
|
||||
bcrypt = "0.11.0"
|
||||
uuid = { version = "0.8.2", features = ["v4"] }
|
||||
mime_guess = "2.0.4"
|
||||
askama = "0.11.1"
|
||||
futures-util = "0.3.21"
|
||||
urlencoding = "2.1.0"
|
||||
rand = "0.8.5"
|
||||
base64 = "0.13.0"
|
||||
base64 = "0.13.0"
|
||||
jwt-simple = "0.10.9"
|
Reference in New Issue
Block a user