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

added optional $secret variable to EnableTwoFactorAuthentication.php #48

Closed
wants to merge 3 commits into from

Conversation

jetwes
Copy link

@jetwes jetwes commented Sep 17, 2020

With this PR it is possible to enable TwoFactorAuthentication with an already generated secret
This is necessary if you want to check if the user successfully activated his device before you save the encrypted secret to the database. Logic for checking has to be in the front-end (e.g. jetstream).
Related to : #47
Related to: laravel/jetstream#74

@taylorotwell
Copy link
Member

I will likely implement this myself in the future.

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.

None yet

2 participants