-
Notifications
You must be signed in to change notification settings - Fork 79
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
Update for OmniAuth v2 #68
Conversation
OmniAuth v2 converts all GET requests to POST requests by default with CSRF protection. Closes dlindahl#62
d3a453b
to
4211e6d
Compare
Hey @dlindahl mind reviewing and merging this, and then releasing it with a major version bump? mastodon uses this gem and it's stuck on OmniAuth v1 because of it. Thank you so much! 🙌 |
Hi, wanted to know where you are on this. We use your gem (thank you by the way) in some of our projects and need to update soon. |
Hi, do you have any news about merging this pull request ? |
Hi, as the opener of #62, I was working on this feature I have no permissions to merge PRs here, but I have indeed a branch (based on an outdated version of this gem, sorry) I think that this two commits should be part of this feature, since they will keep testing against OmniAuth 1: |
Would love to see this merged -- we're currently pointing at the PR branch in a larger omniauth update PR, and would prefer to point at an official release of omniauth-cas, or at least a non-PR branch if possible. Thanks everyone for the work here! |
Hi, Why this is not merged yet??? I would like to see this mr merged too. |
Superseded by #82, thanks! |
Hello, is someone using the v3 beta? Can we release v3? |
OmniAuth v2 converts all GET requests to POST requests by default
with CSRF protection.
Closes #62