winter / wn-sso-plugin
Adds support for OAuth-based Single Sign On (SSO) to the Winter CMS backend module through the use of Laravel Socialiate.
                                    Fund package maintenance!
                                                                            
                                                                                                                                        wintercms
                                                                                    
                                                                            
                                                                                                                                        Open Collective
                                                                                    
                                                                
Installs: 567
Dependents: 0
Suggesters: 0
Security: 0
Stars: 8
Watchers: 4
Forks: 3
Open Issues: 2
Type:winter-plugin
pkg:composer/winter/wn-sso-plugin
Requires
- laravel/socialite: ~5.3
- winter/wn-backend-module: ^1.2.8 || dev-develop
This package is auto-updated.
Last update: 2025-10-29 12:27:22 UTC
README
Adds support for OAuth-based Single Sign On (SSO) to the Winter CMS backend module through the use of Laravel Socialite.
Supports:
- SSO authentication with core providers from Socialite
- Easy integration with all community managed Socialite Providers.
Installation
This plugin is available for installation via Composer.
composer require winter/wn-sso-plugin
After installing the plugin you will need to run the migrations and (if you are using a public folder) republish your public directory.
php artisan migrate