文件名称:authlete-php-sample-server:使用 Authlete 在 PHP 中实现 OAuth 2.0 服务器的示例
文件大小:19KB
文件格式:ZIP
更新时间:2024-07-31 15:29:24
PHP
authlete-php-sample-server 概述 使用 Authlete 在 PHP 中实现 OAuth 2.0 服务器的示例。 server.sh是启动服务器的脚本,它实现了 OAuth 2.0 端点(授权端点和令牌端点)和两个受保护的资源端点( /fortune和/saying )作为示例。 有关详细信息,请参阅。 请注意,此源代码树( )中包含的client.json中"redirectUris"的值与值略有不同。 执照 Apache 许可证,版本 2.0 源码下载 git clone https://github.com/authlete/authlete-php-sample-server.git 设置 使用文本编辑器打开php.ini并为您的环境更改extension_dir的值。 配置 下载源代码后,使用文本编辑器打开include/config.php并更
【文件预览】:
authlete-php-sample-server-master
----.gitignore(11B)
----docroot()
--------token.php(269B)
--------common.css(633B)
--------index.php(3KB)
--------authorization.php(1KB)
--------info.php(19B)
--------authorization_submit.php(731B)
--------fortune.php(737B)
--------saying.php(1KB)
--------callback.php(2KB)
----service.json(478B)
----client.json(257B)
----LICENSE(11KB)
----README.md(5KB)
----server.sh(63B)
----include()
--------authlete-api.php(5KB)
--------authorization-functions.php(7KB)
--------token-functions.php(3KB)
--------introspection-functions.php(2KB)
--------config.php(239B)
----php.ini(83B)