1 Star 0 Fork 3

至融软件_德胜,专注高端定制研发/oauth2.0_demo

forked from 何盼明/oauth2.0_demo 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
token.php 243 Bytes
一键复制 编辑 原始数据 按行查看 历史
何盼明 提交于 2018-01-20 11:22 . init
<?php
// include our OAuth2 Server object
require_once __DIR__.'/server.php';
// Handle a request for an OAuth2.0 Access Token and send the response to the client
$server->handleTokenRequest(OAuth2\Request::createFromGlobals())->send();
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
PHP
1
https://gitee.com/wx_60f84e77c5/oauth2.0_demo.git
git@gitee.com:wx_60f84e77c5/oauth2.0_demo.git
wx_60f84e77c5
oauth2.0_demo
oauth2.0_demo
master

搜索帮助