Commit 99f1a3a 1 parent 95b8dd8 commit 99f1a3a Copy full SHA for 99f1a3a
File tree 1 file changed +4
-0
lines changed
1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -62,6 +62,8 @@ authentication in ``dj_rest_auth.views.LoginView``. The value is the dotted
62
62
path to ``dj_rest_auth.serializers.TokenSerializer ``, which is also the
63
63
default.
64
64
65
+ .. note :: This should be set to ``None`` together with ``TOKEN_MODEL`` if you don't want to use Token Authentication.
66
+
65
67
``JWT_SERIALIZER ``
66
68
==================
67
69
@@ -143,6 +145,8 @@ The path to the model class for the token. The value is the dotted path to
143
145
``None `` token authentication will be disabled. In this case at least one of
144
146
``SESSION_LOGIN `` or ``USE_JWT `` must be enabled.
145
147
148
+ .. note :: ``TOKEN_SERIALIZER`` should also be set to `None` if you don't want to use Token Authentication.
149
+
146
150
``TOKEN_CREATOR ``
147
151
=================
148
152
You can’t perform that action at this time.
0 commit comments