Auth API
This documentation describes the API endpoints for user authentication and authorization in our fest management framework.
Base URL
/api/auth
Endpoints
POST
/login
POST
/loginAuthenticate a user with email and password.
Request
Response
POST
/register
POST
/registerRegister a new user.
Request
Response
GET
/refresh
GET
/refreshRefresh an access token using a refresh token.
Request
Response
GET
/logout
GET
/logoutLogout a user (requires authentication).
Response
Last updated
Was this helpful?