jurager/passport

Laravel package to implement single sign-on method

1.6.1 2024-03-15 11:19 UTC

This package is auto-updated.

Last update: 2024-04-15 11:27:14 UTC


README

Latest Stable Version Total Downloads PHP Version Require License

This Laravel package simplifies the implementation of single sign-on authentication. It features a centralized user repository and enables the creation of user models in brokers without disrupting app logic. Additionally, it provides methods for incorporating authentication history pages and terminating sessions for either all users or specific ones with ease

Note

The documentation for this package is currently being written. For now, please refer to this readme for information on the functionality and usage of the package.

Requirements

PHP >= 8.1 and Laravel 8.x or higher

Installation

composer require jurager/passport

Run the migrations

php artisan migrate

License

This package is open-sourced software licensed under the MIT license.