Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 6 additions & 6 deletions docs/MFA_ROADMAP.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,12 @@ Two-factor authentication is fully implemented using TOTP (Time-based One-Time P

### Endpoints

| Endpoint | Method | Description |
|----------|--------|-------------|
| `POST /api/auth/2fa/setup` | POST | Initialize 2FA — returns secret + QR code URL |
| `POST /api/auth/2fa/verify` | POST | Verify a TOTP code and activate 2FA |
| `POST /api/auth/2fa/disable` | POST | Disable 2FA (requires current TOTP code) |
| `POST /api/auth/2fa/backup-codes` | POST | Regenerate backup codes |
| Endpoint | Method | Description |
| --------------------------------- | ------ | --------------------------------------------- |
| `POST /api/auth/2fa/setup` | POST | Initialize 2FA — returns secret + QR code URL |
| `POST /api/auth/2fa/verify` | POST | Verify a TOTP code and activate 2FA |
| `POST /api/auth/2fa/disable` | POST | Disable 2FA (requires current TOTP code) |
| `POST /api/auth/2fa/backup-codes` | POST | Regenerate backup codes |

### DTOs

Expand Down
Loading
Loading