-
Notifications
You must be signed in to change notification settings - Fork 26
Open
Labels
Stellar WaveIssues in the Stellar wave programIssues in the Stellar wave program
Description
Description
Implement GET /api/admin/users for an admin role to list users with optional filters and pagination. Require admin JWT or API key. Do not expose in public OpenAPI if internal-only.
Requirements and context
- Implement only in new files. Add
src/routes/admin/users.tsand use user repository. Do not modifypackage.json,src/index.ts. Add admin auth check (middleware or inline).
Suggested execution
- Branch:
git checkout -b feature/admin-list-users - Add route and tests. Example commit message:
feat(api): add admin list users endpoint
Guidelines
- Only new route file under
src/routes/admin/. Timeframe: 96 hours.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
Stellar WaveIssues in the Stellar wave programIssues in the Stellar wave program