(feat) auth
This commit is contained in:
parent
15b92ba3a4
commit
0977d47ec2
17 changed files with 711 additions and 58 deletions
|
|
@ -8,6 +8,8 @@ axum = "0.8"
|
|||
tokio = { version = "1.48", features = ["full"] }
|
||||
reqwest = { version = "0.12", features = ["json"] }
|
||||
url = "2.5"
|
||||
argon2 = "0.5" # Password hashing
|
||||
axum-extra = { version = "0.12", features = ["typed-header"] } # For Authorization
|
||||
|
||||
sqlx = { version = "0.8", features = ["runtime-tokio-rustls", "postgres", "macros", "chrono"] }
|
||||
dotenvy = "0.15"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue