Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
* now we return the user id on login
* allow a destroy request for logging out
* added test for api sessions controller
|
|
|
|
Conflicts:
Gemfile.lock
users/app/controllers/application_controller.rb
users/leap_web_users.gemspec
|
|
|
|
without rails_warden the failure app action was not getting set properly.
|
|
currently failing because we are not setting the content-type header.
|
|
Also removed a few hooks to User.current. Will replace with current_user
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|