-
Notifications
You must be signed in to change notification settings - Fork 771
Description
Description
I think it'd be nice to have 2FA after logging in on https://www.if-me.org/users/sign_in. Maybe we can have a modal popup for users to input that 2FA security code when they login normally via email or password.
This should not applied to sign in with google or facebook since those sites should have their own 2FA implementation if enabled.
A few gems we could check out that seems the most up to date for 2FA would be https://github.com/Houdini/two_factor_authentication or https://github.com/tinfoil/devise-two-factor so it'd be best to evaluate what would be the best 2FA gem to use before implementing.
Note
There will be new gems to implement with this PR so it is best to pick the best suited most up to date 2FA gem.
Please assign yourself (via the Assignees dropdown), if you do want to work on this issue. Can't find yourself? You need to join our organization.
Check out our Picking Up Issues guide if you haven't already!