authelia/internal
James Elliott 9a8c6602dd
fix(middlewares): smart delay on reset password (#2767)
This adds a smart delay on reset password attempts to prevent username enumeration. Additionally utilizes crypto rand instead of math rand. It also moves the timing delay functionality into its own handler func.
2022-01-21 10:46:13 +11:00
..
authentication refactor(web): only fetch totp conf if required (#2663) 2021-12-02 21:28:16 +11:00
authorization fix: include major in go.mod module directive (#2278) 2021-08-11 11:16:46 +10:00
commands feat(storage): postgresql schema and ssl options (#2659) 2021-12-02 16:36:03 +11:00
configuration fix(configuration): mail address decode hook func (#2790) 2022-01-15 13:01:40 +11:00
duo feat(duo): multi device selection (#2137) 2021-12-01 14:32:58 +11:00
handlers fix(middlewares): smart delay on reset password (#2767) 2022-01-21 10:46:13 +11:00
logging refactor: remove ioutil (#2635) 2021-12-02 00:14:15 +11:00
middlewares fix(middlewares): smart delay on reset password (#2767) 2022-01-21 10:46:13 +11:00
mocks feat(storage): encrypt u2f key (#2664) 2021-12-03 11:04:11 +11:00
models fix(models): potential panic generating jti (#2669) 2021-12-04 15:48:22 +11:00
notification refactor: remove ioutil (#2635) 2021-12-02 00:14:15 +11:00
ntp feat(storage): primary key for all tables and general qol refactoring (#2431) 2021-11-23 20:45:38 +11:00
oidc fix(oidc): add preferred username claim (#2801) 2022-01-18 20:32:06 +11:00
regulation feat(storage): encrypt u2f key (#2664) 2021-12-03 11:04:11 +11:00
server fix(middlewares): smart delay on reset password (#2767) 2022-01-21 10:46:13 +11:00
session feat(regulator): enhance authentication logs (#2622) 2021-11-29 14:09:14 +11:00
storage fix(storage): use boolean instead of integer (#2776) 2022-01-13 01:42:41 +11:00
suites build(deps): update haproxy docker tag to v2.5.1 (#2793) 2022-01-12 23:54:50 +11:00
templates fix(web): improve 2fa enrollment process (#1706) 2021-02-12 16:59:42 +11:00
totp feat(totp): algorithm and digits config (#2634) 2021-12-01 23:11:29 +11:00
utils feat(storage): encrypt u2f key (#2664) 2021-12-03 11:04:11 +11:00