CERIT-SC / funnel-gdi

MIT License
1 stars 3 forks source link

User-based access to tasks #14

Closed mrtamm closed 3 weeks ago

mrtamm commented 2 months ago

Add the possibility to limit user's access to tasks so that only the user's own tasks can be seen through the API. Currently, Funnel does not distinguish its users when providing access to tasks.

  1. Enable this feature through configuration (retain the current behaviour, too).
  2. Store the username with each task.
  3. Apply user-based task-filters at the API level.
mrtamm commented 4 weeks ago

Pull request #18 is now ready for review.

mrtamm commented 3 weeks ago

PR is now merged.