implement access control
How to implement role based access control using strapi4.
Using the Example of posts and categories: I want that the admin to have full access of all resources;
The editor should have only access to create, list, edit his own posts and don't see the categories menu.
Using the Example of posts and categories: I want that the admin to have full access of all resources;
The editor should have only access to create, list, edit his own posts and don't see the categories menu.
