aboutsummaryrefslogtreecommitdiffhomepage
path: root/server/controllers/api/v1/users.js
Commit message (Expand)AuthorAgeFilesLines
* Server: allow user to get its informations (/users/me)Chocobozzz2016-08-051-0/+9
* Server: move clients in its own fileChocobozzz2016-08-051-27/+1
* Implement user API (create, update, remove, list)Chocobozzz2016-08-041-3/+129
* Server: implement refresh tokenChocobozzz2016-07-201-0/+1
* Server: Don't make the host url check for client credentials if this is a tes...Chocobozzz2016-07-191-1/+4
* reqValidators --> validatorsChocobozzz2016-07-011-0/+1
* OAuth/User models refractoring -> use mongoose apiChocobozzz2016-07-011-4/+5
* Authenticate before make/quit friends (server + tests)Chocobozzz2016-05-131-1/+1
* Remove the cache middlewareChocobozzz2016-05-131-4/+2
* Update to standard 7. Goodbye snake_case, I used to love youChocobozzz2016-05-131-6/+6
* Make angular client load dynamically the generated client id/secretChocobozzz2016-04-271-0/+24
* Add authentications for routes that need it and adapts the testsChocobozzz2016-04-141-4/+3
* OAuth server: first draftChocobozzz2016-03-211-0/+22