>_
.issue.db
/highway-workflow-engine
Dashboard
Issues
Memory
Lessons
Audit Log
New Issue
Edit Issue #47
Update issue details
Title *
Description
Implement POST /api/v1/admin/tokens/revoke-all/<user_id> endpoint to revoke all tokens for a user. **API Specification:** - Endpoint: POST /api/v1/admin/tokens/revoke-all/<user_id> - Permission Required: manage_users - Path Parameter: user_id (UUID) - Response: {success: true, user_id, tokens_revoked: count} **Requirements:** - Revoke all active tokens for specified user - Useful when user is compromised or leaving - Log audit event with count of revoked tokens - Include reason in audit log **Use Cases:** - User account compromise - Employee offboarding - Security incident response - Password reset (revoke existing sessions) **IMPORTANT:** Implement with ultra attention to details and correctness. **BEFORE CLOSING:** Take screenshot showing bulk token revocation. Add comment summarizing implementation.
Priority
Low
Medium
High
Critical
Status
Open
In Progress
Closed
Due Date (YYYY-MM-DD)
Tags (comma separated)
Related Issues (IDs)
Enter IDs of issues related to this one. They will be linked as 'related'.
Update Issue
Cancel