Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

WIP: test devise github oauth integration #561

Draft
wants to merge 17 commits into
base: main
Choose a base branch
from

Conversation

rsmithlal
Copy link
Member

No description provided.

@rsmithlal rsmithlal self-assigned this Jun 11, 2024
@rsmithlal rsmithlal added the enhancement New feature or request label Jun 11, 2024
module BetterTogether
class OmniauthCallbacksController < Devise::OmniauthCallbacksController # rubocop:todo Style/Documentation
# See https://github.com/omniauth/omniauth/wiki/FAQ#rails-session-is-clobbered-after-callback-on-developer-strategy
skip_before_action :verify_authenticity_token, only: %i[github]

Check failure

Code scanning / CodeQL

CSRF protection weakened or disabled High

Potential CSRF vulnerability due to forgery protection being disabled or weakened.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant