https://github.com/wintercms/wn-sso-plugin
Adds support for OAuth-based Single Sign On (SSO) to the Winter CMS backend module through the use of Laravel Socialiate.
https://github.com/wintercms/wn-sso-plugin
hacktoberfest laravel oauth sso wintercms
Last synced: about 1 year ago
JSON representation
Adds support for OAuth-based Single Sign On (SSO) to the Winter CMS backend module through the use of Laravel Socialiate.
- Host: GitHub
- URL: https://github.com/wintercms/wn-sso-plugin
- Owner: wintercms
- License: mit
- Created: 2023-02-16T07:13:11.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2025-03-19T10:19:10.000Z (about 1 year ago)
- Last Synced: 2025-04-10T03:52:24.290Z (about 1 year ago)
- Topics: hacktoberfest, laravel, oauth, sso, wintercms
- Language: PHP
- Homepage:
- Size: 95.7 KB
- Stars: 8
- Watchers: 4
- Forks: 4
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-wintercms - Winter.SSO - Adds support for OAuth-based Single Sign On (SSO) to the backend module through the use of Laravel Socialiate. (Uncategorized / Uncategorized)
README
# Single Sign On Plugin
[](https://github.com/wintercms/wn-sso-plugin/blob/main/LICENSE)
Adds support for OAuth-based Single Sign On (SSO) to the Winter CMS backend module through the use of [Laravel Socialite](https://github.com/laravel/socialite).
Supports:
- SSO authentication with core providers from Socialite
- Easy integration with all community managed [Socialite Providers](https://socialiteproviders.com/).
## Installation
This plugin is available for installation via [Composer](http://getcomposer.org/).
```bash
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](https://wintercms.com/docs/develop/docs/setup/configuration#using-a-public-folder)) [republish your public directory](https://wintercms.com/docs/develop/docs/console/setup-maintenance#mirror-public-files).
```bash
php artisan migrate
```