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

goldmont/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.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PHP 98.0%
  • JavaScript 1.7%
  • CSS 0.3%