Customization

enabledProviders: if you want to enable only specific provider you can do it easily by adding the parameter enabledProviders to the constructor of Eartho One. Install the SDK and initialize Eartho One

const earthoOneConfig = {
                client_id: "YOUR_EARTHO_CLIENT_ID",
                redirect_uri: 'https://your.website',
                enabledProviders: ['facebook','google','apple']
};
const earthoOne = createEarthoOne(earthoOneConfig);