-
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
Passing access_token after signup #366
Comments
It works locally but not on production. |
As for me, it passed right way: |
Seems like this issue has an accepted solution, so closing for now. |
I'm bring to life an old app (early 2015) that used devise_token, and noticed that the access_token, UID, expiry, and client are no longer getting passed after a user signs up. The site allows unconfirmed access, so how would I pass the header info after signup?
The text was updated successfully, but these errors were encountered: