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

Add support for SMS/Push messages to augment email reset #208

Open
jwag956 opened this issue Nov 11, 2019 · 0 comments
Open

Add support for SMS/Push messages to augment email reset #208

jwag956 opened this issue Nov 11, 2019 · 0 comments

Comments

@jwag956
Copy link
Collaborator

jwag956 commented Nov 11, 2019

For forgot and passwordless login - add 2FA via SMS/google authenticator to augment the email link.
Much of the SMS framework is available from the 2FA work that was added.

For change password - require fresh login.

Also - NIST doesn't recommend email for things like this:
5.1.3.1 Out-of-Band Authenticators

Also - read: https://github.com/OWASP/ASVS/blob/master/4.0/en/0x11-V2-Authentication.md
2.5.6 and V2.7

Other info:
Box - doesn't require any 2FA for either change password or forgot password. (uses email for forgot password).

@jwag956 jwag956 changed the title Add support for SMS messages instead of email Add support for SMS messages as an alternative of email Nov 14, 2019
@jwag956 jwag956 changed the title Add support for SMS messages as an alternative of email Add support for SMS/Push messages to augment email reset Dec 7, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

No branches or pull requests

1 participant