ilirhushi / oauth2-server-laravel
Laravel 和 Lumen 的 OAuth 2.0 桥接器
5.2.1
2017-03-13 17:10 UTC
Requires
- php: >=5.5.9
- illuminate/config: 5.1.* || 5.2.* || 5.3.* || 5.4.*
- illuminate/console: 5.1.* || 5.2.* || 5.3.* || 5.4.*
- illuminate/contracts: 5.1.* || 5.2.* || 5.3.* || 5.4.*
- illuminate/database: 5.1.* || 5.2.* || 5.3.* || 5.4.*
- illuminate/http: 5.1.* || 5.2.* || 5.3.* || 5.4.*
- illuminate/support: 5.1.* || 5.2.* || 5.3.* || 5.4.*
- league/oauth2-server: 4.1.*
Requires (Dev)
- henrikbjorn/phpspec-code-coverage: ^1.0
- mockery/mockery: ^0.9.4
- orchestra/testbench: 3.1.* || 3.2.*
- phpspec/phpspec: ^2.2
- phpunit/phpunit: ^4.8 || ^5.0
This package is not auto-updated.
Last update: 2024-09-29 04:43:04 UTC
README
注意: 由于 Laravel 现已具备 Passport 包 的功能,此包不再为 Laravel 5.3+ 版本维护。
为 Laravel 和 Lumen 框架提供 OAuth 2.0 授权服务器和资源服务器。得益于 The League of Extraordinary PackagesOAuth 2.0 授权服务器和资源服务器的出色工作,完全符合标准。
注意: 此包假设您对 OAuth 2.0 授权规范背后的原则有足够的了解。
版本兼容性
文档
此包提供了详细的文档,以帮助您在 Laravel 应用程序中实现 OAuth 2.0 服务器。
贡献
在 GitHub 上跟踪错误和功能请求。在提交新问题或新的拉取请求之前,请阅读我们的 贡献指南。
致谢
此包所基于的代码主要是由 Alex Bilbie 开发和维护的。
许可证
Laravel OAuth 2.0 包在 MIT 许可证 下发布。