authelia/internal
James Elliott 469daedd36
[FEATURE] Delay 1FA Authentication (#993)
* 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>
2020-05-21 00:03:15 +02:00
..
authentication [FIX] Hash Password Cmd Not Encoding Provided Salt (#999) 2020-05-14 15:55:03 +10:00
authorization [CI] Add gocritic linter (#977) 2020-05-06 10:52:06 +10:00
commands [FIX] Hash Password Cmd Not Encoding Provided Salt (#999) 2020-05-14 15:55:03 +10:00
configuration [FEATURE] Bump to fasthttp/session/v2 to support redis unix socket. (#1001) 2020-05-18 12:45:47 +10:00
duo [CI] Add wsl linter (#980) 2020-05-05 21:35:32 +02:00
handlers [FEATURE] Delay 1FA Authentication (#993) 2020-05-21 00:03:15 +02:00
logging [CI] Add wsl linter (#980) 2020-05-05 21:35:32 +02:00
middlewares [CI] Add gocritic linter (#977) 2020-05-06 10:52:06 +10:00
mocks [SECURITY] Fix Authentication HTTP Status Codes (#959) 2020-05-06 07:27:38 +10:00
models [MISC] Implement golint recommendations (#885) 2020-04-20 23:03:38 +02:00
notification [CI] Add gocritic linter (#977) 2020-05-06 10:52:06 +10:00
regulation [CI] Add wsl linter (#980) 2020-05-05 21:35:32 +02:00
server [FEATURE] Delay 1FA Authentication (#993) 2020-05-21 00:03:15 +02:00
session [MISC] Fix linting error introduced in #1001 (#1028) 2020-05-19 07:50:50 +10:00
storage [CI] Add wsl linter (#980) 2020-05-05 21:35:32 +02:00
suites [FEATURE] Delay 1FA Authentication (#993) 2020-05-21 00:03:15 +02:00
templates Force TLS and valid x509 certs in SMTP Notifier by default 2020-01-10 17:37:16 +01:00
utils [CI] Add gocritic linter (#977) 2020-05-06 10:52:06 +10:00