Emit id_token

This commit is contained in:
2022-04-13 19:07:58 +02:00
parent d69b44528e
commit 53a540139c
10 changed files with 734 additions and 25 deletions

View File

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