-
-
Notifications
You must be signed in to change notification settings - Fork 715
Open
Description
Just a simple Doc string typo fix required for PyJWT._validate_jti() function
Expected Result
def _validate_jti(self, payload: dict[str, Any]) -> None:
'''
Checks whether "jti" if in the payload is valid **or** not
This is an Optional claim
:param payload(dict): The payload which needs to be validated
'''
Actual Result
def _validate_jti(self, payload: dict[str, Any]) -> None:
'''
Checks whether "jti" if in the payload is valid **ot** not
This is an Optional claim
:param payload(dict): The payload which needs to be validated
'''
Reproduction Steps
Check at pyjwt\jwt\api_jwt.py:439
System Information
NA
Metadata
Metadata
Assignees
Labels
No labels