researchsquare / opauth-researchsquare
Research Square strategy for Opauth
This package's canonical repository appears to be gone and the package has been frozen as a result.
Installs: 6 906
Dependents: 0
Suggesters: 0
Security: 0
Stars: 2
Watchers: 16
Forks: 2
Open Issues: 0
Requires
- php: >=5.4.0
- opauth/opauth: ~1.0
This package is not auto-updated.
Last update: 2020-10-16 19:52:33 UTC
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/researchsquare
to 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)