authelia/internal/session
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
..
mocks refactor(session): use github.com/fasthttp/session/v2 instead of github.com/authelia/session/v2 (#1809) 2021-03-13 16:06:19 +11:00
const.go refactor(configuration): utilize time duration decode hook (#2938) 2022-03-02 17:40:26 +11:00
encrypting_serializer_test.go feat(regulator): enhance authentication logs (#2622) 2021-11-29 14:09:14 +11:00
encrypting_serializer.go refactor(session): remove unencrypted session fallback (#2314) 2021-08-26 21:48:14 +10:00
provider_config_test.go refactor: apply godot recommendations (#2839) 2022-01-31 16:25:15 +11:00
provider_config.go refactor(configuration): utilize time duration decode hook (#2938) 2022-03-02 17:40:26 +11:00
provider_test.go fix: include major in go.mod module directive (#2278) 2021-08-11 11:16:46 +10:00
provider.go refactor(configuration): utilize time duration decode hook (#2938) 2022-03-02 17:40:26 +11:00
types.go feat: webauthn (#2707) 2022-03-03 22:20:43 +11:00
user_session.go fix: include major in go.mod module directive (#2278) 2021-08-11 11:16:46 +10:00