Download the PHP package jurager/passport without Composer
On this page you can find all versions of the php package jurager/passport. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download jurager/passport
More information about jurager/passport
Files in jurager/passport
Package passport
Short Description Laravel package to implement single sign-on method
License MIT
Homepage https://github.com/jurager/passport
Informations about the package passport
Jurager/Passport
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
- Installation
- License
Requirements
PHP >= 8.1
and Laravel 9.x or higher
Installation
Run the migrations
License
This package is open-sourced software licensed under the MIT license.
All versions of passport with dependencies
ext-json Version *
ext-pdo Version *
symfony/http-foundation Version ^5.0|^6.0|^7.0
illuminate/config Version ^9.0|^10.0|^11.0|^12.0
illuminate/auth Version ^9.0|^10.0|^11.0|^12.0
illuminate/database Version ^9.0|^10.0|^11.0|^12.0
illuminate/collections Version ^9.0|^10.0|^11.0|^12.0
illuminate/cookie Version ^9.0|^10.0|^11.0|^12.0
illuminate/http Version ^9.0|^10.0|^11.0|^12.0
illuminate/contracts Version ^9.0|^10.0|^11.0|^12.0
illuminate/support Version ^9.0|^10.0|^11.0|^12.0
illuminate/macroable Version ^9.0|^10.0|^11.0|^12.0
illuminate/routing Version ^9.0|^10.0|^11.0|^12.0
illuminate/session Version ^9.0|^10.0|^11.0|^12.0
illuminate/queue Version ^9.0|^10.0|^11.0|^12.0
illuminate/console Version ^9.0|^10.0|^11.0|^12.0
guzzlehttp/guzzle Version ^6.0|^7.0
guzzlehttp/psr7 Version ^2.4.5