Authenticating Background Tasks with Django Rest Framework SimpleJWT
Situation
You have an API built with Django Rest Framework
You are using SimpleJWT as your authentication backend
You have integrated Celery with your Django application and are using it to run background tasks
Some of your tasks need to make authen...
blog.evanottinger.com3 min read