Add code challenge support

This commit is contained in:
2022-04-14 18:04:01 +02:00
parent 0b64c88fc6
commit 45f125a331
9 changed files with 117 additions and 11 deletions

View File

@ -24,4 +24,6 @@ futures-util = "0.3.21"
urlencoding = "2.1.0"
rand = "0.8.5"
base64 = "0.13.0"
jwt-simple = "0.10.9"
jwt-simple = "0.10.9"
digest = "0.10.3"
sha2 = "0.10.2"