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

Commit 729c121

Browse files
author
vforgione
committed
removed code causing issue #40 - not really a fix, but it fixes it...
1 parent bddba72 commit 729c121

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

rest_framework_jwt/utils.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,5 @@ def jwt_decode_handler(token):
4949
return jwt.decode(
5050
token,
5151
api_settings.JWT_SECRET_KEY,
52-
api_settings.JWT_VERIFY,
53-
api_settings.JWT_VERIFY_EXPIRATION,
54-
api_settings.JWT_LEEWAY
52+
api_settings.JWT_VERIFY
5553
)

0 commit comments

Comments
 (0)