UNPKG

@lobehub/chat

Version:

Lobe Chat - an open-source, high-performance chatbot framework that supports speech synthesis, multimodal, and extensible Function Call plugin system. Supports one-click free deployment of your private ChatGPT/LLM web application.

32 lines (30 loc) 722 B
import Auth0 from './auth0'; import Authelia from './authelia'; import Authentik from './authentik'; import AzureAD from './azure-ad'; import Casdoor from './casdoor'; import CloudflareZeroTrust from './cloudflare-zero-trust'; import GenericOIDC from './generic-oidc'; import Github from './github'; import Google from './google'; import Keycloak from './keycloak'; import Logto from './logto'; import MicrosoftEntraID from './microsoft-entra-id'; import WeChat from './wechat'; import Zitadel from './zitadel'; export const ssoProviders = [ Auth0, Authentik, AzureAD, GenericOIDC, Github, Zitadel, Authelia, Logto, CloudflareZeroTrust, Casdoor, MicrosoftEntraID, WeChat, Keycloak, Google, ];