mirror of
https://github.com/0rangebananaspy/authelia.git
synced 2024-09-14 22:47:21 +07:00
Use the polyfill version of u2f API provided by Google. https://github.com/mastahyeti/u2f-api This polyfill is at least compatible with Chrome and Firefox after enabling the U2F support. [HOWTO] Enable U2F in Firefox >= 57: Navigate to 'about:config' and search for 'u2f' option. Double-click on the line to toggle the option.
11 lines
243 B
Plaintext
11 lines
243 B
Plaintext
extends layout/layout.pug
|
|
|
|
block variables
|
|
- page_classname = "u2f-register";
|
|
|
|
block form-header
|
|
h1 Register your security key
|
|
|
|
block content
|
|
p Touch the token to register your security key.
|
|
img(src="/img/pendrive.png" alt="pendrive") |