How to Use Auth and Profile APIs
This guide describes how to register users, manage auth sessions, verify emails, perform password resets, and update user profiles via the REST APIs.
π Authentication
Most endpoints in this guide require standard user authentication. Include the user JWT token in your requests: Authorization: Bearer <user-jwt-token>
Exceptions: /api/