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
{{ message }}
This repository has been archived by the owner on Apr 28, 2020. It is now read-only.
Lastuser needs two-factor authentication for anyone using their account to manage important data. Implementing it requires:
Support for verifying mobile numbers and sending text messages to mobile numbers anywhere in the world, or making phone calls to read out codes (Twilio SMSes don't reach Indian numbers that are in the DND registry).
Support for Google Authenticator as a mobile app.
A mechanism by which to reset account access if the user has lost their credentials (phone/email).
The text was updated successfully, but these errors were encountered:
Fido U2F (Universal 2nd Factor) is a new standard that uses a hardware key and support from the browser itself (currently Chrome 38+) to ensure the OTP is site-specific and so can't be collected by a phishing site. Google, GitHub and Dropbox already support this standard. Lastuser should too.
Authy provides a wrapper API for 2FA that covers most of our requirements. If the user has the Authy app installed, they get a code within the app instead of an SMS.
If the user has the Authy app installed, the app acts as a proxy for the phone, but can also be installed and logged into the same account from other devices. This means the phone number has not actually been verified. This impacts the verified_at column defined in #178.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Lastuser needs two-factor authentication for anyone using their account to manage important data. Implementing it requires:
The text was updated successfully, but these errors were encountered: