Adds an AdminPanel with currently active registration tokens.

This commit is contained in:
2022-06-04 21:42:45 +02:00
parent 34737bfb6b
commit 65d2dece55
13 changed files with 490 additions and 48 deletions

4
backend/Cargo.lock generated
View File

@@ -238,6 +238,7 @@ dependencies = [
"libc",
"num-integer",
"num-traits",
"serde",
"time 0.1.44",
"winapi 0.3.9",
]
@@ -338,6 +339,7 @@ checksum = "b28135ecf6b7d446b43e27e225622a038cc4e2930a1022f51cdb97ada19b8e4d"
dependencies = [
"bitflags",
"byteorder",
"chrono",
"diesel_derives",
"pq-sys",
"r2d2",
@@ -598,6 +600,7 @@ name = "gamenight"
version = "0.1.0"
dependencies = [
"argon2",
"base64",
"chrono",
"diesel",
"diesel-derive-enum",
@@ -605,6 +608,7 @@ dependencies = [
"futures",
"jsonwebtoken",
"password-hash",
"rand",
"rand_core",
"rocket",
"rocket_dyn_templates",