Cakephp 3 Login functionality-Cakephp 3 authorization – Part 2
Let’s see in this post how can we implement Cakephp 3 authorization. As described in previous part 1 -Cakephp 3 Login functionality-Authentication and Authorization-Part 1, Authorization means checking, whether the logged in user is having permission to access certain functionalities in your application. To achieve this we need to assign a unique role to each user … Read more