mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-25 01:02:15 +00:00
Merge latest litellm_feat/v1.84.0-mcp-gateway-jwt-auth
Co-authored-by: Mateo Wang <mateo-berri@users.noreply.github.com>
This commit is contained in:
commit
026c2374c2
1 changed files with 3 additions and 1 deletions
|
|
@ -1058,7 +1058,9 @@ class JWTHandler:
|
|||
)
|
||||
|
||||
decode_kwargs = self._build_decode_kwargs(
|
||||
has_issuer_config=bool(getattr(self.litellm_jwtauth, "issuers", None))
|
||||
has_issuer_config=bool(
|
||||
getattr(getattr(self, "litellm_jwtauth", None), "issuers", None)
|
||||
)
|
||||
)
|
||||
|
||||
public_key = await self.get_public_key(kid=kid)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue