simple oauth2 server: 基于oauth2 server php项目的OAuth2服务器的虚拟演示

respectively1512 1 0 zip 2024-10-03 19:10:11

simple-oauth2-server基于oauth2-server-php项目的OAuth2 Server的简单演示。

要求

  • Git

  • Vagrant 1.4

安装步骤

  1. 克隆回购:

```

git clone https://github.com/kpacha/simple-oauth2-server.git

```

  1. 启动引擎:

```

vagrant up

```

  1. 安装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/

用法

演示数据有两个不同范围的用户:用户和客户。

用户评论
请输入评论内容
评分:
暂无评论