mirror of
https://github.com/thegeneralist01/archivr
synced 2026-07-21 18:55:36 +02:00
feat(auth): AuthUser extractor, password helpers, token generation
This commit is contained in:
parent
a4239ba5fc
commit
db28d038d9
4 changed files with 144 additions and 2 deletions
|
|
@ -15,8 +15,10 @@ tower-http.workspace = true
|
|||
argon2.workspace = true
|
||||
rand.workspace = true
|
||||
axum-extra.workspace = true
|
||||
chrono.workspace = true
|
||||
base64.workspace = true
|
||||
serde_json.workspace = true
|
||||
|
||||
[dev-dependencies]
|
||||
tempfile.workspace = true
|
||||
tower.workspace = true
|
||||
serde_json.workspace = true
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue