1.x-2.0.0
Version 2.0.0
This release of the Single Sign-On (SSO) Module for Backdrop CMS enables seamless user authentication across multiple subdomains of the same main domain. By leveraging Backdrop's native session handling and a shared database setup, this module simplifies the process of implementing SSO functionality for multi-site environments.
Key Features
- Cross-Subdomain Authentication: Automatically logs users into all subdomains of the main domain after logging into any one subdomain.
- Native Session Handling: Utilizes Backdrop CMS's built-in sessions table and session cookies for efficient and reliable authentication.
- Centralized Userbase: Supports shared user-related tables (users, sessions, etc.) across subdomains for a unified user experience.
- Simple Configuration: Requires minimal setup, including:
- Sharing specific database tables (users, sessions) across sites.
- Setting the
$cookie_domain
variable insettings.php
file.
This release provides a robust foundation for managing user authentication across subdomains, ensuring a seamless and secure experience for multi-site Backdrop installations. Feedback and contributions are welcome!