Skip to content

Commit

Permalink
Update jwt/api_jwt.py
Browse files Browse the repository at this point in the history
Co-authored-by: Julian Maurin <julian.maurin.perso@pm.me>
  • Loading branch information
auvipy and JulianMaurin committed Jul 22, 2022
1 parent 538776a commit 0af5b0e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jwt/api_jwt.py
Expand Up @@ -150,7 +150,7 @@ def decode(
detached_payload: Optional[bytes] = None,
# passthrough arguments to _validate_claims
# consider putting in options
audience: Optional[Union[str, Iterable]] = None,
audience: Optional[Union[str, Iterable[str]]] = None,
issuer: Optional[str] = None,
leeway: Union[int, float, timedelta] = 0,
# kwargs
Expand Down

0 comments on commit 0af5b0e

Please sign in to comment.