Skip to content

Commit 8825f6b

Browse files
authored
Update broken links to djangorestframework-jwt docs
1 parent 624ad01 commit 8825f6b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/installation.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -248,10 +248,10 @@ JSON Web Token (JWT) Support (optional)
248248

249249
By default ``django-rest-auth`` uses Django's Token-based authentication. If you want to use JWT authentication, follow these steps:
250250

251-
1. Install `djangorestframework-jwt <http://getblimp.github.io/django-rest-framework-jwt/>`_
251+
1. Install `djangorestframework-jwt <https://jpadilla.github.io/django-rest-framework-jwt//>`_
252252
- ``djangorestframework-jwt`` is currently the only supported JWT library.
253253
2. The ``JWT_PAYLOAD_HANDLER`` and ``JWT_ENCODE_HANDLER`` settings are imported from the ``django-rest-framework-jwt`` settings object.
254-
- Refer to `the library's documentation <http://getblimp.github.io/django-rest-framework-jwt/#additional-settings>`_ for information on using different encoders.
254+
- Refer to `the library's documentation <https://jpadilla.github.io/django-rest-framework-jwt/#additional-settings>`_ for information on using different encoders.
255255

256256
3. Add the following configuration value to your settings file to enable JWT authentication.
257257

0 commit comments

Comments
 (0)