vunguyen / oauth2-server-laravel
Laravel 和 Lumen 的 OAuth 2.0 桥接器
5.1.5
2016-01-14 08:43 UTC
Requires
- php: >=5.5.9
- illuminate/config: 5.1.* || 5.2.*
- illuminate/console: 5.1.* || 5.2.*
- illuminate/contracts: 5.1.* || 5.2.*
- illuminate/database: 5.1.* || 5.2.*
- illuminate/http: 5.1.* || 5.2.*
- illuminate/support: 5.1.* || 5.2.*
- 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-18 18:42:20 UTC
README
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 许可证 下发布。