Skip to content

Commit d363ae9

Browse files
committed
Merge pull request jpadilla#192 from gthb/patch-1
Reflect that --no-verify also ignores claims
2 parents fb47bd8 + 53d4cfc commit d363ae9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

jwt/__main__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ def main():
4040
action='store_false',
4141
dest='verify',
4242
default=True,
43-
help='ignore signature verification on decode'
43+
help='ignore signature and claims verification on decode'
4444
)
4545

4646
p.add_option(

0 commit comments

Comments
 (0)