devise-fido-u2f icon indicating copy to clipboard operation
devise-fido-u2f copied to clipboard

A devise module to authenticate additionally with a FIDO U2F hardware token, e.g. a Yubico USB security key.

Results 3 devise-fido-u2f issues
Sort by recently updated
recently updated
newest added

Hello, i followed instruction to install the gem. i keep having this message in my browser console Failed to execute 'postMessage' on 'DOMWindow': The target origin provided ('chrome-extension://kmendfapggjehodndflmmgagdbamhnfd') does not...

This is not really an issue, more of a "is this possible" question with the devise_fido_u2f gem. What I would like to do is load the fido_usf_authentication/new page whenever only...

Standard Devise actions can be overridden with customized controller code as follows: `config/routes.rb`: ``` devise_for :users, controllers: { sessions: 'users/sessions' } ``` `app/controllers/users/sessions_controller.rb`: ``` class Users::SessionsController < Devise::SessionsController # POST...