From dcedd7a1c73aa5a7d88fcc99d9b2f7d75f81806a Mon Sep 17 00:00:00 2001 From: amirreza Date: Sat, 30 Nov 2024 22:50:19 +0330 Subject: [PATCH] added explanation for TokenVerifyView Signed-off-by: amirreza --- docs/getting_started.rst | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/getting_started.rst b/docs/getting_started.rst index d80295072..734c55428 100644 --- a/docs/getting_started.rst +++ b/docs/getting_started.rst @@ -92,6 +92,9 @@ signing key: ... ] +The ``TokenVerifyView`` provides no information about a token's fitness for a particular use, +it only verifies if a token is valid or not, and return a 200 or 401 status code respectively. + If you wish to use localizations/translations, simply add ``rest_framework_simplejwt`` to ``INSTALLED_APPS``.