researchsquare/opauth-researchsquare
最新稳定版本:1.0.1
Composer 安装命令:
composer require researchsquare/opauth-researchsquare
包简介
Research Square strategy for Opauth
README 文档
README
Opauth strategy for Research Square authentication. Opauth is a multi-provider authentication framework for PHP.
Getting started
-
Install Opauth-ResearchSquare using Composer:
{ "require": { "researchsquare/opauth-researchsquare": "^1.0" } } -
Create a Research Square application, taking note of your client_id and client_secret.
-
Configure Opauth-ResearchSquare strategy.
-
Direct user to
http://path_to_opauth/researchsquareto authenticate.
Strategy configuration
Required parameters:
<?php 'ResearchSquare' => array( 'client_id' => 'YOUR CLIENT ID', 'client_secret' => 'YOUR CLIENT SECRET' )
License
Opauth-ResearchSquare is MIT Licensed
Copyright © 2014 Research Square (http://www.researchsquare.com)
统计信息
- 总下载量: 6.91k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 2
- 点击次数: 2
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2014-11-21