backend: working auth

This commit is contained in:
Sphereso 2024-07-08 12:55:11 +02:00
parent 8c3becf843
commit ab22d6d830
9 changed files with 172 additions and 10 deletions

View file

@ -18,3 +18,4 @@ sea-orm = { version = "0.12", features = [
] }
dotenvy = "*"
jsonwebtoken = "*"
futures = "*"