nl.idaas / laravel-openid-connect
Drop-in replacement for Laravel Passport to add support for OpenID Connect
Installs: 11 880
Dependents: 0
Suggesters: 0
Security: 0
Stars: 52
Watchers: 7
Forks: 22
Open Issues: 7
Requires
- illuminate/auth: ^10.0|^11.0
- illuminate/contracts: ^10.0|^11.0
- illuminate/database: ^10.0|^11.0
- illuminate/http: ^10.0|^11.0
- illuminate/support: ^10.0|^11.0
- laravel/legacy-factories: ^1.3
- laravel/passport: ^10.0|^11.0|^12
- nl.idaas/openid-server: ^0.4.2
Requires (Dev)
- mockery/mockery: ^1.0
- orchestra/testbench: ^6.0|^7.0|^8
- phpunit/phpunit: ^9.3
- dev-master
- v0.4.0
- v0.3.4
- v0.3.3
- v0.3.2
- v0.3.1
- v0.3.0
- v0.2.8
- 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-feature/allow-not-registering-routes
- dev-feature/allow-skip-authorizations
- dev-updated-passport-test-fix
- dev-feature/support-for-passport-11
- 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: 2024-10-20 08:40:52 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 --uuids
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
.