Download the PHP package sequelone/laravel-sso without Composer
On this page you can find all versions of the php package sequelone/laravel-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-sso
About
This library provides integration between Laravel Framework and SSO (Single Sign-On) https://en.wikipedia.org/wiki/Single_sign-on.
Get started
Instalation
Execute in shell:
Publish the sso configuration file:
Broker Configuration
Set environment variables:
Register middleware SequelONE\LaravelSso\Middleware\AttachBroker in routes key in Kernel.php.
Register sso in config/auth.php:
Server Configuration
Set environment variable:
Create App\Sso\Server.php:
This file will describe how Server SSO identity and authenticate the brokers. More details see: https://github.com/jasny/sso
All versions of laravel-sso with dependencies
PHP Build Version
Package Version
Requires
php Version
^8.1
illuminate/session Version ~10.17
illuminate/cookie Version ~10.17
illuminate/routing Version ~10.17
illuminate/validation Version ~10.17
jasny/sso Version ^0.3.0
illuminate/cache Version ~10.17
guzzlehttp/guzzle Version ~7.7
illuminate/session Version ~10.17
illuminate/cookie Version ~10.17
illuminate/routing Version ~10.17
illuminate/validation Version ~10.17
jasny/sso Version ^0.3.0
illuminate/cache Version ~10.17
guzzlehttp/guzzle Version ~7.7
The package sequelone/laravel-sso contains the following files
Loading the files please wait ....