-
Notifications
You must be signed in to change notification settings - Fork 10
Open
Labels
Stellar WaveIssues in the Stellar wave programIssues in the Stellar wave program
Description
Description:
Create endpoint for users to fetch their own profile information.
Tasks:
- Create
GET /users/profileendpoint - 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
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
Stellar WaveIssues in the Stellar wave programIssues in the Stellar wave program