Skip to content

Commit

Permalink
Merge pull request #84 from VeryLazyBoy/master
Browse files Browse the repository at this point in the history
Update comments for default values of options
  • Loading branch information
mpdavis authored May 4, 2018
2 parents caaa1a4 + 417a6b8 commit 318a116
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions jose/jwt.py
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,7 @@ def decode(token, key, algorithms=None, options=None, audience=None,
'verify_iss': True,
'verify_sub': True,
'verify_jti': True,
'verify_at_hash': True,
'leeway': 0,
}
Expand Down

0 comments on commit 318a116

Please sign in to comment.