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

Struktur Objek Registrasi

Contoh

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

socialLogins

Kunci:

KeyTypeDescriptionExample
socialLoginsArray of StringsMenentukan penyedia login sosial yang tersedia dan urutan tampilannya.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.

Contoh:

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

allowedDomains

Kunci:

KeyTypeDescriptionExample
allowedDomainsArray of StringsDaftar yang menentukan domain email yang diizinkan untuk pendaftaran.Users with email domains not listed will be restricted from registering.

Wajib

Contoh:

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

Bagaimana panduan ini?