laravel-single-sign-on maintained by fennec-tech
Description
This package is a very simple Laravel single sign on for multiple applications.
Author
Last update
2023/10/09 08:07
(dev-dependabot/github_actions/stefanzweifel/git-auto-commit-action-5)
License
Downloads
6
Tags
This package is a very simple Laravel single sign on for multiple applications.
This package is a very simple Laravel single sign on for multiple applications.
Installation
You can install the package via composer:
composer require fennec-tech/laravel-single-sign-on
You can publish the config file with:
php artisan vendor:publish --tag="laravel-single-sign-on-config"
Usage
1- Add SESSION_DOMAIN and ACCOUNTS_URL to your .env file.
2- Add LaravelSingleSignOnMiddleware::class to the $middleware variable in the kernel.php file.
3- Add RedirectIfAuthenticatedMiddleware::class to the 'guest' attribute in the $routeMiddleware variable in the kernel.php file.
Testing
composer test
Changelog
Please see CHANGELOG for more information on what has changed recently.
Credits
License
The MIT License (MIT). Please see License File for more information.