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

github provider callback url (?auth_token) #354

Closed
vkocheryzhkin opened this issue Aug 24, 2015 · 2 comments
Closed

github provider callback url (?auth_token) #354

vkocheryzhkin opened this issue Aug 24, 2015 · 2 comments

Comments

@vkocheryzhkin
Copy link

Hello

I've application with github provider and it works locally (localhost:3000).
But when app is published to heroku signin is not working.
My return url looks like

https://xxx.herokuapp.com/?auth_token=xxxxx&client_id=XXXXXQ&config=&created_at=2015-08-23+18%3A15%3A50+UTC&email=&expiry=1441631574&id=7&image=https%3A%2F%2Favatars.githubusercontent.com%2Fu%2F534606%3Fv%3D3&name=XXX+XXX&nickname=xxx&provider=github&uid=534606&updated_at=2015-08-24+13%3A12%3A54+UTC

Is it looks good? (I've 2 applications with different secret configured on github, gem 'devise_token_auth', ">= 0.1.32.beta9")
Thanks!

@vkocheryzhkin
Copy link
Author

ok. It doesn't work coz of gem 0.1.34 (selected by heroku).
Probably "#" is missing and it should looks like

https://xxx.herokuapp.com/#?auth_token...

I didn't test, stacked with 0.1.32.beta9...

@zachfeldman
Copy link
Contributor

Closed due to lack of information and from 2 years ago

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

No branches or pull requests

2 participants