-
- Downloads
Implement authentication (login) using a U2F device.
- Move the `authenticate_with_two_factor` method from `ApplicationController` to the `AuthenticatesWithTwoFactor` module, where it should be.
Showing
- app/assets/javascripts/u2f/authenticate.js.coffee 63 additions, 0 deletionsapp/assets/javascripts/u2f/authenticate.js.coffee
- app/controllers/concerns/authenticates_with_two_factor.rb 58 additions, 1 deletionapp/controllers/concerns/authenticates_with_two_factor.rb
- app/controllers/sessions_controller.rb 1 addition, 22 deletionsapp/controllers/sessions_controller.rb
- app/views/devise/sessions/two_factor.html.haml 14 additions, 7 deletionsapp/views/devise/sessions/two_factor.html.haml
- app/views/u2f/_authenticate.html.haml 28 additions, 0 deletionsapp/views/u2f/_authenticate.html.haml
- spec/features/login_spec.rb 13 additions, 13 deletionsspec/features/login_spec.rb
- spec/javascripts/fixtures/u2f/authenticate.html.haml 1 addition, 0 deletionsspec/javascripts/fixtures/u2f/authenticate.html.haml
- spec/javascripts/u2f/authenticate_spec.coffee 52 additions, 0 deletionsspec/javascripts/u2f/authenticate_spec.coffee
Loading
Please register or sign in to comment