authelia/web/src
James Elliott 8f05846e21
feat: webauthn (#2707)
This implements Webauthn. Old devices can be used to authenticate via the appid compatibility layer which should be automatic. New devices will be registered via Webauthn, and devices which do not support FIDO2 will no longer be able to be registered. At this time it does not fully support multiple devices (backend does, frontend doesn't allow registration of additional devices). Does not support passwordless.
2022-03-03 22:20:43 +11:00
..
assets/images [FEATURE] Add theme support (#1584) 2021-01-20 23:07:40 +11:00
components test(web): drop enzyme in favor of react-testing-library (#2224) 2021-08-03 16:25:13 +10:00
constants feat: webauthn (#2707) 2022-03-03 22:20:43 +11:00
hooks feat(totp): algorithm and digits config (#2634) 2021-12-01 23:11:29 +11:00
i18n feat: webauthn (#2707) 2022-03-03 22:20:43 +11:00
layouts feat: customizable static assets (#2597) 2021-11-15 19:37:58 +11:00
models feat: webauthn (#2707) 2022-03-03 22:20:43 +11:00
services feat: webauthn (#2707) 2022-03-03 22:20:43 +11:00
themes build(deps): update dependency @material-ui/core to v4.12.0 (#2157) 2021-07-07 09:10:31 +10:00
utils feat: webauthn (#2707) 2022-03-03 22:20:43 +11:00
views feat: webauthn (#2707) 2022-03-03 22:20:43 +11:00
App.test.tsx test(web): drop enzyme in favor of react-testing-library (#2224) 2021-08-03 16:25:13 +10:00
App.tsx feat: webauthn (#2707) 2022-03-03 22:20:43 +11:00
index.css Rewrite authelia frontend to improve user experience. 2019-12-05 11:05:24 +01:00
index.tsx feat(web): i18n (#2697) 2022-01-21 23:05:46 +11:00
serviceWorker.ts [CI] Add linting option for frontend and enforce styling (#1565) 2021-01-02 21:58:24 +11:00
setupTests.js feat(duo): multi device selection (#2137) 2021-12-01 14:32:58 +11:00