You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- ``djangorestframework-jwt`` is currently the only supported JWT library.
253
253
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.
255
255
256
256
3. Add the following configuration value to your settings file to enable JWT authentication.
0 commit comments