Skip to content

Commit

Permalink
Merge pull request #192 from gthb/patch-1
Browse files Browse the repository at this point in the history
Reflect that --no-verify also ignores claims
  • Loading branch information
mark-adams committed Jan 18, 2016
2 parents fb47bd8 + 53d4cfc commit d363ae9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jwt/__main__.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ def main():
action='store_false',
dest='verify',
default=True,
help='ignore signature verification on decode'
help='ignore signature and claims verification on decode'
)

p.add_option(
Expand Down

0 comments on commit d363ae9

Please sign in to comment.