microweber/oauth2-server-laravel

Laravel 5 OAuth 2.0 server.

Downloads

32

Stars

0

Version

Laravel Wrapper for OAuth 2.0 Server

This is a Dingo Laravel OAuth 2.0 Server fork updated to support Laravel 5. This package allows easier integration for Laravel applications.

Build Status

Installation

The package can be installed with Composer, either by modifying your composer.json directly or using the composer require command.

composer require microweber/oauth2-server-laravel:0.1.*

Note that this package is still under development and has not been tagged as stable.

Make sure you add Microweber\OAuth2\OAuth2ServiceProvider to your array of providers in app/config/app.php.

Storage Adapters

This wrapper provides an additional storage adapter that integrates with Laravel's Fluent Query Builder.

  • Microweber\OAuth2\Storage\FluentAdapter

This adapter is enabled by default in the configuration and will use your default connection from app/config/database.php.

ash-rain

Author

ash-rain