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
Currently, our Laravel application does not support two-factor authentication (2FA) as an optional feature for added security. This feature request proposes implementing a 2FA mechanism as an optional setting that users can choose to enable or disable based on their preference.
Proposed Solution
Integrate a 2FA feature that allows users to enable or disable 2FA authentication for their accounts. When enabled, users will be prompted to set up 2FA using popular authentication apps like Google Authenticator or Authy or Twillio with SMS. This extra layer of security will enhance the overall security of the application.
Acceptance Criteria
Implement a flexible 2FA system that can be toggled on or off by users.
Users should be able to set up 2FA using standard authentication apps like Google Authenticator.
Provide clear instructions and guidance for users to set up and manage their 2FA settings.
Ensure that 2FA is integrated securely and does not introduce vulnerabilities.
Currently, our Laravel application does not support two-factor authentication (2FA) as an optional feature for added security. This feature request proposes implementing a 2FA mechanism as an optional setting that users can choose to enable or disable based on their preference.
Proposed Solution
Integrate a 2FA feature that allows users to enable or disable 2FA authentication for their accounts. When enabled, users will be prompted to set up 2FA using popular authentication apps like Google Authenticator or Authy or Twillio with SMS. This extra layer of security will enhance the overall security of the application.
Acceptance Criteria
Implement a flexible 2FA system that can be toggled on or off by users.
Users should be able to set up 2FA using standard authentication apps like Google Authenticator.
Provide clear instructions and guidance for users to set up and manage their 2FA settings.
Ensure that 2FA is integrated securely and does not introduce vulnerabilities.
https://github.com/laravel-liberu/laravel-two-factor
https://github.com/laravel-liberu/laravel-twilio
The text was updated successfully, but these errors were encountered: