Add /openid/token route

This commit is contained in:
2022-04-12 20:40:44 +02:00
parent 97203a955d
commit d69b44528e
8 changed files with 188 additions and 16 deletions

View File

@ -22,4 +22,5 @@ mime_guess = "2.0.4"
askama = "0.11.1"
futures-util = "0.3.21"
urlencoding = "2.1.0"
rand = "0.8.5"
rand = "0.8.5"
base64 = "0.13.0"