- Add ListUsers to Store interface and implementations - Add user listing API endpoint (GET /api/users) - Add role management endpoints (POST/DELETE /api/auth/admin/users/:userId/role) - Add GeneratePublicToken to TokenService for OAuth callback - Add CancelSubscription to Store interface - Update go.mod with oauth2 dependencies |
||
|---|---|---|
| .. | ||
| middleware.go | ||
| oauth.go | ||
| token_service.go | ||