Implement opaque login flow in the client

This commit is contained in:
Valentin Tolmer
2021-06-23 09:40:04 +02:00
committed by nitnelave
parent 4d68a2a015
commit 659eab3706
4 changed files with 121 additions and 42 deletions

View File

@@ -9,6 +9,7 @@ anyhow = "1"
chrono = "*"
http = "0.2.4"
jwt = "0.13"
rand = "0.8"
serde = "1"
serde_json = "1"
wasm-bindgen = "0.2"