feat(auth): argon2id hashing + AuthUser/Authorized<Cap> session extractors

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-06-02 14:45:13 +02:00
parent bea9b6b39a
commit 992526ef77
3 changed files with 251 additions and 1 deletions
+17
View File
@@ -0,0 +1,17 @@
[package]
name = "auth"
version = "0.0.0"
edition.workspace = true
rust-version.workspace = true
[dependencies]
axum.workspace = true
domain = { path = "../domain" }
argon2.workspace = true
tower-sessions.workspace = true
serde.workspace = true
uuid.workspace = true
thiserror.workspace = true
[dev-dependencies]
tokio.workspace = true