summaryrefslogtreecommitdiff
path: root/app/controllers/sessions_controller.rb
AgeCommit message (Collapse)Author
2017-08-26issue a new session_id on login.mo
2016-05-16redirect to dashboard if already logged in.mo khan
2016-05-07hound happy.mo khan
2016-05-01use user_session.id instead of user.idmo khan
2016-04-30add user_session model.mo khan
2016-04-30start to move authentication logic to UserSession.mo khan
2015-03-14rename authorize to authenticatemo khan
attempt to load current user safely.
2015-03-14extract a public controller to skip authentication check.mo khan
2015-03-14redirect to login page when not signed in.mo khan
2015-01-26Add Capybara tests for authenticationStephen Peasley
2015-01-26Show flash error when credentials are badStephen Peasley
2015-01-26Create login form and allow username or email for credentialsStephen Peasley
2015-01-24First cut of user authenticationStephen Peasley
2015-01-24Add session destroyer. Exterminate. Exterminate.Stephen Peasley
2014-12-27make the login page the home page.mo khan