authelia/internal
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
..
authentication feat: webauthn (#2707) 2022-03-03 22:20:43 +11:00
authorization feat(commands): add access-control check-policy command (#2871) 2022-02-28 14:15:01 +11:00
commands feat(commands): totp qr code in png format (#2673) 2022-03-02 18:50:36 +11:00
configuration feat: webauthn (#2707) 2022-03-03 22:20:43 +11:00
duo refactor: apply godot recommendations (#2839) 2022-01-31 16:25:15 +11:00
handlers feat: webauthn (#2707) 2022-03-03 22:20:43 +11:00
logging feat: webauthn (#2707) 2022-03-03 22:20:43 +11:00
middlewares fix(server): use of inconsistent methods for determining origin (#2848) 2022-02-07 00:37:28 +11:00
mocks feat: webauthn (#2707) 2022-03-03 22:20:43 +11:00
models feat: webauthn (#2707) 2022-03-03 22:20:43 +11:00
notification refactor: directly return error where sufficient (#2855) 2022-02-10 09:07:53 +11:00
ntp refactor(configuration): utilize time duration decode hook (#2938) 2022-03-02 17:40:26 +11:00
oidc feat(oidc): add pkce support (#2924) 2022-03-02 15:44:05 +11:00
regulation feat: webauthn (#2707) 2022-03-03 22:20:43 +11:00
server feat: webauthn (#2707) 2022-03-03 22:20:43 +11:00
session feat: webauthn (#2707) 2022-03-03 22:20:43 +11:00
storage feat: webauthn (#2707) 2022-03-03 22:20:43 +11:00
suites feat: webauthn (#2707) 2022-03-03 22:20:43 +11:00
templates fix(web): improve 2fa enrollment process (#1706) 2021-02-12 16:59:42 +11:00
totp feat: webauthn (#2707) 2022-03-03 22:20:43 +11:00
utils refactor(configuration): utilize time duration decode hook (#2938) 2022-03-02 17:40:26 +11:00