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

Two-step Verification #34

Open
sandio opened this issue Jan 12, 2015 · 0 comments
Open

Two-step Verification #34

sandio opened this issue Jan 12, 2015 · 0 comments

Comments

@sandio
Copy link
Contributor

sandio commented Jan 12, 2015

Introduce a more secure way to access the Admin, as this could sometimes be critical.

This should work as an option per user and not system-wide. For example, Admin accounts use two-step verification, whereas moderators log in normally.

Two-step verification can be achieved though:

  • after logging in with a password a verification code is sent as a text message,
  • after logging in with a password a verification code is sent to an app we build,
  • QR or similar codes are used to identify a unique device owned by the account holder (e.g. personal smartphone). Pins or passwords can be used together with the QR code.

Two leading two-step verification methods used by Google and Verizon:
http://www.verizonenterprise.com/news/2014/08/security-qr-code-encryption-login
http://www.google.com/landing/2step/

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants