Kayıt Nesnesi Yapısı
Örnek
# Example Registration Object Structure
registration:
socialLogins: ["google", "facebook", "github", "discord", "openid"]
allowedDomains:
- "gmail.com"
- "protonmail.com"socialLogins
Anahtar:
| Key | Type | Description | Example |
|---|---|---|---|
| socialLogins | Array of Strings | Kullanılabilir sosyal giriş sağlayıcılarını ve bunların görüntülenme sırasını tanımlar. | 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. |
Örnek:
socialLogins: ["google", "facebook", "github", "discord", "openid"]allowedDomains
Anahtar:
| Key | Type | Description | Example |
|---|---|---|---|
| allowedDomains | Array of Strings | Kayıt için izin verilen e-posta alan adlarını belirten bir liste. | Users with email domains not listed will be restricted from registering. |
Gerekli
Örnek:
allowedDomains:
- "gmail.com"
- "protonmail.com"Bu rehber nasıl?