| #62 |
API: Create Tenant
Implement endpoint to create a new tenant (system_admin only).
Endpoint: POST /api/v1/tenants
Requ...
|
open |
high |
2025-11-27 07:16 |
- |
|
| #61 |
API: Terminate All User Sessions
Implement endpoint to terminate all sessions for a user.
Endpoint: DELETE /api/v1/users/{user_id}/s...
|
open |
high |
2025-11-27 07:16 |
- |
|
| #60 |
API: Terminate Session
Implement endpoint to terminate a specific session.
Endpoint: DELETE /api/v1/sessions/{session_id}
...
|
open |
high |
2025-11-27 07:16 |
- |
|
| #59 |
API: List Active Sessions
Implement endpoint to list all active sessions for a user or tenant.
Endpoint: GET /api/v1/sessions...
|
open |
high |
2025-11-27 07:15 |
- |
|
| #58 |
API: Get User Audit Trail
Implement endpoint to get complete audit trail for a specific user.
Endpoint: GET /api/v1/users/{us...
|
open |
medium |
2025-11-27 07:15 |
- |
|
| #57 |
API: Export Audit Logs
Implement endpoint to export audit logs as CSV/JSON.
Endpoint: GET /api/v1/audit/logs/export
Query...
|
open |
medium |
2025-11-27 07:15 |
- |
|
| #56 |
API: Query Audit Logs
Implement endpoint to query audit logs with filtering.
Endpoint: GET /api/v1/audit/logs
Query Para...
|
open |
high |
2025-11-27 07:15 |
- |
|
| #55 |
API: Accept Invitation Public Endpoint
Implement public endpoint for accepting invitations.
Endpoint: POST /api/v1/invitations/accept
Req...
|
closed |
high |
2025-11-27 07:15 |
- |
|
| #54 |
[Admin Panel] Invitation System - Cancel/Resend Invitation
Implement cancel and resend endpoints for invitations.
**API Specifications:**
**Cancel Invitation...
|
closed |
high |
2025-11-27 07:13 |
- |
|
| #53 |
[Admin Panel] Invitation System - List Invitations
Implement GET /api/v1/admin/invitations endpoint to list all invitations.
**API Specification:**
- ...
|
closed |
high |
2025-11-27 07:13 |
- |
|
| #52 |
[Admin Panel] Invitation System - Send Invitation
Implement POST /api/v1/admin/invitations endpoint to invite users to tenant.
**API Specification:**...
|
closed |
critical |
2025-11-27 07:13 |
- |
|
| #51 |
[Admin Panel] API Key Management - Rotate API Key
Implement POST /api/v1/admin/api-keys/<api_key_id>/rotate endpoint to rotate an API key.
**API Spec...
|
closed |
high |
2025-11-27 07:13 |
- |
|
| #50 |
[Admin Panel] API Key Management - Revoke API Key
Implement DELETE /api/v1/admin/api-keys/<api_key_id> endpoint to revoke an API key.
**API Specifica...
|
closed |
high |
2025-11-27 07:13 |
- |
|
| #49 |
[Admin Panel] API Key Management - List API Keys
Implement GET /api/v1/admin/api-keys endpoint to list all API keys.
**API Specification:**
- Endpoi...
|
closed |
high |
2025-11-27 07:13 |
- |
|
| #48 |
[Admin Panel] API Key Management - Create API Key
Implement POST /api/v1/admin/api-keys endpoint to create API keys for service accounts.
**API Speci...
|
closed |
critical |
2025-11-27 07:13 |
- |
|
| #47 |
[Admin Panel] Token Management API - Revoke All User Tokens
Implement POST /api/v1/admin/tokens/revoke-all/<user_id> endpoint to revoke all tokens for a user.
...
|
closed |
high |
2025-11-27 07:12 |
- |
|
| #46 |
[Admin Panel] Token Management API - Revoke Token
Implement DELETE /api/v1/admin/tokens/<token_id> endpoint to revoke a specific token.
**API Specifi...
|
closed |
critical |
2025-11-27 07:12 |
- |
|
| #45 |
[Admin Panel] Token Management API - List Tokens
Implement GET /api/v1/admin/tokens endpoint to list all active tokens.
**API Specification:**
- End...
|
closed |
high |
2025-11-27 07:12 |
- |
|
| #44 |
[Admin Panel] Token Management API - Generate Token
Implement POST /api/v1/admin/tokens endpoint to generate JWT tokens for users.
**API Specification:...
|
closed |
critical |
2025-11-27 07:12 |
- |
|
| #43 |
[Admin Panel] Role Assignment API - Remove Role
Implement DELETE /api/v1/admin/users/<user_id>/roles/<role_name> endpoint to remove role from user.
...
|
closed |
critical |
2025-11-27 07:12 |
- |
|