-
Notifications
You must be signed in to change notification settings - Fork 390
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
How to get complete AuthResponse object from google signin? Not able to fetch expires_in property from response. #365
Comments
Yeah, this needs a fix. Feel free to send a PR. Else, I'll make the change when I get some time. |
Hi @jaibatrik, I have created PR. Can you please look into it |
Fixed auth response for google login provider #365
Not remembering if I released this fix to npm. @bhorpooja did you receive the fix? |
@jaibatrik No. I didn't receive any fixes. |
Published to npm. Fix should be available at v3.5.5. |
I'm facing problem to get expires_in attribute from this.socialAuthService.signIn() method, it does not exist in response.
Angular Version: 7.0.0
Need to update below highlighted code in GoogleLoginProvider to get all property
angularx-social-login\angularx-social-login.es5.js
File code:
getLoginStatus() and signIn() methods to be update for GoogleLoginProvider
Can some please look into this?
The text was updated successfully, but these errors were encountered: