You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
improve the current role based access control system which include only user and admin roles to be more customizable by adding the ability for the admins to add roles and permissions for users
Tasks
create new models for Roles and Permissions
update the authentication middleware to check user roles and restrict access based on permissions.
allow admins to dynamically assign roles and permissions to users
The text was updated successfully, but these errors were encountered:
Description
user
andadmin
roles to be more customizable by adding the ability for the admins to add roles and permissions for usersTasks
Roles
andPermissions
The text was updated successfully, but these errors were encountered: