aboutsummaryrefslogtreecommitdiffhomepage
path: root/ui/middleware.go
Commit message (Collapse)AuthorAge
* Refactor config packageGravatar Frédéric Guillot2019-06-02
| | | | | - Parse configuration only once during startup time - Store configuration values in a global variable
* Rename session cookiesGravatar Frédéric Guillot2019-01-21
|
* Handle the case when application session is expired and not user sessionGravatar Frédéric Guillot2019-01-21
|
* Improve logging messages in ui packageGravatar Frédéric Guillot2018-11-11
|
* Move UI middlewares and routes to ui packageGravatar Frédéric Guillot2018-11-11