From 61119450036286be4822504e89dc99af523478bb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Samedhan=20Karame=C5=9Fe?= Date: Mon, 16 Sep 2019 22:34:03 +0300 Subject: [PATCH] "Fixed broken django-rest-framework-jwt link" This reverts commit a45a7b7748cfba8f2527157386f5faf9927f6f5e. --- docs/installation.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/installation.rst b/docs/installation.rst index a020244..b382d43 100644 --- a/docs/installation.rst +++ b/docs/installation.rst @@ -248,10 +248,10 @@ JSON Web Token (JWT) Support (optional) By default ``django-rest-auth`` uses Django's Token-based authentication. If you want to use JWT authentication, follow these steps: -1. Install `djangorestframework-jwt `_ +1. Install `djangorestframework-jwt `_ - ``djangorestframework-jwt`` is currently the only supported JWT library. 2. The ``JWT_PAYLOAD_HANDLER`` and ``JWT_ENCODE_HANDLER`` settings are imported from the ``django-rest-framework-jwt`` settings object. - - Refer to `the library's documentation `_ for information on using different encoders. + - Refer to `the library's documentation `_ for information on using different encoders. 3. Add the following configuration value to your settings file to enable JWT authentication.