Tài liệu
Account Authentication
Account Authentication
6 endpoint trong nhóm này.
POST
Login
/api/login
The login method serves as the primary authentication gateway for the entire system. This function receives user identity information and performs security data verification to gra...
POST
Logout
/api/logout
The logout method allows users to securely terminate their current session by disabling the system's authentication code. This function removes the login status and prevents unauth...
POST
Refresh Token
/api/token
Generate new authorization token using refresh token
POST
Revoke Token
/api/revoke
Invalidate authorization and refresh token. Pass refresh token or call this method with valid access token
POST
Password Reset
/api/passwordreset
Request password reset email for account
POST
Sign up
/api/signup
Create new account