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

Update Permissions for User Roles in the API #351

Open
Olasam-web opened this issue Aug 24, 2024 · 0 comments
Open

Update Permissions for User Roles in the API #351

Olasam-web opened this issue Aug 24, 2024 · 0 comments

Comments

@Olasam-web
Copy link

We need to update the permissions for user roles within the API. Specifically, the permissions for the “Editor” role should be modified to include access to the new “Content Management” endpoints that were recently added.

Acceptance Criteria
1 The “Editor” role must have the following additional permissions:
• Access to POST /content/create
• Access to PUT /content/update
• Access to DELETE /content/remove
2. Ensure that these permissions do not interfere with existing permissions for the “Editor” role.
3. Update the API documentation to reflect the changes in the permissions for the “Editor” role.
4. Verify that the changes are covered by unit tests, ensuring that the “Editor” role can only access the specified endpoints.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant