summaryrefslogtreecommitdiff
path: root/users/app/controllers/v1/sessions_controller.rb
AgeCommit message (Collapse)Author
2014-04-08moving users: app and test filesAzul
2014-02-10require token when logging out via APIAzul
2013-09-24use token auth when accessing the api from webappAzul
One failing integration test still needs to be fixed
2013-08-27Merge branch 'master' into billing_with_testsjessib
2013-08-21return 204 NO CONTENT on API logoutAzul
That's the only meaningful response.
2013-07-17fix account flow integration testAzul
not really sure what to do if the second step of srp auth is repeated.
2013-04-09return token on successful login via apiAzul
2013-04-02send salt on Session#create without srp ephemeral AAzul
2013-02-26api for sessions fixedAzul
* now we return the user id on login * allow a destroy request for logging out * added test for api sessions controller
2012-12-11make sure can login twiceAzul
2012-12-08serve api version 1 in /1/Azul
Just a very simple start for now. Do we want to use the api for the secure remote password auth from js?