- 16 May, 2017 1 commit
-
-
Mike Greiling authored
-
- 08 May, 2017 1 commit
-
-
Mike Greiling authored
-
- 06 Apr, 2017 1 commit
-
-
Jose Ivan Vargas authored
-
- 17 Feb, 2017 1 commit
-
-
Mike Greiling authored
-
- 02 Feb, 2017 1 commit
-
-
Mike Greiling authored
-
- 18 Jan, 2017 2 commits
-
-
Mike Greiling authored
-
Mike Greiling authored
-
- 10 Jan, 2017 5 commits
-
-
Mike Greiling authored
-
Mike Greiling authored
-
Mike Greiling authored
-
Mike Greiling authored
-
Luke "Jared" Bennett authored
-
- 05 Jan, 2017 2 commits
-
-
Mike Greiling authored
-
Mike Greiling authored
-
- 03 Jan, 2017 2 commits
-
-
Mike Greiling authored
-
Mike Greiling authored
-
- 27 Dec, 2016 1 commit
-
-
Luke "Jared" Bennett authored
Added tests
-
- 14 Dec, 2016 1 commit
-
-
Mike Greiling authored
-
- 15 Nov, 2016 1 commit
-
-
Luke "Jared" Bennett authored
-
- 26 Oct, 2016 1 commit
-
-
winniehell authored
-
- 15 Oct, 2016 1 commit
-
-
Bryce Johnson authored
- Tab between register and sign in forms - Add individual input validation error messages - Validate username - Update many styles for all login-box forms
-
- 08 Sep, 2016 1 commit
-
-
Jared Deckard authored
-
- 24 Jul, 2016 1 commit
-
-
Fatih Acet authored
-
- 14 Jul, 2016 1 commit
-
-
Timothy Andrew authored
1. According to the spec, either we have a single challenge with a number of `signRequests`, or a number of `signRequests`, each with it's own challenge. 2. Previously, we had both these - per-request challenges, as well as a single extra challenge. 3. This commit changes this so that the per-request challenges are removed, leaving only a single challenge, as per the v1.1 U2F API. 4. The existing implementation didn't work in Firefox, because the Firefox (extension) implementation is less flexible with regard to the inputs. 5. Fix teaspoon specs. 6. References: https://fidoalliance.org/specs/fido-u2f-v1.0-nfc-bt-amendment-20150514/fido-u2f-javascript-api.html#h2_background
-
- 06 Jun, 2016 2 commits
-
-
Timothy Andrew authored
- Move the `authenticate_with_two_factor` method from `ApplicationController` to the `AuthenticatesWithTwoFactor` module, where it should be.
-
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
-