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

- The migration barfed when a migration already existed with the same class name. -- Suggest adding Otp to the migration class name. - The migration assumed second_factor_attempts_count does not...

Maybe there should be an option in the accounts view where users can enable two factor IF they want to. Basically I would function something like the authy gem. https://github.com/authy/authy-devise...

``` ArgumentError: :only and :except must include only [:show, :create, :update, :destroy, :new, :edit], but also included [:resend_code] actionpack (8.0.1) lib/action_dispatch/routing/mapper.rb:1184:in `initialize' actionpack (8.0.1) lib/action_dispatch/routing/mapper.rb:1287:in `initialize' actionpack (8.0.1) lib/action_dispatch/routing/mapper.rb:1356:in `new'...