authelia/web/src/services
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
..
Api.ts feat: webauthn (#2707) 2022-03-03 22:20:43 +11:00
Client.ts refactor(web): use absolute imports with aliases (#2100) 2021-06-19 10:20:43 +02:00
Configuration.ts feat: webauthn (#2707) 2022-03-03 22:20:43 +11:00
Consent.ts feat: oidc scope i18n (#2799) 2022-02-08 01:18:16 +11:00
FirstFactor.ts refactor(web): use absolute imports with aliases (#2100) 2021-06-19 10:20:43 +02:00
OneTimePassword.ts feat: webauthn (#2707) 2022-03-03 22:20:43 +11:00
PushNotification.ts feat: webauthn (#2707) 2022-03-03 22:20:43 +11:00
RegisterDevice.ts feat: webauthn (#2707) 2022-03-03 22:20:43 +11:00
ResetPassword.ts refactor(web): use absolute imports with aliases (#2100) 2021-06-19 10:20:43 +02:00
SafeRedirection.ts fix: user is now redirected when authenticated (#2082) 2021-08-02 16:15:38 +10:00
SignIn.ts [CI] Add linting option for frontend and enforce styling (#1565) 2021-01-02 21:58:24 +11:00
SignOut.ts refactor(web): use absolute imports with aliases (#2100) 2021-06-19 10:20:43 +02:00
State.ts refactor(web): use absolute imports with aliases (#2100) 2021-06-19 10:20:43 +02:00
UserInfo.ts feat: webauthn (#2707) 2022-03-03 22:20:43 +11:00
UserInfoTOTPConfiguration.ts feat(totp): algorithm and digits config (#2634) 2021-12-01 23:11:29 +11:00
Webauthn.ts feat: webauthn (#2707) 2022-03-03 22:20:43 +11:00