Adds single sign-on using existing information from a social networking service. Such as Facebook, Twitter, LinkedIn, or Google. Built using Social API.
{% 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 |
---|---|
Block (in Drupal core) |
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 | Allows user authentication with different services. |
Social Auth Facebook | Social Auth integration for Facebook. |
Social Auth Twitter | Social Auth integration for Twitter. |
Social Auth LinkedIn | Social Auth integration for LinkedIn. |
Social Auth Google | Social Auth integration for Google. |