authelia/internal/storage
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
..
migrations feat: webauthn (#2707) 2022-03-03 22:20:43 +11:00
const.go feat: webauthn (#2707) 2022-03-03 22:20:43 +11:00
errors.go feat: webauthn (#2707) 2022-03-03 22:20:43 +11:00
migrations.go feat(totp): algorithm and digits config (#2634) 2021-12-01 23:11:29 +11:00
migrations_test.go feat(storage): primary key for all tables and general qol refactoring (#2431) 2021-11-23 20:45:38 +11:00
provider.go feat: webauthn (#2707) 2022-03-03 22:20:43 +11:00
sql_provider.go feat: webauthn (#2707) 2022-03-03 22:20:43 +11:00
sql_provider_backend_mysql.go feat(storage): postgresql schema and ssl options (#2659) 2021-12-02 16:36:03 +11:00
sql_provider_backend_postgres.go feat: webauthn (#2707) 2022-03-03 22:20:43 +11:00
sql_provider_backend_sqlite.go feat: webauthn (#2707) 2022-03-03 22:20:43 +11:00
sql_provider_encryption.go feat: webauthn (#2707) 2022-03-03 22:20:43 +11:00
sql_provider_queries.go feat: webauthn (#2707) 2022-03-03 22:20:43 +11:00
sql_provider_queries_special.go refactor(storage): totp_configurations table (#2657) 2021-12-02 12:24:10 +11:00
sql_provider_schema.go fix(storage): postgres schema hardcoded for tables query (#2667) 2021-12-03 17:29:55 +11:00
sql_provider_schema_pre1.go feat: webauthn (#2707) 2022-03-03 22:20:43 +11:00
sql_provider_schema_test.go feat(storage): primary key for all tables and general qol refactoring (#2431) 2021-11-23 20:45:38 +11:00