Create GET /api/users/me profile endpoint #27

Closed
opened 2025-11-20 22:11:28 +00:00 by KZix · 0 comments
Owner

Acceptance Criteria:

  • Return user profile (email, nickname, name, photo, balance)
  • Users can only access own profile (auth check)
  • Return 404 if user not found
  • Return 401 if unauthorized
**Acceptance Criteria:** - [ ] Return user profile (email, nickname, name, photo, balance) - [ ] Users can only access own profile (auth check) - [ ] Return 404 if user not found - [ ] Return 401 if unauthorized
KZix added the user-managementfeatureapi labels 2025-11-20 22:11:28 +00:00
KZix added this to the Bisca - API project 2025-11-20 22:11:28 +00:00
KZix moved this to In Progress in Bisca - API on 2025-12-18 20:58:33 +00:00
KZix moved this to Backlog in Bisca - API on 2025-12-18 20:58:44 +00:00
KZix changed title from Create GET /api/users/{id} profile endpoint to Create GET /api/users/me profile endpoint 2025-12-18 20:58:59 +00:00
KZix moved this to In Progress in Bisca - API on 2025-12-18 20:59:14 +00:00
KZix moved this to Done in Bisca - API on 2025-12-18 20:59:15 +00:00
KZix closed this issue 2025-12-18 21:04:36 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: SyntaxSquad/DADProject#27