2017 © Pedro Peláez
 

library oauth-server-laravel-mongo

A Laravel 4 wrapper for the popular OAuth 2.0 Server package league/oauth2-server

image

technologyinlive/oauth-server-laravel-mongo

A Laravel 4 wrapper for the popular OAuth 2.0 Server package league/oauth2-server

  • Thursday, January 14, 2016
  • by MoiSet
  • Repository
  • 6 Watchers
  • 2 Stars
  • 51 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 1 Versions
  • 0 % Grown

The README.md

PHP OAuth 2.0 Server for Laravel and MongoDB

Package Installation

You can install the package via composer. add the following line to your composer.json file:, (*1)

"technologyinlive/oauth-server-laravel-mongo": "dev-master"

Add this line of code to the providers array located in your app/config/app.php file:, (*2)

'LucaDegasperi\OAuth2Server\Storage\FluentStorageServiceProvider',
'LucaDegasperi\OAuth2Server\OAuth2ServerServiceProvider',

And this lines to the aliases array:, (*3)

'Authorizer' => 'LucaDegasperi\OAuth2Server\Facades\AuthorizerFacade',

The code on which this package is based, (*4)

This is a VERY UNSTABLE version, (*5)

The Versions