Social Auth
Component ID
2714417
Component name
Social Auth
Component type
module
Maintenance status
Development status
Component security advisory coverage
covered
Downloads
24683
Component created
Component changed
Component body
This project is part of the Drupal Social Initiative and is based on the Social API.

Social Auth is part of the Social API. It provides a common interface for creating modules related to user registration/login through social networks' accounts.
- This module defines a path /admin/config/social-api/social-auth which displays a table of implementers (modules to register/login through social networks' accounts).
- It also provides a block Social Auth Login which contains links to login users through the enabled social networks' module clients
- Alternatively, site builders can place (and theme) a link to user/login/{social_network} wherever on the site. This path are added by the implementers. For instance Social Auth Facebook will add the path user/login/facebook
Current Implementers
- Social Auth Google: Provides integration with Google Accounts.
- Social Auth Facebook: Provides integration with Facebook.
- Social Auth Twitter: Provides integration with Twitter.
- Social Auth Linkedin: Provides integration with Linkedin.
- Social Auth Vkontakte: Provides integration with Vkontakte.
Installation instructions
You can find a more comprehensive guide in the Social Auth documentation
