From 8424e3f2181a31be3df83bad4b4d590f0120ced3 Mon Sep 17 00:00:00 2001 From: wsvincent Date: Thu, 11 Oct 2018 12:56:25 -0400 Subject: [PATCH] add django-rest-framework-simplejwt --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c041683..6e49165 100644 --- a/README.md +++ b/README.md @@ -129,7 +129,7 @@ * [django-rest-auth](https://github.com/Tivix/django-rest-auth) - REST API endpoints for authentication and registration * [django-rest-framework](https://github.com/encode/django-rest-framework) - Web APIs for Django -* [django-rest-framework-jwt](https://github.com/GetBlimp/django-rest-framework-jwt) - JSON web tokens for DRF +* [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 ## Books