summaryrefslogtreecommitdiff
path: root/src/extauth_sup.erl (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Correctly handle unicode in log messagesEvgeny Khramtsov2019-09-231-1/+1
|
* Update copyright to 2019 (#2756)Badlop2019-01-081-1/+1
|
* Avoid lager crash on external authentication failureEvgeniy Khramtsov2018-06-081-1/+1
| | | | Fixes #2463
* Fix a typoEvgeniy Khramtsov2018-05-091-2/+2
|
* Improve robustness of external authentication backendsEvgeniy Khramtsov2018-05-071-0/+110
Now all external ports are attached to supervising processes and requests are balanced in round-robin manner until the pool is exhausted. The commit also deprecates `extauth_instances` option and introduces `extauth_pool_size` option instead, with the default value of a number of logical processors (i.e. CPU cores). Fixes #2403