nileshkr17/Authly

Service 4: User Management Endpoints

Open

#7 aperta il 4 ott 2025

Vedi su GitHub
 (1 commento) (0 reazioni) (1 assegnatario)TypeScript (5 fork)auto 404
Hacktoberfestgood first issuehacktoberfest-accepted

Metriche repository

Star
 (1 star)
Metriche merge PR
 (Metriche PR in attesa)

Descrizione

Objective

Admin-level user management endpoints.


List Users

  • GET /api/users → list all users (JWT protected)

Get User by ID

  • GET /api/users/:id → retrieve single user info (JWT protected)

User Roles (Optional)

  • Add role field (Admin/User)
  • Role-based guards for protected routes

Guida contributor