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

Release 1.0.0 - allow for omniauth 2.0 series #34

Open
wants to merge 5 commits into
base: master
Choose a base branch
from

Conversation

koshilife
Copy link

Hi, @kazasiki

Please check PR #33 ahead.
Could you review this PR about #32 issue?

I tested manually in remote server with https communication environment, and confirmed following.

  • should use omniauth 2.0 series.
  • should return credentials in auth hash. (regression scenarios)

If you want to try my branch, you can use like following in your Gemfile.

gem 'omniauth-line', github: 'koshilife/omniauth-line', branch: '#32_allow-for-omniauth-2.0'

@koshilife koshilife changed the title Release 3.0.0 - allow for omniauth 2.0 series Release 1.0.0 - allow for omniauth 2.0 series Mar 14, 2021
@@ -21,7 +21,7 @@ def callback_phase

def callback_url
# Fixes regression in omniauth-oauth2 v1.4.0 by https://github.com/intridea/omniauth-oauth2/commit/85fdbe117c2a4400d001a6368cc359d88f40abc7
options[:callback_url] || (full_host + script_name + callback_path)
options[:callback_url] || (full_host + callback_path)

Choose a reason for hiding this comment

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

is this gem broken with omni_auth 2 without this change?

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

Successfully merging this pull request may close these issues.

2 participants