authelia/internal/server
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
..
error_handler.go [FEATURE] Buffer size configuration and additional http error handling (#944) 2020-04-30 12:03:05 +10:00
index.go [CI] Add wsl linter (#980) 2020-05-05 21:35:32 +02:00
public_html.gen.go [MISC] Add coverage for Remote-User and Remote-Groups (#982) 2020-05-06 11:50:37 +10:00
server.go [FEATURE] Delay 1FA Authentication (#993) 2020-05-21 00:03:15 +02:00