feat: refactor and refine authentication system with decoupled user management and admin console

This commit is contained in:
2026-05-30 14:05:11 +05:00
parent f35908095c
commit f6ea8a99d9
17 changed files with 816 additions and 191 deletions
+2
View File
@@ -24,3 +24,5 @@ tokio = { version = "1.52.3", features = ["full"] }
tower-http = { version = "0.6.11", features = ["trace", "cors"] }
tracing = "0.1.44"
tracing-subscriber = "0.3.23"
rand = "0.8.5"