abacritt / angularx-social-login

Social login and authentication module for Angular 17
634 stars 387 forks source link

Google scopes doesn't appear to work #546

Closed sterichards closed 1 year ago

sterichards commented 1 year ago

I have followed the documentation and I have used the following provider:

{ id: GoogleLoginProvider.PROVIDER_ID, provider: new GoogleLoginProvider('xxxxx', { oneTapEnabled: false, scopes: 'https://www.googleapis.com/auth/user.phonenumbers.read' }), }

But the Google callback does not include the phone number

Heatmanofurioso commented 1 year ago

@sterichards Check if your app allows the phone number scopes https://developers.google.com/people/v1/how-tos/authorizing

stale[bot] commented 1 year ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.