laravel / socialite

Laravel wrapper around OAuth 1 & OAuth 2 libraries.
https://laravel.com/docs/socialite
MIT License
5.58k stars 940 forks source link

set nickname to null in GoogleProvider #691

Closed falconsmilie closed 9 months ago

falconsmilie commented 9 months ago

The benefit of this pull request is to prevent devs from having to debug why nickname is set to null in the GoogleProvider.

Issue ticket is here; https://github.com/laravel/socialite/issues/690

I followed the convention set in src/Two/LinkedInOpenIdProvider.php:75