-
Notifications
You must be signed in to change notification settings - Fork 2
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
Add 2FA (two factor authentication) #10
Comments
Along with conventional TOTP, you could support WebAuthn in order to support Windows Hello, U2F Hardware keys such as Yubikey, etc. |
Great suggestion, let's add that as well. |
Authy is a nice integration for soft tokens. Not sure the cost or how much it ties you to Authy. |
Thanks @khrome83, could you explain how Authy is different from using Google Authenticator? You can use them both in the same manner, right? |
A few things.
Also... google.. |
Google Authenticator is fully offline. Authy is easily vulnerable to sim swapping attacks if you sync it with a phone number, however, if you just use it offline it's pretty much the same as Google Authenticator. I used to use Authy because some sites like Cloudflare forced you to use them if you wanted 2FA and after a while, I absolutely hated it and would not recommend forcing people to use it. |
Google Auth does not have any recovery between devices. You’re stuck with recovery keys as the only recourse which many apps don’t provide.
…---
Zane Milakovic
On Mar 30, 2020, 11:16 AM -0500, LeCodeCo ***@***.***>, wrote:
> Also... google..
Google Authenticator is fully offline.
Authy is easily vulnerable to sim swapping attacks if you sync it with a phone number, however, if you just use it offline it's pretty much the same as Google Authenticator.
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub, or unsubscribe.
|
@khrome83 Google Auth has recently gotten a pretty big update which lets you import from other devices. |
I saw. I am also considering switching to Dashlane so everything is unified in my password manager.
…On Jun 1, 2020, 8:14 AM -0500, LeCodeCo ***@***.***>, wrote:
@khrome83 Google Auth has recently gotten a pretty big update which lets you import from other devices.
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub, or unsubscribe.
|
Note to self: Guide to implement hardware keys: https://webauthn.guide/ See #668 for duplicate issue. |
Add 2FA so people can login with an additional check.
Thanks to @mahnouel
The text was updated successfully, but these errors were encountered: