feat: auth basics

This commit is contained in:
nullishamy 2025-04-24 20:19:54 +01:00
parent 005c13e1d4
commit 9c7c2858cc
Signed by: amy
SSH key fingerprint: SHA256:WmV0uk6WgAQvDJlM8Ld4mFPHZo02CLXXP5VkwQ5xtyk
11 changed files with 215 additions and 29 deletions

1
Cargo.lock generated
View file

@ -2156,6 +2156,7 @@ version = "0.1.0"
dependencies = [
"chrono",
"main",
"rand 0.8.5",
"reqwest",
"rocket",
"rocket_db_pools",