start working on auth

This commit is contained in:
2023-04-03 16:11:26 +02:00
parent 3dbfadb00e
commit d50f3d9746
12 changed files with 485 additions and 106 deletions

View File

@ -10,5 +10,6 @@ rocket = { version = "0.5.0-rc.3"}
rocket_dyn_templates = {version = "0.1.0-rc.3", features = [ "tera" ] }
log = "0.4"
env_logger = "0.10"
sqlx = { version = "0.6", features = ["sqlite", "runtime-tokio-rustls"] }
sqlx = { version = "0.6", features = ["sqlite", "runtime-tokio-rustls", "macros"] }
argon2 = "0.5"
base64 = "0.21"