himanshu-dixit/social_auth — explained in plain English
Analysis updated 2026-07-18 · repo last pushed 2017-08-23
Let visitors log into a Drupal site with an existing Facebook account instead of registering.
Add a login block with buttons for each enabled social network anywhere on the site.
Manage multiple social login providers from one central settings page.
Install only the specific network modules you need to keep the site lightweight.
| himanshu-dixit/social_auth | argosback/aura.sqlquery | argosback/jcgenealogy | |
|---|---|---|---|
| Language | PHP | PHP | PHP |
| Last pushed | 2017-08-23 | 2023-05-28 | 2018-02-01 |
| Maintenance | Dormant | Dormant | Dormant |
| Setup difficulty | moderate | easy | moderate |
| Complexity | 2/5 | 2/5 | 3/5 |
| Audience | developer | developer | ops devops |
Figures from each repo's GitHub metadata at analysis time.
Requires installing a separate implementer module for each social network you want to support.
Social Auth is a Drupal module that lets website visitors sign in using their existing accounts on social networks like Facebook, instead of requiring them to create a new username and password just for your site. It acts as a central hub that connects your Drupal website to various social platforms, so you can offer that convenient "Log in with Facebook" (or similar) experience. Here is how it works. This module doesn't actually connect to any social network on its own. Instead, it provides the underlying framework and a shared settings page where you can manage all your social login options. You then install separate "implementer" modules for each specific network you want to support. Once those are set up, the module creates a login block you can place anywhere on your site, containing buttons for each enabled social network. Site builders can also manually place themed login links anywhere they want. This tool is designed for people building or managing Drupal websites who want to reduce signup friction. For example, if you run an online community, a blog, or a store, adding social login means new visitors can register and log in with a single click rather than abandoning the page to fill out a registration form. It is especially useful for site administrators who want to manage multiple social login providers from one central dashboard. One notable thing about how this project is built is its two-part architecture. By splitting the core interface from the specific network connections, it keeps things modular. You only install the pieces you actually need, which keeps your site lighter. The README doesn't go into detail on exactly which networks are supported, but it mentions Facebook as an example, and you would look for additional modules to add others.
A Drupal module that lets website visitors log in with Facebook or other social accounts instead of creating a new username and password.
Mainly PHP. The stack also includes PHP, Drupal.
Dormant — no commits in 2+ years (last push 2017-08-23).
Setup difficulty is rated moderate, with roughly 30min to a first successful run.
Mainly developer.
This repo across BitVibe Labs
Don't trust strangers blindly. Verify against the repo.