Skip to main content
LibreChat is joining ClickHouse to power the open-source Agentic Data Stack šŸŽ‰ Learn more
LibreChat

Estrutura do Objeto de Registro

Exemplo

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

socialLogins

Chave:

KeyTypeDescriptionExample
socialLoginsArray of StringsDefine os provedores de login social disponíveis e sua ordem de exibição.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.

Exemplo:

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

allowedDomains

Chave:

KeyTypeDescriptionExample
allowedDomainsArray of StringsUma lista que especifica os domĆ­nios de e-mail permitidos para registro.Users with email domains not listed will be restricted from registering.

Obrigatório

Exemplo:

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

Como estĆ” este guia?