π Problem
Authentication (JWT/OAuth) is implemented, but there is no clear documentation explaining how it works for frontend/backend integration.
π― Objective
Provide clear API documentation for authentication flows.
β
Tasks
- Create
docs/auth-flow.md
- Document:
- login flow
- token usage
- password reset process
- Include request/response examples
- Link documentation in README
π§ͺ Acceptance Criteria
- Auth flow is clearly documented
- API examples are included
- Frontend developers can integrate easily
π‘ Suggested Labels
documentation, backend, frontend