authelia/internal/authentication
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
..
const.go feat: webauthn (#2707) 2022-03-03 22:20:43 +11:00
file_user_provider.go refactor: apply godot recommendations (#2839) 2022-01-31 16:25:15 +11:00
file_user_provider_test.go refactor: apply godot recommendations (#2839) 2022-01-31 16:25:15 +11:00
ldap_connection_factory.go feat(authentication): allow customizable ldap connection timeout (#2240) 2021-08-05 14:30:00 +10:00
ldap_connection_factory_mock.go feat(authentication): allow customizable ldap connection timeout (#2240) 2021-08-05 14:30:00 +10:00
ldap_user_provider.go refactor(web): only fetch totp conf if required (#2663) 2021-12-02 21:28:16 +11:00
ldap_user_provider_startup.go feat(storage): primary key for all tables and general qol refactoring (#2431) 2021-11-23 20:45:38 +11:00
ldap_user_provider_test.go refactor: apply godot recommendations (#2839) 2022-01-31 16:25:15 +11:00
password_hash.go fix(session): use crypto/rand for session id generator (#2594) 2021-11-11 20:13:32 +11:00
password_hash_test.go fix(session): use crypto/rand for session id generator (#2594) 2021-11-11 20:13:32 +11:00
types.go [FEATURE] Add configurable display name to frontend (#1124) 2020-06-19 20:50:21 +10:00
user_provider.go feat(storage): primary key for all tables and general qol refactoring (#2431) 2021-11-23 20:45:38 +11:00
users_database.template.yml ci: add yamllint (#1895) 2021-04-11 06:51:00 +10:00