Skip to content

Commit

Permalink
Update docs (jazzband#543)
Browse files Browse the repository at this point in the history
  • Loading branch information
armenak-baburyan committed Jun 5, 2022
1 parent e55d0d0 commit d59840d
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion docs/getting_started.rst
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ Cryptographic Dependencies (Optional)
If you are planning on encoding or decoding tokens using certain digital
signature algorithms (like RSA or ECDSA), you will need to install the
cryptography_ library. This can be installed explicitly, or as a required
extra in the ``Simple JWT`` requirement:
extra in the ``djangorestframework-simplejwt`` requirement:

.. code-block:: console
Expand All @@ -41,6 +41,9 @@ line may later be mistaken for an unused requirement and removed.

.. _`cryptography`: https://cryptography.io

Project Configuration
---------------------

Then, your django project must be configured to use the library. In
``settings.py``, add
``rest_framework_simplejwt.authentication.JWTAuthentication`` to the list of
Expand Down

0 comments on commit d59840d

Please sign in to comment.