Django REST Framework Authentication
Add authentication to Django REST Framework with django-allauth and dj-rest-auth.
Django REST Framework (DRF) is a widely-used, full-featured API framework designed for building RESTful APIs with Django. At its core, DRF integrates with Django's core features -- models, views, and URLs -- making it simple and seamless to create RESTful HTTP resources.
DRF is composed of the following components:
The articles and tutorials on TestDriven.io are on the more intermediate to advanced side that cover permissions, serializers, and Elasticsearch.
Add authentication to Django REST Framework with django-allauth and dj-rest-auth.
This article serves as an introduction to Django REST Framework, focusing on serializers, views, and routers.
This tutorial shows how to build an intelligent educational platform using OpenAI APIs and Django.
Deep dive into Django REST Framework's most powerful view, ViewSets.
Use Django REST Framework's Generic Views to prevent repeating certain patterns over and over again.
Deep dive into how Django REST Framework's views work and its most basic view, APIView.
Looks at how to integrate Django REST Framework with Elasticsearch.
How to build custom permission classes in Django REST Framework.
How the built-in permission classes work in Django REST Framework.
How permissions work in Django REST Framework.
Deep dive into Django REST Framework (DRF) serializers.
Join our mailing list to be notified about updates and new releases.