microweber/auth-server is a Laravel package for laravel 5 oauth 2.0 server..
It currently has 0 GitHub stars and 6 downloads on Packagist.
Install it with composer require microweber/auth-server.
Discover more Laravel packages by microweber
or browse all Laravel packages to compare alternatives.
Last updated
This is a Dingo Laravel OAuth 2.0 Server fork updated to support Laravel 5. This package allows easier integration for Laravel applications.
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.
This wrapper provides an additional storage adapter that integrates with Laravel's Fluent Query Builder.
Microweber\OAuth2\Storage\FluentAdapterThis adapter is enabled by default in the configuration and will use your default connection from app/config/database.php.