OAuth2 icon indicating copy to clipboard operation
OAuth2 copied to clipboard

CakePHP 3 authentication using the league/oauth2-client.

Results 5 OAuth2 issues
Sort by recently updated
recently updated
newest added

Any plans to add support for CakePHP 4 to this plugin?

I'm missing some understanding in using this plugin that might help others as well. I'm not sure how the newUser event gets fired. What should the return URI be set...

In my case, Google returns multiple email addresses, so the code @ https://github.com/UseMuffin/OAuth2/blob/master/src/Auth/OAuthAuthenticate.php#L193 doesn't seem to work. I'm not quite sure in which package this issue should be corrected though...

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...

If I want to update the user data for a existing user in my local database, I have no way to do this easily. The `afterIdentify` event is fired without...