Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implementing Role-Based Authorization for Access Control #9

Open
muttaqin1 opened this issue May 12, 2023 · 0 comments
Open

Implementing Role-Based Authorization for Access Control #9

muttaqin1 opened this issue May 12, 2023 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@muttaqin1
Copy link
Owner

muttaqin1 commented May 12, 2023

I will define distinct roles such as "superAdmin," "admin," and "user" within my system. To represent these roles and their corresponding authorities, l will utilize arrays. Each role array will contain specific authorities, such as read, write, delete, and more, enabling me to precisely control the access privileges granted to each user based on their assigned role.

@muttaqin1 muttaqin1 added the enhancement New feature or request label May 12, 2023
@muttaqin1 muttaqin1 self-assigned this May 29, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant