Skip to content

Commit 216cb51

Browse files
authored
docs: correct mistake in the changelog about verify param (#866)
1 parent 777efa2 commit 216cb51

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CHANGELOG.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -261,7 +261,7 @@ use
261261
And the old v1.x syntax
262262
``jwt.decode(token, verify=False)``
263263
is now:
264-
``jwt.decode(jwt=token, key='secret', algorithms=['HS256'], options={"verify_signature": False, "verify_exp": True})``
264+
``jwt.decode(jwt=token, key='secret', algorithms=['HS256'], options={"verify_signature": False})``
265265

266266
Added
267267
~~~~~

0 commit comments

Comments
 (0)