UseMuffin / OAuth2

CakePHP 3 authentication using the league/oauth2-client.
MIT License
26 stars 12 forks source link

CakePHP 4.x support #20

Open mixable opened 4 years ago

mixable commented 4 years ago

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

ADmad commented 4 years ago

I personally don't plan to. Spending time on an OAuth2 only plugin doesn't make sense when the likes of Google and Apple use OpenID Connect now.

Instead you can checkout my social auth plugin.

mixable commented 4 years ago

Thank you for the answer! I already use the social auth plugin, it's also great ;)

Unfortunatelly, the OAuth2 plugin is used on the server side for one of my projects. In this case, it handles the login of the users, so social auth does not work there.