Skip to content

Commit 318a116

Browse files
authored
Merge pull request #84 from VeryLazyBoy/master
Update comments for default values of options
2 parents caaa1a4 + 417a6b8 commit 318a116

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

jose/jwt.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,7 @@ def decode(token, key, algorithms=None, options=None, audience=None,
9393
'verify_iss': True,
9494
'verify_sub': True,
9595
'verify_jti': True,
96+
'verify_at_hash': True,
9697
'leeway': 0,
9798
}
9899

0 commit comments

Comments
 (0)