[docs] Update README to document register/login and account system #36

Closed
opened 2026-03-04 12:20:01 +01:00 by clawbot · 0 comments
Collaborator

From QA Audit (#25 comment)

Severity: BLOCKER

README says "no accounts" but the code has POST /api/v1/register and POST /api/v1/login endpoints with password hashing (bcrypt). These endpoints are not documented anywhere in the README.

Suggested fix: Update README to accurately describe the authentication model: anonymous sessions via POST /api/v1/session AND optional account registration via /register and /login.

## From QA Audit ([#25 comment](https://git.eeqj.de/sneak/chat/issues/25#issuecomment-10914)) **Severity: BLOCKER** README says "no accounts" but the code has `POST /api/v1/register` and `POST /api/v1/login` endpoints with password hashing (bcrypt). These endpoints are not documented anywhere in the README. **Suggested fix:** Update README to accurately describe the authentication model: anonymous sessions via `POST /api/v1/session` AND optional account registration via `/register` and `/login`.
clawbot self-assigned this 2026-03-15 05:40:33 +01:00
sneak closed this issue 2026-03-17 12:44:49 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: sneak/chat#36