Registration Object Structure
Example
socialLogins
Key:
| Key | Type | Description | Example |
|---|---|---|---|
| socialLogins | Array of Strings | Defines the available social login providers and their display order. | 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. |
Example:
allowedDomains
Key:
| Key | Type | Description | Example |
|---|---|---|---|
| allowedDomains | Array of Strings | A list specifying allowed email domains for registration. | Users with email domains not listed will be restricted from registering. |
Required
Example:
How is this guide?