forked from phoenix/litellm-mirror
Fixed typo. test_jwt.py tests pass
This commit is contained in:
parent
d5767e9403
commit
d60aa8282e
1 changed files with 1 additions and 1 deletions
|
@ -159,7 +159,7 @@ class JWTHandler:
|
|||
# Supported algos: https://pyjwt.readthedocs.io/en/stable/algorithms.html
|
||||
# "Warning: Make sure not to mix symmetric and asymmetric algorithms that interpret
|
||||
# the key in different ways (e.g. HS* and RS*)."
|
||||
algorithms = ["RS256", "RS384", "RS512", "PS256", "PS384", "PS512"],
|
||||
algorithms = ["RS256", "RS384", "RS512", "PS256", "PS384", "PS512"]
|
||||
|
||||
audience = os.getenv("JWT_AUDIENCE")
|
||||
decode_options = None
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue