From 5a5d575bb9f694b4fdf21165a425cba275c3dbef Mon Sep 17 00:00:00 2001 From: Will Vincent Date: Fri, 10 May 2019 13:14:41 -0400 Subject: [PATCH] add djoser 3rd party package --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index d7b9eb9..f862817 100644 --- a/README.md +++ b/README.md @@ -142,6 +142,7 @@ _For a complete listing of all available packages, see [Django Packages](https:/ - [django-cors-headers](https://github.com/OttoYiu/django-cors-headers) - If your back-end and front-end are on different servers, you need this - [django-rest-auth](https://github.com/Tivix/django-rest-auth) - REST API endpoints for authentication and registration +- [djoser](https://github.com/sunscrapers/djoser) - REST implementation of Django auth - [django-rest-framework](https://github.com/encode/django-rest-framework) - Web APIs for Django - [django-rest-framework-simplejwt](https://github.com/davesque/django-rest-framework-simplejwt) - JSON web tokens for DRF - [django-rest-swagger](https://github.com/marcgibbons/django-rest-swagger) - API document generator for Swagger UI