Skip to content

Feature/backend 2fa totp 963#1028

Merged
mftee merged 2 commits into
CodeGirlsInc:mainfrom
mijinummi:feature/backend-2fa-totp-963
Jun 19, 2026
Merged

Feature/backend 2fa totp 963#1028
mftee merged 2 commits into
CodeGirlsInc:mainfrom
mijinummi:feature/backend-2fa-totp-963

Conversation

@mijinummi

Copy link
Copy Markdown
Contributor

Summary

feat(auth): build multi-factor TOTP engine mechanics alongside safe login intercepts

  • Expands relational user schemas to support persistent verification fields
  • Builds recovery table structures tracking hashed alternative emergency passphrases
  • Connects Redis time-bounded TTL caching wrappers to protect setup initialization phases
  • Updates standard login sequences to intercept active multi-factor profiles cleanly
  • Implements single-use consumption constraints across historical recovery logs
  • Closes [BE-06] Two-Factor Authentication Backend: TOTP Endpoints & Login Flow Integration #963

@vercel

vercel Bot commented Jun 19, 2026

Copy link
Copy Markdown

@mijinummi is attempting to deploy a commit to the Mftee's projects Team on Vercel.

A member of the Team first needs to authorize it.

@mftee mftee merged commit 13ca4b6 into CodeGirlsInc:main Jun 19, 2026
1 of 4 checks passed
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.

[BE-06] Two-Factor Authentication Backend: TOTP Endpoints & Login Flow Integration

2 participants