This page provides information about the /en/api/auth
endpoint on our website.
Authentication API
The /en/api/auth
endpoint is designed for handling authentication processes on our platform. It allows users to log in, register, and manage their accounts.
Endpoints
- POST /en/api/auth/login: Used to log in a user.
- POST /en/api/auth/register: Used to register a new user.
- GET /en/api/auth/logout: Used to log out a user.
Usage
To use these endpoints, you will need to send a request with the appropriate parameters. For example, to log in, you will need to provide your username and password.
Example Request
{
"username": "user123",
"password": "password123"
}
Security
Security is a top priority for our authentication system. We use industry-standard encryption and authentication methods to protect your data.
More Information
For more detailed information about our authentication system, please visit our Authentication Documentation.
[center]
Remember to keep your credentials secure and never share them with others.