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

#84 Add idToken to credentials, use GSON to parse accessToken param #108

Merged
merged 1 commit into from
May 8, 2017

Conversation

iamham
Copy link
Contributor

@iamham iamham commented Apr 17, 2017

  • Backend Google Login need id_token #84 Add idToken to the credentials obj
  • Use GSON to parse accessToken rawResponse instead of using getParameter
    (On Google response its response as JSON which getParameter unable to parse it so I use GSON instead, are all the raw response JSON ?)

Ref for getParameter: https://github.com/scribejava/scribejava/blob/master/scribejava-core/src/main/java/com/github/scribejava/core/model/Token.java)

- Add idToken to the credentials obj
- Use GSON to parse accessToken rawResponse instead of using getParameter
(On Google response its response as JSON which getParameter unable to parse it so I use GSON instead, is all the raw response JSON ?)
Copy link
Contributor

@auser auser left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can we get this on the iOS side as well?

@auser auser merged commit e5d4156 into fullstackreact:master May 8, 2017
@exentrich
Copy link

Yes iOS please!

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

Successfully merging this pull request may close these issues.

3 participants