OAuth2 icon indicating copy to clipboard operation
OAuth2 copied to clipboard

Added Exception Log and fixed Google provider

Open LorenzoRogai opened this issue 8 years ago • 1 comments

Added Exception Log on the _authenticate function

Added the support for Google provider, Google now returns an array with multiple emails. The script will now take the first one. This should prevent newUser from firing on each Google oAuth 2 login

LorenzoRogai avatar Dec 23 '17 15:12 LorenzoRogai

I personally think checking whether $data[$this->config('fields.username')] is an array or not is more suitable :-) This doesn't respect configurations neither.

Spriz avatar Dec 26 '17 11:12 Spriz