mirror of
https://github.com/BerriAI/litellm.git
synced 2025-04-26 03:04:13 +00:00
fix(handle_jwt.py): remove issuer check
This commit is contained in:
parent
909883ee04
commit
ca970a90c4
2 changed files with 4 additions and 4 deletions
|
@ -103,7 +103,6 @@ class JWTHandler:
|
|||
public_key, # type: ignore
|
||||
algorithms=["RS256"],
|
||||
audience="account",
|
||||
issuer=os.getenv("JWT_ISSUER"),
|
||||
)
|
||||
return payload
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue