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

Cấu trúc đối tượng đăng ký

Ví dụ

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

socialLogins

Khóa:

KeyTypeDescriptionExample
socialLoginsArray of StringsXác định các nhà cung cấp đăng nhập mạng xã hội khả dụng và thứ tự hiển thị của chúng.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.

Ví dụ:

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

allowedDomains

Khóa:

KeyTypeDescriptionExample
allowedDomainsArray of StringsDanh sách chỉ định các tên miền email được phép đăng ký.Users with email domains not listed will be restricted from registering.

Bắt buộc

Ví dụ:

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

Hướng dẫn này thế nào?