# Varbase Social Single Sign-On

Adds single sign-on using existing information from a social networking service. Such as **Facebook**, **Twitter**, **LinkedIn**, or **Google**. Built using [Social API](https://www.drupal.org/project/social_api).

## Varbase Social Single Sign-On Module

{% hint style="info" %}
Varbase social authentication features are bundled through the **Varbase Social Single Sign-On** module.\
GitHub: <https://github.com/Vardot/varbase_auth>\
Drupal.org: <https://www.drupal.org/project/varbase_auth>

After building a project using the `varbase-project` template, you can see the code of the **Varbase Social Single Sign-On** module in:
{% endhint %}

```
project_directory
|-- docroot
    |-- modules
        |-- contrib
            |-- varbase_auth
```

Brings in the following core and contributed modules to your site:

| Module                                                                           | Purpose                                                                                                                                      |
| -------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------- |
| <p><strong>Block</strong></p><p><em>(in Drupal core)</em></p>                    | Controls the visual building blocks a page is constructed with. Blocks are boxes of content rendered into an area, or region, of a web page. |
| [**Social Auth**](https://www.drupal.org/project/social_auth)                    | Allows user authentication with different services.                                                                                          |
| [**Social Auth Facebook**](https://www.drupal.org/project/social_auth_facebook/) | Social Auth integration for Facebook.                                                                                                        |
| [**Social Auth Twitter**](https://www.drupal.org/project/social_auth_twitter)    | Social Auth integration for Twitter.                                                                                                         |
| [**Social Auth LinkedIn**](https://www.drupal.org/project/social_auth_linkedin/) | Social Auth integration for LinkedIn.                                                                                                        |
| [**Social Auth Google**](https://www.drupal.org/project/social_auth_google/)     | Social Auth integration for Google.                                                                                                          |
