12 | @Html.ActionLink("Log in", "Login", "Home") now you can log in with Yubico's U2F 13 |
-------------------------------------------------------------------------------- /DemoU2FSite/Content/themes/base/autocomplete.css: -------------------------------------------------------------------------------- 1 | /*! 2 | * jQuery UI Autocomplete 1.11.4 3 | * http://jqueryui.com 4 | * 5 | * Copyright jQuery Foundation and other contributors 6 | * Released under the MIT license. 7 | * http://jquery.org/license 8 | * 9 | * http://api.jqueryui.com/autocomplete/#theming 10 | */ 11 | .ui-autocomplete { 12 | position: absolute; 13 | top: 0; 14 | left: 0; 15 | cursor: default; 16 | } 17 | -------------------------------------------------------------------------------- /TraceAndTestImpact.testsettings: -------------------------------------------------------------------------------- 1 | 2 |This demo will let you create a user and enroll a U2F device, then authenticate yourself using the enrolled device. This requires a U2F device, as well as a browser with U2F support. Start by registering a user, then try logging in.
14 |15 | Learn more » 16 |
17 |18 | @Html.ActionLink("Login", "Login", "Home", new {@class = "btn btn-lg btn-success"}) 19 | @Html.ActionLink("Register", "Register", "Home", new {@class = "btn btn-lg btn-success"}) 20 |
21 |