We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Environment rails 4.2 omniauth-1.2.2 omniauth-oauth2-1.3.1 devise-4.3.0
I use a line login with devise for the first time then access to 'https://access.line.me'.
But when I login again, access url is "https://api.line.me" and return 404 error... I think that Omniauth Client is keeping a options attribute.
def callback_phase options[:client_options][:site] = 'https://access.line.me' end
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Environment
rails 4.2
omniauth-1.2.2
omniauth-oauth2-1.3.1
devise-4.3.0
I use a line login with devise for the first time then access to 'https://access.line.me'.
But when I login again, access url is "https://api.line.me" and return 404 error...
I think that Omniauth Client is keeping a options attribute.
The text was updated successfully, but these errors were encountered: