We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9911c85 commit c6b428dCopy full SHA for c6b428d
docs/getting_started.rst
@@ -92,6 +92,9 @@ signing key:
92
...
93
]
94
95
+The ``TokenVerifyView`` provides no information about a token's fitness for a particular use,
96
+it only verifies if a token is valid or not, and return a 200 or 401 status code respectively.
97
+
98
If you wish to use localizations/translations, simply add
99
``rest_framework_simplejwt`` to ``INSTALLED_APPS``.
100
0 commit comments