1
0
mirror of https://github.com/pcvolkmer/arsnova-client.git synced 2025-07-04 23:52:55 +00:00

feat: extract user ID from client token

This commit is contained in:
2023-12-22 04:51:27 +01:00
parent 5d7a4ebfa0
commit a9b0e2f49a
2 changed files with 30 additions and 0 deletions

View File

@ -21,6 +21,7 @@ serde_json = "1.0"
tokio = { version = "1.35", features = ["rt-multi-thread", "macros"], default-features = false }
tokio-tungstenite = { version = "0.21", features = ["connect", "rustls-tls-webpki-roots"], default-features = false }
url = "2.5"
base64 = "0.21"
[profile.release]
opt-level = "s"