-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
Facebook omniauth redirection is missing url when testing on localhost #285
Comments
@lynndylanhurley can you see any issues with adding request protocol and port to the redirect_route? |
@c0mrade - I don't see any issues, and it should probably account for the full URL info anyhow. Do you mind putting together a quick PR and making sure all existing tests pass? |
@booleanbetrayal sure, thanks for the response |
troggy
added a commit
to troggy/devise_token_auth
that referenced
this issue
Jul 29, 2015
Should be closed as of #322 |
sebfie
pushed a commit
to sebfie/devise_token_auth
that referenced
this issue
Aug 19, 2015
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Relating my previous issues :
#166
The second part has been resolved regarding
api_user
anduser
. However first part still remains that I get redirected to a page without a hostname, just has a path.Solution to this problem could be in the
OmniauthCallbacksController
, methodredirect_callbacks
, this line :change it to :
Tried it locally works, any objections, different ideas how to do this?
The text was updated successfully, but these errors were encountered: