dreamfactory/service-oauth

This package is abandoned and no longer maintained. No replacement package was suggested.

DreamFactory Oasys(tm) Open Authentication System

0.4.15 2014-10-19 18:47 UTC

README

Multi-provider, extensible authentication framework

Build Status

Latest Stable Version Total Downloads Latest Unstable Version License687474703a2f2f74632e647265616d666163746f72792e636f6d3a383131312f6170702f726573742f6275696c64732f6275696c64547970653a2869643a6f617379735f72656c65617365292f73746174757349636f6e

Installation

Package installation is handled by Composer.

  • If you haven't already, please install Composer
  • Create composer.json in the root of your project:
{
    "require": {
        "dreamfactory/oasys": "~0.4"
    }
}
  • Run composer install
  • Require Composer's vendor/autoload script in your bootstrap/init script

Feedback and Contributions

  • Feedback is welcome in the form of pull requests and/or issues.
  • Contributions should generally follow the strategy outlined in "Contributing to a project"
  • Please submit pull requests against the develop branch

Credits

  • This code is an amalgamation of four different libraries that I've been carting around for years. It wouldn't have been possible if there weren't so many poorly crafted generic authentication systems available. ;)