two_factor_authentication
two_factor_authentication copied to clipboard
Two factor authentication extension for Devise
- 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'...