cuongdevjs / reactjs-social-login

Group Hook ReactJS components for login social network
https://react-social-login.netlify.app
MIT License
172 stars 76 forks source link

google not returning id_token #73

Closed iscars closed 2 years ago

iscars commented 2 years ago

I only see the access_token in the response. I have tried different options but still can't get id_token (JWT). Is it possible to get it from the client directly without a server?

cuongdevjs commented 2 years ago

64 duplicated

cuongdevjs commented 1 year ago

please follow issue #76

iscars commented 1 year ago

I did not delve into this library and did not look at the api on which it is built, but I opened the Google site, made a button according to the documentation and received an id token https://developers.google.com/identity/gsi/web/guides/display-button #html

cuongdevjs commented 1 year ago

id token will be included in response (version 2.6.1)