researchsquare/opauth-researchsquare

Research Square strategy for Opauth

1.0.1 2016-05-04 12:27 UTC

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

  1. Install Opauth-ResearchSquare using Composer:

    {
        "require": {
            "researchsquare/opauth-researchsquare": "^1.0"
        }
    }
  2. Create a Research Square application, taking note of your client_id and client_secret.

  3. Configure Opauth-ResearchSquare strategy.

  4. 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)