technologyinlive/oauth-server-laravel-mongo

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

Maintainers

Package info

github.com/TechnologyInLive/oauth2-server-laravel-mongo

pkg:composer/technologyinlive/oauth-server-laravel-mongo

Statistics

Installs: 57

Dependents: 0

Suggesters: 0

Stars: 1

Open Issues: 0

dev-master 2016-01-14 10:07 UTC

This package is not auto-updated.

Last update: 2026-03-24 11:07:53 UTC


README

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