summaryrefslogtreecommitdiff
path: root/app/controllers/sessions_controller.rb
AgeCommit message (Expand)Author
2018-12-17add cache-control headers for header htmlmo
2018-12-15do not update user session key for every request.mo
2018-12-15make sessions/show publicmo
2018-12-14add polyfills and load header via content-loadermo
2018-10-20to primary key instead of uuid columnmo
2018-09-24use jekyll to generate API documentation.mo
2018-09-23delete the current session.mo
2018-09-22create user session during login.mokha
2018-09-09remove type key from sessionmo
2018-09-09generate logout response in response controller.mo
2018-09-09rename saml_request -> samlmo
2018-09-09redirect to response path to generate saml response.mo
2018-09-09collapse saml respondable module.mo
2018-09-09move SAMLRespondable to the one controller that uses it.mo
2018-09-03extract responses controller to generate saml response from one place.mo
2018-09-02store uuid in session instead of id.mo
2018-09-01add missing specs.mo
2018-09-01redirect to dashboard when invalid saml request is provided.mo
2018-09-01move dashboard to "my" namespace.mo
2018-06-12add logout button.mokha
2018-03-10fix rubocop errors.mokha
2018-03-10rubocop auto_correctmokha
2017-12-24require authentication to visit dashboard.mo
2017-12-24parse logout response.mo
2017-12-23reduce coupling from idp metadata.mo
2017-12-23add spec for generating a logout response.mo
2017-12-21render a blank dashboard post login.mo
2017-12-21rending login page when there is no saml request.mo
2017-12-19collapse raw_params and saml_params.mokha
2017-12-19extract saml_params to module.mokha
2017-12-19use new response_for api.mo
2017-12-17ensure RelayState is sent back to issuer.mo
2017-12-15echo back SAMLRequest.mo
2017-12-01use simpler api for building request/response.mokha
2017-11-24display the saml response on the spinner page.mo
2017-11-24display the authentication request.mo
2017-11-24redirect back to SP if already logged in.mo
2017-11-22:post -> :http_postmo
2017-11-20record initial saml request in session.mo
2017-11-19try to handle invalid credentials entry.mo
2017-11-19pass the raw params for signature verification.mo
2017-11-19display error correctly.mo
2017-11-19implement logout flow.mo
2017-11-19use binding to serialize/deserializemo
2017-11-19use binding to serialize the response.mo
2017-11-18serialize post form correctly.mo
2017-11-17update failing spec to find destination.mo
2017-11-16delegate to binding to deserialize.mo
2017-11-13generate logout response.mo
2017-11-13return the properly parsed request.mo