litellm/ui
Dennis Henry b7f93a8913
fix: address greptile review concerns
- _types.py: narrow LiteLLM_JWTAuth.issuer from Union[str, List[str]] to
  str — PyJWT performs strict string equality on the 'iss' claim and
  silently rejects all tokens when passed a list value

- SSOModals.tsx: replace inline provider-detection block with the shared
  detectSSOProvider() utility (same logic already used in
  EditSSOSettingsModal.tsx via utils.ts) to prevent the two paths
  from diverging when new providers are added

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-05-13 09:14:52 -04:00
..
litellm-dashboard fix: address greptile review concerns 2026-05-13 09:14:52 -04:00