Skip to content
This repository has been archived by the owner on Jul 13, 2019. It is now read-only.

233sec/laravel-oauth-server

Repository files navigation

OAuth-Server

Build Status MIT License

An oauth server based on Laravel 5.2, it's simple, but powerful.

Installation

git clone https://github.com/233sec/laravel-oauth-server.git
composer install
cp .env.example .env
vim .env #edit db config
php artisan migrate
vim app/Providers/OauthServerEloquentUserProvider.php #for existing business, you had to edit this file to integrate with your user auth algorithm.

Trouble shooting

See and search issue ( https://github.com/233sec/laravel-oauth-server/issues ).

License

MIT