Looking to hire Laravel developers? Try LaraJobs

oauth-server-laravel-mongo maintained by technologyinlive

Description
A Laravel 4 wrapper for the popular OAuth 2.0 Server package league/oauth2-server
Author
TechnologyInLive
Last update
2016/01/14 11:07 (dev-master)
License
Links
Downloads
57
Tags

Comments
comments powered by Disqus

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:

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

Add this line of code to the providers array located in your app/config/app.php file:

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

And this lines to the aliases array:

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

The code on which this package is based

This is a VERY UNSTABLE version