Skip to content

feat: create user 2FA endpoint#237

Merged
ONEONUORA merged 4 commits intoFracverse:masterfrom
caxtonacollins:user-2fa-endpoint
Feb 26, 2026
Merged

feat: create user 2FA endpoint#237
ONEONUORA merged 4 commits intoFracverse:masterfrom
caxtonacollins:user-2fa-endpoint

Conversation

@caxtonacollins
Copy link
Contributor

@caxtonacollins caxtonacollins commented Feb 26, 2026

This PR introduces a Two-Factor Authentication (2FA) system to secure sensitive inheritance operations and resolves several maintenance issues, including formatting and dependency conflicts.

$ cargo test --test two_fa_tests --test plan_tests --test claim_tests
Finished test [unoptimized + debuginfo] target(s) in 8.82s
test result: ok. 20 passed; 0 failed; 0 ignored

Closes #73

Checklist

  • All tests passed
  • Code formatted with cargo fmt
  • Merge conflicts resolved
  • Sensitive operations protected by 2FA

@caxtonacollins caxtonacollins marked this pull request as ready for review February 26, 2026 13:40
Copy link
Contributor

@ONEONUORA ONEONUORA left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Great Job @caxtonacollins

@ONEONUORA ONEONUORA merged commit 261ca9d into Fracverse:master Feb 26, 2026
2 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.

[Backend] (Rust) User 2FA Endpoint

2 participants