register user token update

This commit is contained in:
2025-11-28 19:14:55 +01:00
parent 5a32cce04d
commit c9e338574e
7 changed files with 110 additions and 50 deletions

View File

@@ -18,8 +18,8 @@ pub fn utils_routes() -> Router<AppState> {
.route("/register", put(register_user))
.route("/ws/", get(ws_handler))
.route("/tokentest", put(token_tester))
.route("/force_update_password", put(ForceUpdatePassword))
.route("/update_password", put(UpdatePassword))
.route("/force_update_password", put(force_update_password))
.route("/update_password", put(update_password))
.route("/create_refresh", post(create_refresh_token))
.route("/login_refresh_token", post(login_refresh_token))