- djoser
- Simple JWT (Support for JSON Web Tokens Authentication)
- django-environ (Separating environment settings from the code)
- Swagger (Documenting API endpoints with easy to use UI)
After python manage.py runserver
go to http://127.0.0.1:8000/swagger/ to check available endpoints.