authelia/internal
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
..
authentication feat(storage): primary key for all tables and general qol refactoring (#2431) 2021-11-23 20:45:38 +11:00
authorization fix: include major in go.mod module directive (#2278) 2021-08-11 11:16:46 +10:00
commands feat(storage): encrypted secret values (#2588) 2021-11-25 12:56:58 +11:00
configuration feat(storage): encrypted secret values (#2588) 2021-11-25 12:56:58 +11:00
duo fix: include major in go.mod module directive (#2278) 2021-08-11 11:16:46 +10:00
handlers feat(regulator): enhance authentication logs (#2622) 2021-11-29 14:09:14 +11:00
logging fix: include major in go.mod module directive (#2278) 2021-08-11 11:16:46 +10:00
middlewares feat(regulator): enhance authentication logs (#2622) 2021-11-29 14:09:14 +11:00
mocks feat(storage): primary key for all tables and general qol refactoring (#2431) 2021-11-23 20:45:38 +11:00
models feat(regulator): enhance authentication logs (#2622) 2021-11-29 14:09:14 +11:00
notification feat(storage): primary key for all tables and general qol refactoring (#2431) 2021-11-23 20:45:38 +11:00
ntp feat(storage): primary key for all tables and general qol refactoring (#2431) 2021-11-23 20:45:38 +11:00
oidc feat(storage): primary key for all tables and general qol refactoring (#2431) 2021-11-23 20:45:38 +11:00
regulation feat(regulator): enhance authentication logs (#2622) 2021-11-29 14:09:14 +11:00
server feat: customizable static assets (#2597) 2021-11-15 19:37:58 +11:00
session feat(regulator): enhance authentication logs (#2622) 2021-11-29 14:09:14 +11:00
storage feat(regulator): enhance authentication logs (#2622) 2021-11-29 14:09:14 +11:00
suites feat(storage): encrypted secret values (#2588) 2021-11-25 12:56:58 +11:00
templates fix(web): improve 2fa enrollment process (#1706) 2021-02-12 16:59:42 +11:00
utils fix(session): use crypto/rand for session id generator (#2594) 2021-11-11 20:13:32 +11:00