adonisjs / ally

AdonisJS Social Authentication Provider
MIT License
158 stars 54 forks source link

fix(google): correctly retrieve idToken #141

Closed RomainLanz closed 1 year ago

RomainLanz commented 1 year ago

Hey there! 👋🏻

This PR adds the field idToken in the payload given by Google. We also deprecate the id_token field that was never documented but may be used by others.

Note that I haven't been able to try the code.

Closes https://github.com/adonisjs/ally/issues/140

thetutlage commented 1 year ago

Thank you