Restrict database access within our application to ensure that only specific users have the ability to interact with the data post-deployment.
Tasks
Ensure that API endpoints validate the specific users before performing database operations.
Test the access restrictions thoroughly to prevent unauthorized access.
Expected Output
Acceptance Criteria
Only authorized users can access and manipulate the database.
Task Description
Restrict database access within our application to ensure that only specific users have the ability to interact with the data post-deployment.
Tasks
Ensure that API endpoints validate the specific users before performing database operations. Test the access restrictions thoroughly to prevent unauthorized access.
Expected Output
Acceptance Criteria
Only authorized users can access and manipulate the database.