argon encrypted register endpoint

This commit is contained in:
2025-09-23 03:43:28 +02:00
parent 007071cf12
commit 30061f6988
5 changed files with 247 additions and 68 deletions

View File

@@ -12,5 +12,6 @@ pub fn utils_routes() -> Router<AppState> {
Router::new()
.route("/login", put(clean_auth_loging))
.route("/register", put(register_user))
//.with_state(state)
}