authelia/internal/storage
Stephen Kent 2584e3d328
feat: move webauthn device enrollment flow to new settings ui (#4376)
The current 2-factor authentication method registration flow requires
email verification for both initial 2FA registration, and 2FA
re-registration even if the user is already logged in with 2FA.

This change removes email ID verification for users who are already
logged in with 2-factor authentication. Users who have only completed
first factor authentication (password) are still required to complete
email ID verification.
2022-11-19 16:48:47 +11:00
..
migrations fix(storage): postgresql default port incorrect (#4251) 2022-10-24 06:09:38 +11:00
const.go feat(storage): unix socket support (#4231) 2022-10-22 16:41:27 +11:00
errors.go feat: webauthn (#2707) 2022-03-03 22:20:43 +11:00
migrations.go refactor(model): rename from models (#2968) 2022-03-06 16:47:40 +11:00
migrations_test.go feat(oidc): implicit consent (#4080) 2022-10-20 13:16:36 +11:00
provider.go feat: move webauthn device enrollment flow to new settings ui (#4376) 2022-11-19 16:48:47 +11:00
sql_provider.go feat: move webauthn device enrollment flow to new settings ui (#4376) 2022-11-19 16:48:47 +11:00
sql_provider_backend_mysql.go feat(storage): tls connection support (#4233) 2022-10-22 19:27:59 +11:00
sql_provider_backend_postgres.go fix(storage): postgresql default port incorrect (#4251) 2022-10-24 06:09:38 +11:00
sql_provider_backend_sqlite.go feat: webauthn (#2707) 2022-03-03 22:20:43 +11:00
sql_provider_encryption.go refactor: clean up uri checking functions (#3943) 2022-09-03 11:51:02 +10:00
sql_provider_queries.go feat: move webauthn device enrollment flow to new settings ui (#4376) 2022-11-19 16:48:47 +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 refactor: clean up uri checking functions (#3943) 2022-09-03 11:51:02 +10:00
sql_provider_schema_pre1.go refactor(model): rename from models (#2968) 2022-03-06 16:47:40 +11:00
sql_provider_schema_test.go feat(oidc): implicit consent (#4080) 2022-10-20 13:16:36 +11:00
sql_rows.go feat(oidc): implicit consent (#4080) 2022-10-20 13:16:36 +11:00