authelia/web
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
..
public feat(web): replace cra with vite (#2457) 2021-10-08 15:00:06 +11:00
src feat: webauthn (#2707) 2022-03-03 22:20:43 +11:00
types [CI] Add linting option for frontend and enforce styling (#1565) 2021-01-02 21:58:24 +11:00
.commitlintrc.js fix(ntp): disable failure ignored (#2835) 2022-02-03 14:04:24 +11:00
.env.development feat(duo): multi device selection (#2137) 2021-12-01 14:32:58 +11:00
.env.production feat(duo): multi device selection (#2137) 2021-12-01 14:32:58 +11:00
.eslintrc.js ci: add husky with pre-commit and commit-msg hooks (#2352) 2021-09-09 12:22:11 +10:00
.gitignore [FEATURE] Add API docs and swagger-ui (#1544) 2021-01-03 15:28:46 +11:00
.prettierrc.js build(deps): update dependency prettier to v2.4.0 (#2357) 2021-09-10 08:27:50 +10:00
index.html feat(duo): multi device selection (#2137) 2021-12-01 14:32:58 +11:00
package.json feat: webauthn (#2707) 2022-03-03 22:20:43 +11:00
pnpm-lock.yaml feat: webauthn (#2707) 2022-03-03 22:20:43 +11:00
tsconfig.json feat(web): i18n (#2697) 2022-01-21 23:05:46 +11:00
vite.config.ts feat(duo): multi device selection (#2137) 2021-12-01 14:32:58 +11:00