two_factor_authentication icon indicating copy to clipboard operation
two_factor_authentication copied to clipboard

Two factor authentication extension for Devise

Results 63 two_factor_authentication issues
Sort by recently updated
recently updated
newest added

I followed step by step of the instructions. setup model, migrations and initializer. i've also setup an encryption key ``` [23] pry(main)> ENV['OTP_SECRET_ENCRYPTION_KEY'] => "a3ebaae85c248da81427623959753e46b9fcb8a0d630a1e41c1dffe03596bf2ffd9701bf69fa0dd598f3c45103bdba7e956d0d3560916859884de92d1f51fe16" ``` however, now things are...

If the two-factor authentication is turned on, the user can still navigate to the edit registration path and update the information.

I am using rails 5.2 and two_factor_authentication 2.1.1. I am following exact steps mentioned in https://github.com/Houdini/two_factor_authentication/blob/master/README.md and https://www.rubydoc.info/gems/two_factor_authentication/1.1.5. When user signs in it get direct access to site without asking...

Hello, I was using your gem for a long while and I liked it a lot. However, it did not quite work with me well where I was having two...

Let's say you have set-up two factor authentication on sub-domain "admin.example.com" Scenario: Log-in to get prompted for 2nd factor code Don't enter your code, navigate to "example.com" without subdomain You'll...

Logs rails g two_factor_authentication User --trace insert app/models/user.rb error mongoid [not found]

Hello and thank you for this gem! If a user makes too many login attempts, goes back to the login page and logs in again, `send_two_factor_authentication_code` is still called, so...

I'm in the process of implementing this gem but I'm slightly unclear as to what some of the fields are for, would it be possible to explain what they each...

i am getting the following error when i added the config values in the devise `undefined method `delete_cookie_on_logout=' for Devise:Module (NoMethodError)`. Can you please help me on this?

When add `config.delete_cookie_on_logout = true` it's appear exception: `Uncaught exception: undefined method 'delete_cookie_on_logout=' for Devise:Module` Thank you.