Open A91y opened 2 months ago
Per docs https://docs.github.com/en/rest/users/emails?apiVersion=2022-11-28#list-email-addresses-for-the-authenticated-user, and with us passing the user:email
scope by default, this does not sound like a NextAuth.js bug. 🤔
Provider type
GitHub
Environment
Reproduction URL
https://github.com/octasol/octasol
Describe the issue
profile.email
always return null, even after fetching fromHow to reproduce
The issue can be reproduced by
Here
token.profile.email
return nullExpected behavior
Expected behaviour:
token.profile.email
should have returned with email of users