Create a provider
In this example youโll be creating a provider to allow user login/sign-up to your Craft CMS website
In your Craft CMS dashboard go to Socializerย โ Providers โ New Provider
Make sure to select the desire provider before click on New Provider, you'll be redirected to theย Edit Provider you'll notice that a uniqueย Handle is created when you create a new Provider (this field can't be updated). You can use this handle to display the Provider login URL in the Craft templates.

# Create a new application
Any provider will need the following two keys:
- Client ID
- Client Secret
The first step is create a new app clicking in the instructions link displayed on your provider. You will need to add the
Redirect URIorCallback URLon your app.After you create your app you can copy the
Client IDandClient secretcredentials into your Socializer provider.Enable the provider
Save the provider
