For security reasons, users should not be able to see other users' tasks. Ensure that this is the case by isolating each user's tasks from other users.
Anyone tackling this issue must mark the TestTaskIsolation class as required on test.py if it is not marked as such already and ensure that these tests pass.
This issue will remain unassigned until a) issues #97 and #98 are closed as completed and b) enough test cases are written for TestTaskIsolation.
For security reasons, users should not be able to see other users' tasks. Ensure that this is the case by isolating each user's tasks from other users.
Anyone tackling this issue must mark the
TestTaskIsolationclass as required ontest.pyif it is not marked as such already and ensure that these tests pass.This issue will remain unassigned until a) issues #97 and #98 are closed as completed and b) enough test cases are written for
TestTaskIsolation.