Skip to content

Feature/two factor auth totp#509

Open
devcarole wants to merge 6 commits intoPulsefy:mainfrom
devcarole:feature/two-factor-auth-totp
Open

Feature/two factor auth totp#509
devcarole wants to merge 6 commits intoPulsefy:mainfrom
devcarole:feature/two-factor-auth-totp

Conversation

@devcarole
Copy link
Copy Markdown

@devcarole devcarole commented Mar 29, 2026

Closes #489


Summary

Describe what changed and why.

Linked Issue

Closes #

Type of Change

  • feat
  • fix
  • docs
  • refactor
  • test
  • chore

Validation

  • Lint passed for affected area(s)
  • Tests passed for affected area(s)
  • Manual verification completed (if applicable)

Documentation

  • Documentation updated (or N/A with explanation)
  • Screenshots/videos attached for UI changes

Checklist

  • Branch name uses feat/, fix/, or docs/
  • Commit messages follow Conventional Commits
  • PR scope matches linked issue acceptance criteria

DevCarole and others added 6 commits March 29, 2026 11:48
- Add TOTP secret generation and QR code functionality
- Implement 2FA enable/disable endpoints
- Add 2FA verification during login flow
- Create comprehensive DTOs for 2FA operations
- Add database migration for 2FA fields
- Implement encryption utilities for secure secret storage
- Update package dependencies with otplib and qrcode libraries

Closes Pulsefy#489
@Cedarich
Copy link
Copy Markdown
Contributor

Please fix workflow

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Two-Factor Authentication (2FA) with TOTP

2 participants