advanced-learning/silverstripe-oauth2-server
Composer 安装命令:
composer require advanced-learning/silverstripe-oauth2-server
包简介
SilverStripe module for an oauth2 server
README 文档
README
OAuth2 server for SilverStripe 4.
Requirements
silverstripe/framework^4.0league/oauth2-serverrobbie/psr7-adaptersPHP >= 7.1
Installation
Install with Composer:
composer require advanced-learning/silverstripe-oauth2-server
Oauth Support
Currently supports client and password grants. The client grant uses the endpoint '/oauth/authorizse'. Currently requires securing api endpoints manually. There is a middleware but this would affect all requests. The same logic could be used in conjunction with allowed_actions on the controller.
统计信息
- 总下载量: 1.76k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 2
- 点击次数: 0
- 依赖项目数: 1
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2017-11-13