3 Commits

Author SHA1 Message Date
jenjac
bec5193b88 GET to POST for v1/users endpoint (#526)
Changed GET to POST as a GET with a request body is not preferred.
2018-10-10 13:23:02 -04:00
Victor Vrantchan
70d26149ae only register HTTP routes once (#418)
Simplified the registration of HTTP routes.
Moved basic auth middleware to use the provided go-kit library.
2018-05-12 19:17:40 -04:00
Victor Vrantchan
c5b1e8ccce refactor user api (#351)
Closes #307
2017-12-09 22:42:03 -05:00