aboutsummaryrefslogtreecommitdiffhomepage
path: root/middleware/basic_auth.go
Commit message (Expand)AuthorAge
* Move API middleware and routes to api packageGravatar Frédéric Guillot2018-11-11
* 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
* 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