aboutsummaryrefslogtreecommitdiffhomepage
path: root/middleware/basic_auth.go
Commit message (Collapse)AuthorAge
* Refactor HTTP response builderGravatar Frédéric Guillot2018-10-08
|
* Store client IP address in request contextGravatar Frédéric Guillot2018-09-09
|
* Refactor HTTP context handlingGravatar Frédéric Guillot2018-09-03
|
* Added remote client IP to API login failure error message.Gravatar dzaikos2018-08-26
| | | | | | Addresses #205 Changed error level reporting on API login failure to Error from Info to match the web login reporting.
* Use canonical importsGravatar Frédéric Guillot2018-08-24
|
* Use vanilla HTTP handlers (refactoring)Gravatar Frédéric Guillot2018-04-29
|
* Use Gorilla middleware (refactoring)Gravatar Frédéric Guillot2018-04-27