Skip to main content
LibreChat is joining ClickHouse to power the open-source Agentic Data Stack 🎉 Learn more
LibreChat

登録オブジェクトの構造

# Example Registration Object Structure
registration:
  socialLogins: ["google", "facebook", "github", "discord", "openid"]
  allowedDomains:
    - "gmail.com"
    - "protonmail.com"

socialLogins

キー:

KeyTypeDescriptionExample
socialLoginsArray of Strings利用可能なソーシャルログインプロバイダーとその表示順序を定義します。The order of the providers in the list determines their appearance order on the login/registration page. Each provider listed must be properly configured within the system to be active and available for users. This configuration allows for a tailored authentication experience, emphasizing the most relevant or preferred social login options for your user base.

例:

socialLogins: ["google", "facebook", "github", "discord", "openid"]

allowedDomains

キー:

KeyTypeDescriptionExample
allowedDomainsArray of Strings登録を許可するメールアドレスのドメインを指定するリスト。Users with email domains not listed will be restricted from registering.

必須

例:

allowedDomains:
  - "gmail.com"
  - "protonmail.com"

このガイドはいかがでしたか?