nl.idaas / laravel-openid-connect
用于替代 Laravel Passport 并添加 OpenID Connect 支持的嵌入式替换方案
v0.4.0
2024-08-20 08:22 UTC
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-09-20 08:33:20 UTC
README
这是一个用 PHP 编写的 OpenID Connect 服务器,基于 arietimmerman/openid-connect-server 和 Laravel Passport 构建。
这个库还在开发中。
安装
composer require nl.idaas/laravel-openid-connect
php artisan migrate
php artisan passport:install --uuids
php artisan vendor:publish --provider="Idaas\Passport\PassportServiceProvider" --force
示例
docker-compose build
docker-compose up -d
现在在 http://localhost:18124/.well-known/openid-configuration
找到你的 openid-configuration
。