-
-
Notifications
You must be signed in to change notification settings - Fork 366
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
2 factor authentication support #810
Comments
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
Hi This feature request for 2FA is ~ 4 yrs old now. Everything else about UserFrosting looks really modern and has been getting updates to latest PHP , tech, etc. Did 2FA get implemented for UserFrosting and just not get added here? For login with Google Auth, Authy, Yubikey, etc? Thanks! |
Not implemented, and from the history this was closed by stalebot during its brief stint. There are a few areas to consider in adding 2FA support.
|
I really don't know all the nuts & bolts, just that I use 2FA 'everywhere' these days. Mostly with Google-type OTP tokens, a lot with Yubi keys, more and more with push auth like PingID or DuoSecurity, and still some with TXT message tokens. When I started looking into this, it seems like rolling your own 2FA is just as common as doing your own User Management. I use Authy to generate my 2FA tokens everywhere, so I 1st started looking around at how they do it. I found this framework,
which has an API and good docs. I also found this
which looks like another framework mostly for Symfony, and so Laravel too?, that has thought through a bunch of it. I really don't have the knowhow to code the whole thing custom from scratch. Especially for each & every web app.Which is why I came looking for and was excited to find UserFrosting! And sounds like you already know about GH 2FA a bit
|
A bit late to the party... I once implemented authy 2FA (https://www.twilio.com/docs/authy) into UF3 a few years ago, I started a sprinkle at some point to try and get it in, but life happened. To go with something like authy or authenticator would be a nicer option as it would cover losing 2FA as it is linked to and email address and a phone number. The application also has a bit of a footprint as being available for mobile and desktop I am having more and more free time and very willing to assist where I can. |
As discussed with @alexweissman on chat, I would like to see 2FA in UF.
https://github.com/RobThree/TwoFactorAuth was noted as a possible starting point.
The text was updated successfully, but these errors were encountered: