feat: random tokens, sessions, guest usernames and device ids

This commit is contained in:
timokoesters 2020-04-06 22:57:58 +02:00
parent 64223b8812
commit ddcd423e6f
No known key found for this signature in database
GPG key ID: 24DA7517711A2BA4
4 changed files with 38 additions and 13 deletions

3
Cargo.lock generated
View file

@ -607,6 +607,7 @@ dependencies = [
"js_int",
"log",
"pretty_env_logger",
"rand",
"rocket",
"ruma-api",
"ruma-client-api",
@ -1051,7 +1052,7 @@ dependencies = [
[[package]]
name = "ruma-client-api"
version = "0.7.2"
source = "git+https://github.com/ruma/ruma-client-api.git#fe92c2940a2db80509e9a9f162c0f68f3ec3d0a4"
source = "git+https://github.com/ruma/ruma-client-api.git#dc582758e4f846b3751d84d21eb321e8eb4faf51"
dependencies = [
"http",
"js_int",