Skip to content

Adds support for OAuth-based Single Sign On (SSO) to the Winter CMS backend module through the use of Laravel Socialiate.

License

Notifications You must be signed in to change notification settings

wintercms/wn-sso-plugin

Repository files navigation

Single Sign On Plugin

MIT License

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

About

Adds support for OAuth-based Single Sign On (SSO) to the Winter CMS backend module through the use of Laravel Socialiate.

Topics

Resources

License

Code of conduct

Security policy

Stars

Watchers

Forks

Releases

No releases published