Skip to content

Implement Get User Profile Endpoint #27

@ayshadogo

Description

@ayshadogo

Description:
Create endpoint for users to fetch their own profile information.

Tasks:

  • Create GET /users/profile endpoint
  • Protect with JWT guard
  • Fetch user by ID from token payload
  • Exclude sensitive fields (password_hash)
  • Return user profile with related data
  • Add profile completion percentage

Acceptance Criteria:

  • Returns current user's profile
  • Password is never returned
  • Returns 401 if not authenticated
  • Includes wallet address and KYC status

Metadata

Metadata

Assignees

Labels

Stellar WaveIssues in the Stellar wave program

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions