mertyildiran / 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 auto-updated.
Last update: 2024-09-25 13:56:54 UTC
README
注意: 由于 Laravel 现已包含 Passport 包,因此本包不再维护 Laravel 5.3+。
为 Laravel 和 Lumen 框架提供的 OAuth 2.0 授权服务器和资源服务器。由于 The League of Extraordinary Packages OAuth 2.0 授权服务器和资源服务器的出色工作,本包符合标准。
注意: 本包假设您对 OAuth 2.0 授权规范 的基本原理有足够的了解。
版本兼容性
文档
本包提供了一篇详尽的文档,帮助您在 Laravel 应用程序中实现 OAuth 2.0 服务器。
贡献
在 GitHub 上跟踪错误和功能请求。在提交新问题或新的拉取请求之前,请阅读我们的贡献指南。
致谢
本包所基于的代码主要是由 Alex Bilbie 开发和维护的。
许可证
Laravel OAuth 2.0 包在 MIT 许可证 下发布。