[docs] Update README to document register/login and account system #36
Labels
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: sneak/chat#36
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
From QA Audit (#25 comment)
Severity: BLOCKER
README says "no accounts" but the code has
POST /api/v1/registerandPOST /api/v1/loginendpoints 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/sessionAND optional account registration via/registerand/login.