Skip to content
This repository was archived by the owner on May 26, 2020. It is now read-only.

Commit 32067ef

Browse files
committed
forgot to update documentation.
1 parent 5983e57 commit 32067ef

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

docs/index.md

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,6 @@ JWT_AUTH = {
178178
'JWT_REFRESH_EXPIRATION_DELTA': datetime.timedelta(days=7),
179179

180180
'JWT_AUTH_HEADER_PREFIX': 'JWT',
181-
'JWT_AUTH_USER_MODEL': settings.AUTH_USER_MODEL,
182181
'JWT_AUTH_COOKIE': None,
183182

184183
}
@@ -286,12 +285,6 @@ Another common value used for tokens and Authorization headers is `Bearer`.
286285

287286
Default is `JWT`.
288287

289-
290-
### JWT_AUTH_USER_MODEL
291-
This points the app to default user model. It is used in conjuction with 'JWT_GET_USER_SECRET_KEY'. In most cases default value should be enough.
292-
293-
Default is `settings.AUTH_USER_MODEL`.
294-
295288
### JWT_AUTH_COOKIE
296289
You can set this to a string if you want to use http cookies in addition to the Authorization header as a valid transport for the token.
297290
The string you set here will be used as the cookie name that will be set in the response headers when requesting a token. The token validation

0 commit comments

Comments
 (0)