-
Notifications
You must be signed in to change notification settings - Fork 143
Two-Factor Authentication (2FA) with TOTP #489
Copy link
Copy link
Open
Labels
BackendGood first issueGood for newcomersGood for newcomersStellar WaveIssues in the Stellar wave programIssues in the Stellar wave program
Description
Labels: Backend, Security, Auth
Complexity: High (200 points) 🔐
Description
Add an extra layer of security by implementing Two-Factor Authentication using Time-based One-Time Passwords (TOTP).
Requirements / Context
- Use
otpliborspeakeasy. - Flow: Enable 2FA -> Generate Secret -> Verify -> Require on Login.
Acceptance Criteria
-
POST /auth/2fa/generateandPOST /auth/2fa/enable. -
POST /auth/2fa/verifyfor login. - QR code generation for authenticator apps.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
BackendGood first issueGood for newcomersGood for newcomersStellar WaveIssues in the Stellar wave programIssues in the Stellar wave program