Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

OAuth2 authentication for CakePHP 3

I am trying to setup OAuth2 authentication for a REST API I am writing in CakePHP 3. Everything I could find on the topic however has been only for CakePHP 2. I tried this particular plugin, but I couldn't even install it.

like image 524
user1507558 Avatar asked Nov 09 '22 14:11

user1507558


1 Answers

If you are looking for a oauth2 server for cakephp3, you can check https://libraries.io/packagist/uafrica%2Foauth-server out. I actually did not use it yet, but will give it a try in the future

like image 97
klickagent.ch Avatar answered Nov 14 '22 21:11

klickagent.ch