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

Parse access_token, client etc. from body instead of headers #344

Open
anandsinghkunwar opened this issue Dec 28, 2016 · 2 comments
Open

Comments

@anandsinghkunwar
Copy link

Hi, I needed to parse access_token, client etc. from the body instead from the headers as the library provides by default. Is it possible? I can't seem to find anyone facing a similar problem?
Thanks.

@theslyone
Copy link

I've just looked into the source and it appears this is not possible out of the box. You either have to modify source or update server to include the auth params in the response header.

@hayzey
Copy link

hayzey commented May 28, 2017

This is how I got around it - #56 (comment)

I agree that there should be an easier way of doing it, but this solution works.

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

3 participants