refactored auth for JWTs, completed TOTP/2FA implementation, added endpoints to change display name and password
This commit is contained in:
@@ -73,6 +73,11 @@ fn rocket() -> Rocket<Build> {
|
||||
auth::get_totp,
|
||||
auth::confirm_totp,
|
||||
auth::generate_invite,
|
||||
auth::verify_totp,
|
||||
auth::disable_totp,
|
||||
auth::get_totp_status,
|
||||
auth::change_password,
|
||||
auth::change_display_name
|
||||
],
|
||||
)
|
||||
.register(
|
||||
|
||||
Reference in New Issue
Block a user