Guides
Authentication
The authentication process.
Overview
Authentication encompasses the following processes:
- Forgot password - See the /app/forgot-password endpoint for more information
- Reset password - See the /app/reset-password endpoint for more information
- Sign-up - See the /app/signup endpoint for more information
- Sign-up activation - See the /app/signup endpoint for more information
- Log in - See the /app/login endpoint for more information
Pages related to these authentication processes should only be accessible when the API responses include the header X-Session-Status: auth
.
HTTP/1.1 200 OK
...
X-Session-Status: auth
...
Authentication flow
TODO