refactoring, proper User implementation, more settings endpoints. backend probably needs a full refactor to an API/Service/Repository architecture for maintainability

This commit is contained in:
2026-04-02 03:11:14 +01:00
parent ad0cf85b34
commit a2f7f5a505
5 changed files with 174 additions and 28 deletions
+3 -1
View File
@@ -77,7 +77,9 @@ fn rocket() -> Rocket<Build> {
auth::disable_totp,
auth::get_totp_status,
auth::change_password,
auth::change_display_name
auth::change_display_name,
auth::change_username,
auth::delete_account,
],
)
.register(