uafrica / oauth-server

OAuth Server
Other
51 stars 51 forks source link

Password grant fix for CakePHP 3 #61

Closed klickagent closed 6 years ago

klickagent commented 6 years ago

The component access has changed. Instead of accessing through components, the auth component can be addressed directly in the controller.

dakota commented 6 years ago

Thanks 👍