mirror of
https://github.com/0rangebananaspy/authelia.git
synced 2024-09-14 22:47:21 +07:00
469daedd36
* adaptively delay 1FA by the actual execution time of authentication * should grow and shrink over time as successful attempts are made * uses the average of the last 10 successful attempts to calculate * starts at an average of 1000ms * minimum is 250ms * a random delay is added to the largest of avg or minimum * the random delay is between 0ms and 85ms * bump LDAP suite to 80s timeout * bump regulation scenario to 45s * add mutex locking * amend logging * add docs * add tests Co-authored-by: Clément Michaud <clement.michaud34@gmail.com> |
||
---|---|---|
.. | ||
authentication | ||
authorization | ||
commands | ||
configuration | ||
duo | ||
handlers | ||
logging | ||
middlewares | ||
mocks | ||
models | ||
notification | ||
regulation | ||
server | ||
session | ||
storage | ||
suites | ||
templates | ||
utils |