Skip to content

[BE-14] Implement GET /auth/me endpoint #579

@yusuftomilola

Description

@yusuftomilola

Overview

Implement the endpoint that returns the currently authenticated user profile inside backend/contrib/.

Location

All work must be inside backend/contrib/src/auth/.

Acceptance Criteria

  • GET /auth/me endpoint implemented, protected by JwtAuthGuard
  • Uses @CurrentUser() decorator to get user from request
  • Returns full user object excluding password and refreshToken
  • Returns 401 if token is missing or invalid

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions