Skip to content

Conversation

jrafanie
Copy link
Member

TODO: Determine if we can filter this to just GET requests and if we need to watch for the CSRF protections which generally require saving cookies.

TODO: Determine if we can filter this to just GET requests and if we
need to watch for the CSRF protections which generally require saving
cookies.
@@ -16,6 +16,12 @@ class DashboardController < ApplicationController
external_authenticate kerberos_authenticate saml_login oidc_login]
after_action :cleanup_action, :except => %i[csp_report]

after_action :skip_session
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

change to skip_session_write

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant