technologyinlive/oauth-server-laravel-mongo 问题修复 & 功能扩展

解决BUG、新增功能、兼容多环境部署,快速响应你的开发需求

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

technologyinlive/oauth-server-laravel-mongo

Composer 安装命令:

composer require technologyinlive/oauth-server-laravel-mongo

包简介

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

README 文档

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

统计信息

  • 总下载量: 57
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 1
  • 点击次数: 0
  • 依赖项目数: 0
  • 推荐数: 0

GitHub 信息

  • Stars: 1
  • Watchers: 5
  • Forks: 0
  • 开发语言: PHP

其他信息

  • 授权协议: MIT
  • 更新时间: 2015-03-19