1
0

Authentication service

This commit is contained in:
2025-02-01 11:33:57 +02:00
parent f66ea8b544
commit bea517ebd0
9 changed files with 462 additions and 56 deletions

View File

@ -0,0 +1,14 @@
[package]
name = "authentication"
version = "0.1.0"
edition = "2024"
[dependencies]
argon2 = { version = "0.5.3", features = ["std"] }
thiserror = "2.0.11"
garde = { version = "0.22.0", features = ["email", "url", "derive"] }
derive_more = { version = "1.0.0", features = ["deref", "deref_mut", "into"] }
[dependencies.database]
path = "../../database"