authelia/internal/storage
James Elliott bc3b0fda35
feat(regulator): enhance authentication logs (#2622)
This adds additional logging to the authentication logs such as type, remote IP, request method, redirect URL, and if the attempt was done during a ban. This also means we log attempts that occur when the attempt was blocked by the regulator for record keeping purposes, as well as record 2FA attempts which can be used to inform admins and later to regulate based on other factors.

Fixes #116, Fixes #1293.
2021-11-29 14:09:14 +11:00
..
migrations feat(regulator): enhance authentication logs (#2622) 2021-11-29 14:09:14 +11:00
const.go feat(storage): encrypted secret values (#2588) 2021-11-25 12:56:58 +11:00
errors.go feat(storage): encrypted secret values (#2588) 2021-11-25 12:56: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(storage): encrypted secret values (#2588) 2021-11-25 12:56:58 +11:00
provider_mock.go feat(storage): encrypted secret values (#2588) 2021-11-25 12:56:58 +11:00
sql_provider.go feat(regulator): enhance authentication logs (#2622) 2021-11-29 14:09:14 +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(regulator): enhance authentication logs (#2622) 2021-11-29 14:09:14 +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(storage): encrypted secret values (#2588) 2021-11-25 12:56:58 +11:00
sql_provider_schema_pre1.go feat(storage): encrypted secret values (#2588) 2021-11-25 12:56: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