We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents caaa1a4 + 417a6b8 commit 318a116Copy full SHA for 318a116
1 file changed
jose/jwt.py
@@ -93,6 +93,7 @@ def decode(token, key, algorithms=None, options=None, audience=None,
93
'verify_iss': True,
94
'verify_sub': True,
95
'verify_jti': True,
96
+ 'verify_at_hash': True,
97
'leeway': 0,
98
}
99
0 commit comments