jurager / passport
Laravel package to implement single sign-on method
1.6.4
2025-02-14 04:52 UTC
Requires
- php: ^8.1
- ext-json: *
- ext-pdo: *
- guzzlehttp/guzzle: ^6.0|^7.0
- guzzlehttp/psr7: ^2.4.5
- illuminate/auth: ^9.0|^10.0|^11.0|^12.0
- illuminate/collections: ^9.0|^10.0|^11.0|^12.0
- illuminate/config: ^9.0|^10.0|^11.0|^12.0
- illuminate/console: ^9.0|^10.0|^11.0|^12.0
- illuminate/contracts: ^9.0|^10.0|^11.0|^12.0
- illuminate/cookie: ^9.0|^10.0|^11.0|^12.0
- illuminate/database: ^9.0|^10.0|^11.0|^12.0
- illuminate/http: ^9.0|^10.0|^11.0|^12.0
- illuminate/macroable: ^9.0|^10.0|^11.0|^12.0
- illuminate/queue: ^9.0|^10.0|^11.0|^12.0
- illuminate/routing: ^9.0|^10.0|^11.0|^12.0
- illuminate/session: ^9.0|^10.0|^11.0|^12.0
- illuminate/support: ^9.0|^10.0|^11.0|^12.0
- symfony/http-foundation: ^5.0|^6.0|^7.0
Requires (Dev)
None
Suggests
None
Provides
None
Conflicts
None
Replaces
None
README
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
Requirements
PHP >= 8.1 and Laravel 9.x or higher
Installation
To install, configure and learn how to use please go to the Documentation.
License
This package is open-sourced software licensed under the MIT license.