Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

TOTP Authenticator Functionality #674

Open
wowlikon opened this issue Jan 11, 2025 · 0 comments
Open

TOTP Authenticator Functionality #674

wowlikon opened this issue Jan 11, 2025 · 0 comments

Comments

@wowlikon
Copy link

Feature Request:
I would like to request the addition of a TOTP (Time-based One-Time Password) authenticator functionality to Bruce. This feature allows you to use your device as a 2FA key.

Use Case:
Users could generate TOTP codes on their devices, which would then be used for secure authentication processes. This would be particularly useful in scenarios where an extra layer of security is required, such as accessing sensitive data or performing critical operations.

Implementation Details:

  1. TOTP Generation: Implement a mechanism to generate TOTP odes based on a shared secret key and the current time.
  2. TOTP Verification: Implement a mechanism to verify TOTP codes entered by the user.
  3. User Interface: Provide a user-friendly interface for generating and verifying TOTP codes.
  4. Configuration: Allow users to configure the TOTP settings, such as the time step and the length of the TOTP code.

Thank you for considering this feature request.

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

No branches or pull requests

1 participant