Replace JWT with agent tokens
https://redmine.teklia.com/issues/10050
- Drop the
djangorestframework-simplejwtdependency, which we had in CE but only used in EE - Remove the
jwt_signing_keysetting fromarkindex.project.config - Remove
SIMPLE_JWTfrom the Django settings - Rename
arkindex.ponos.models.task_token_defaulttotoken_default - Add an
Agent.tokenfield, exactly likeTask.token - Add a
unique_agent_tokenunique constraint, just likeunique_task_tokenbut forAgent.token