Skip to content

[S3] Implement GET /users/me to return the authenticated user's profile #668

Description

@Akshola00

Description

Return the profile of the currently authenticated wallet.

Deliverables

  • Requires JWT auth
  • GET /users/me looks up user by publicKey from JWT payload
  • Returns the User object (id, publicKey, displayName, createdAt)
  • Returns 404 if user record doesn't exist yet (should not happen if auto-create is in place)
  • npm run build passes

Notes

Depends on #12 (StellarAuthGuard), #31 (users migration), and #34 (auto-create user).

Metadata

Metadata

Assignees

Labels

EasyStellar WaveIssues in the Stellar wave programbackendNestJS server workstage-3Backend API implementation

Type

No type

Fields

No fields configured for issues without a type.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions