Authentication Endpoints
Log Out
Endpoint: POST /api/auth/logout/
Description: Logs out the currently authenticated user.
- Requires JWT cookies (
access_token,refresh_token) - Uses
IsAuthenticated
Response
{
"success": true
}
Errors:
- 400
Endpoint: POST /api/auth/logout/
Description: Logs out the currently authenticated user.
access_token, refresh_token)IsAuthenticatedResponse
{
"success": true
}
Errors:
- 400
From here you can search these documents. Enter your search terms below.
| Keys | Action |
|---|---|
| ? | Open this help |
| n | Next page |
| p | Previous page |
| s | Search |