Skip to content

Releases: digirati-co-uk/tasks-api

v1.0

19 Oct 12:28
8426777
Compare
Choose a tag to compare

First stable release of the Tasks API.

  • Create custom task definitions
  • Update / Delete tasks and subtasks
  • React to task changes in events using BullMQ
  • Protected by JWT (no validation)
    • Sandboxed using JWT issuer (iss)
    • Tasks can be assigned to JWT subject (sub)
    • JWT scopes: tasks.admin, tasks.create
    • Users have access to tasks assigned to them
  • Return statistics for your tasks
  • Search / filter tasks