BigW Consortium Gitlab

  1. 16 May, 2017 1 commit
  2. 08 May, 2017 1 commit
  3. 06 Apr, 2017 1 commit
  4. 17 Feb, 2017 1 commit
  5. 02 Feb, 2017 1 commit
  6. 18 Jan, 2017 2 commits
  7. 10 Jan, 2017 5 commits
  8. 05 Jan, 2017 2 commits
  9. 03 Jan, 2017 2 commits
  10. 27 Dec, 2016 1 commit
  11. 14 Dec, 2016 1 commit
  12. 15 Nov, 2016 1 commit
  13. 26 Oct, 2016 1 commit
  14. 15 Oct, 2016 1 commit
  15. 08 Sep, 2016 1 commit
  16. 24 Jul, 2016 1 commit
  17. 14 Jul, 2016 1 commit
  18. 06 Jun, 2016 2 commits
    • Implement authentication (login) using a U2F device. · 86b07caa
      Timothy Andrew authored
      - Move the `authenticate_with_two_factor` method from
        `ApplicationController` to the `AuthenticatesWithTwoFactor` module,
        where it should be.
    • Implement U2F registration. · 128549f1
      Timothy Andrew authored
      - Move the `TwoFactorAuthsController`'s `new` action to `show`, since
        the page is not used to create a single "two factor auth" anymore. We
        can have a single 2FA authenticator app, along with any number of U2F
        devices, in any combination, so the page will be accessed after the
        first "two factor auth" is created.
      - Add the `u2f` javascript library, which provides an API to the
        browser's U2F implementation.
      - Add tests for the JS components