authelia/internal/storage
Philipp Staiger 01b77384f9
feat(duo): multi device selection (#2137)
Allow users to select and save the preferred duo device and method, depending on availability in the duo account. A default enrollment URL is provided and adjusted if returned by the duo API. This allows auto-enrollment if enabled by the administrator.

Closes #594. Closes #1039.
2021-12-01 14:32:58 +11:00
..
migrations feat(duo): multi device selection (#2137) 2021-12-01 14:32:58 +11:00
const.go feat(duo): multi device selection (#2137) 2021-12-01 14:32:58 +11:00
errors.go feat(duo): multi device selection (#2137) 2021-12-01 14:32:58 +11:00
migrations.go feat(storage): encrypted secret values (#2588) 2021-11-25 12:56:58 +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(duo): multi device selection (#2137) 2021-12-01 14:32:58 +11:00
provider_mock.go feat(duo): multi device selection (#2137) 2021-12-01 14:32:58 +11:00
sql_provider.go feat(duo): multi device selection (#2137) 2021-12-01 14:32:58 +11:00
sql_provider_backend_mysql.go feat(storage): encrypted secret values (#2588) 2021-11-25 12:56:58 +11:00
sql_provider_backend_postgres.go feat(storage): encrypted secret values (#2588) 2021-11-25 12:56:58 +11:00
sql_provider_backend_sqlite.go feat(storage): encrypted secret values (#2588) 2021-11-25 12:56:58 +11:00
sql_provider_encryption.go feat(storage): encrypted secret values (#2588) 2021-11-25 12:56:58 +11:00
sql_provider_queries.go feat(duo): multi device selection (#2137) 2021-12-01 14:32:58 +11:00
sql_provider_queries_special.go feat(regulator): enhance authentication logs (#2622) 2021-11-29 14:09:14 +11:00
sql_provider_schema.go feat(duo): multi device selection (#2137) 2021-12-01 14:32:58 +11:00
sql_provider_schema_pre1.go feat(duo): multi device selection (#2137) 2021-12-01 14:32:58 +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
types.go feat(storage): primary key for all tables and general qol refactoring (#2431) 2021-11-23 20:45:38 +11:00