Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 982 Bytes

README.md

File metadata and controls

23 lines (15 loc) · 982 Bytes

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