Download the PHP package ctbuh/laravel-auth-sso without Composer
On this page you can find all versions of the php package ctbuh/laravel-auth-sso. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Please rate this library. Is it a good library?
Informations about the package laravel-auth-sso
laravel-auth-sso
Install
composer require ctbuh/laravel-auth-sso
Usage
Add 'sso' guard to config/auth.php
Add this to config/app.php
ctbuh\Login\LoginServiceProvider::class
Make sure SESSION_DOMAIN= is set to primary domain.
Reload all config
php artisan config:cache
Use from within your controller or as middleware:
Route list
- /sso/login - Send person to login page.
- /sso/callback?access_token={token} -- If successful, person will be sent to this page.
- /sso/logout --- Revoke cookie & token itself.
All versions of laravel-auth-sso with dependencies
PHP Build Version
Package Version
Requires
illuminate/contracts Version
^5.7|^6.0
The package ctbuh/laravel-auth-sso contains the following files
Loading the files please wait ....