pow-auth / assent

Multi-provider framework in Elixir
https://powauth.com
MIT License
406 stars 47 forks source link

Google Strategy is using wrong field for email_verified #32

Closed alukito closed 4 years ago

alukito commented 4 years ago

https://github.com/pow-auth/assent/blob/e031dca1a1079052e479df2a33a6128cfeb4aadf/lib/assent/strategies/google.ex#L41

user map is returning email_verified instead of verified_email, so the strategy now is always returning unverified email.

danschultzer commented 4 years ago

Thanks, v0.1.8 released 🚀