salvacmp / laravel-openid-connect
Drop-in replacement for Laravel Passport to add support for OpenID Connect
v0.2.7
2022-04-27 16:10 UTC
Requires
- laravel/legacy-factories: ^1.3
- laravel/passport: ^10
- salvacmp/openid-server: ^0.2.4
Requires (Dev)
- mockery/mockery: ^1.0
- orchestra/testbench: ^6.0|^7.0
- phpunit/phpunit: ^9.3
- dev-master
- v0.2.7
- v0.2.6
- v0.2.5
- v0.2.4
- v0.2.3
- v0.2.2
- v0.2.1
- v0.2.0
- v0.1.9
- v0.1.8
- v0.1.7
- v0.1.6
- v0.1.5
- v0.1.4
- v0.1.3
- v0.1.2
- v0.1.1
- v0.1.0
- dev-bugfix/route-naming
- dev-feature/added-license-information
- dev-feature/fixes-client-controller
- dev-feature/updated-openid-connect-package
- dev-feature/fixes-pipeline
- dev-feature/removed-reference-to-tenant
- dev-feature/documentation
- dev-feature/composer-updates
- dev-feature/ci-fix
This package is auto-updated.
Last update: 2025-03-27 23:24:31 UTC
README
This is an OpenID Connect Server written in PHP, built on top of arietimmerman/openid-connect-server and Laravel Passport.
This library is work in progress.
Installation
composer require nl.idaas/laravel-openid-connect
php artisan migrate
php artisan passport:install
php artisan vendor:publish --provider="Idaas\Passport\PassportServiceProvider" --force
Example
docker-compose build
docker-compose up -d
Now find your openid-configuration
at http://localhost:18124/.well-known/openid-configuration
.