1
0
mirror of https://github.com/oauth2-proxy/oauth2-proxy.git synced 2024-11-24 08:52:25 +02:00
oauth2-proxy/pkg/authentication/basic
Phil Taprogge d69fd6af22
Allow Logging to stdout with separate Error Log Channel (#718)
* Add dedicated error logging writer

* Document new errors to stdout flag

* Update changelog

* Thread-safe the log buffer

* Address feedback

* Remove duplication by adding log level

* Clean up error formatting

* Apply suggestions from code review

Co-authored-by: Joel Speed <Joel.speed@hotmail.co.uk>
2020-08-10 11:44:08 +01:00
..
test Add HTPasswdValidator to basic authentication package 2020-07-18 11:01:49 +01:00
basic_suite_test.go Add HTPasswdValidator to basic authentication package 2020-07-18 11:01:49 +01:00
htpasswd_test.go Add HTPasswdValidator to basic authentication package 2020-07-18 11:01:49 +01:00
htpasswd.go Allow Logging to stdout with separate Error Log Channel (#718) 2020-08-10 11:44:08 +01:00
validator.go Add HTPasswdValidator to basic authentication package 2020-07-18 11:01:49 +01:00