simple oauth2 server: 基于oauth2 server php项目的OAuth2服务器的虚拟演示
simple-oauth2-server基于oauth2-server-php项目的OAuth2 Server的简单演示。
要求:
-
Git
-
Vagrant 1.4
安装步骤:
- 克隆回购:
```
git clone https://github.com/kpacha/simple-oauth2-server.git
```
- 启动引擎:
```
vagrant up
```
- 安装PHP依赖:
```
vagrant ssh
cd /vagrant/src/simple-oauth2-server
curl -sS https://getcomposer.org/installer | php
php composer.phar install
```
服务器地址:您的simple-oauth2-server将在 http://localhost:3000/
。
用法:
演示数据有两个不同范围的用户:用户和客户。