You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
TOTP Generation: Implement a mechanism to generate TOTP odes based on a shared secret key and the current time.
TOTP Verification: Implement a mechanism to verify TOTP codes entered by the user.
User Interface: Provide a user-friendly interface for generating and verifying TOTP codes.
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.
The text was updated successfully, but these errors were encountered:
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:
Thank you for considering this feature request.
The text was updated successfully, but these errors were encountered: