Ottinger Digital Labs

Ottinger Digital Labs

Follow
homebadges
Tag

django rest framework

#django-rest-framework

More content

Read more stories on Hashnode


Articles with this tag

Testing API Key Protected Endpoints in Django

Mar 15, 20232 min read

Background API keys, also known as application programming interface keys, are codes or tokens used to authenticate and authorize access to an API...

Testing API Key Protected Endpoints in Django

Authenticating Background Tasks with Django Rest Framework SimpleJWT

Nov 10, 20223 min read

Situation You have an API built with Django Rest Framework You are using SimpleJWT as your authentication backend You have integrated Celery with...

Authenticating Background Tasks with Django Rest Framework SimpleJWT