LaravelPackages.net
Acme Inc.
Toggle sidebar
technologyinlive/oauth-server-laravel-mongo

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

57
1
About technologyinlive/oauth-server-laravel-mongo

technologyinlive/oauth-server-laravel-mongo is a Laravel package for a laravel 4 wrapper for the popular oauth 2.0 server package league/oauth2-server. It currently has 1 GitHub stars and 57 downloads on Packagist. Install it with composer require technologyinlive/oauth-server-laravel-mongo. Discover more Laravel packages by technologyinlive or browse all Laravel packages to compare alternatives.

Last updated

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

Comments