tattersoftware / codeigniter4-workflows

Job task control through dynamic workflows, for CodeIgniter 4
MIT License
21 stars 6 forks source link

Job Security #57

Closed MGatner closed 2 years ago

MGatner commented 2 years ago

Jobs need tighter security around who can access them via controllers.

MGatner commented 2 years ago

This might be beyond the scope of this library. We have some basic sense of user-ship via Users but not enough to merit a strong Job<->User relation. It may need to be an open-ended interface for projects to implement.

MGatner commented 2 years ago

Fixed by #61