Overview
Manager user login interface for obtaining access tokens for the management backend.Request Body
Required Parameters
Manager username
Manager password
Response Fields
Access token for authentication in subsequent API calls
Token expiration time (seconds)
User information
Status Codes
| Status Code | Description |
|---|---|
| 200 | Login successful |
| 401 | Invalid username or password |
| 429 | Too many login attempts |
| 500 | Internal server error |
Best Practices
- Password Security: Use strong password policies, change passwords regularly
- Token Management: Implement automatic token refresh mechanism
- Access Control: Role-based and permission-based access control
- Login Restrictions: Implement login attempt limits
- Session Management: Set reasonable token expiration times
- Secure Storage: Don’t store sensitive information in insecure places

