authelia/internal/server
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
..
public_html feat: go:embed static assets (#1733) 2021-02-22 10:07:06 +11:00
const.go feat(duo): multi device selection (#2137) 2021-12-01 14:32:58 +11:00
error_handler.go fix: include major in go.mod module directive (#2278) 2021-08-11 11:16:46 +10:00
options_handler.go fix: include major in go.mod module directive (#2278) 2021-08-11 11:16:46 +10:00
server.go fix(middlewares): smart delay on reset password (#2767) 2022-01-21 10:46:13 +11:00
template.go refactor: remove ioutil (#2635) 2021-12-02 00:14:15 +11:00