-
-
Notifications
You must be signed in to change notification settings - Fork 9
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
2FA - Google Authenticator - Enable/disable #110
Comments
Hey, |
@finalbytes not disable, enable :) yes please Edit: oh you meant the disable part. The enable part is part of this issue and im not sure it makes sense to split these 2 up? |
Okay, I think I misunderstood you. But I understand from this that you want to have the 2FA built into your application (dopenote). And if you want to switch it off that you also use the 6-digit code of your 2FA? Do I understand you better? Then it seems useful that I first implement this in the application, and then make the addition for switching off with code. Let me know if you actually mean this. |
@finalbytes yes exactly. Per user. |
I'll implement this feature for you! |
@finalbytes awesome :) |
@finalbytes how's it going? 😃 |
https://github.com/antonioribeiro/google2fa-laravel
Under "User settings" it should be possible to enable/disable 2FA using Google Authenticator.
When disabling, user must enter the current 2FA code before succeeding.
Let me know if you have any questions
The text was updated successfully, but these errors were encountered: