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

Support for Two-Factor Authentication #1089

Open
TebbeUbben opened this issue Jan 6, 2020 · 1 comment
Open

Support for Two-Factor Authentication #1089

TebbeUbben opened this issue Jan 6, 2020 · 1 comment

Comments

@TebbeUbben
Copy link

Since Open Humans is dealing with very sensitive data, you should evaluate adding support for two-factor authentication to better protect the users' data.
There is a variety of options available to realize this, not limited to:

  • HOTP/TOTP
  • SMS codes
  • WebAuthn
  • Recovery codes

2FA should be required for accounts with very strong security concerns such as admins and project leaders.

@madprime
Copy link
Member

madprime commented Jan 6, 2020

I think it would be good to have this. There are some accounts (admin & project leaders) where ensuring the account control isn't breached is far more important than "average users".

Since we're already using django-allauth for password & social logins, I guess the first thing to do will be to look into https://github.com/percipient/django-allauth-2fa

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

No branches or pull requests

2 participants