two_factor_authentication
two_factor_authentication copied to clipboard
Two factor authentication extension for Devise
I am trying to improve my user experience by only asking for the 2nd factor for specific controlls / actions. Could someone provide me an idea on how to get...
I'd like to suggest a more consistent naming convention to replace the new `totp_timestamp` column in preparation for v2.0. A better name would be something like `last_otp_at`. This would better...
This change prevents the user from being able to bypass 2FA by changing the expiration of the cookie manually by adding a timestamp for cookie expiration. One potential issue is...
When a user sign up, his login straight and two factor authentication is not call. thou its working for session
When I add recoverable to my user model and try to have a user go through the Devise password recovery workflow, the after_authentication callback is never executed. It seems like...
I'm using Twilio to send the OTP code to the user's phone. So I wrote my own send_two_factor_authentication_code method, but it doesn't get called. This is what I have in...
[I implemented an auto-unlock mechanism to avoid admin interventions.](https://github.com/fonji/two_factor_authentication/compare/1e7ac4d4cae4069d6e7c45e1f1b4b8f535141ffd...fonji:4a74cc03d196f2ae322ce3b53b76d1fae4ae84ad) It adds an options to set how long will the account be locked. The default being 0, meaning no auto unlock....
Just wondering what would be the best way to hook this into activeadmin for an admin user?
Hi, thanks for the awesome lib. This strikes me as a very noob question, but after diving into your code and checking many options I'm filing an issue as a...
I'm having difficulty with Google Auth for some users. SMS codes work fine, but integrating the gem with Google Auth, not so much. I've attempted it with the bar code...