choccybiccy/twitch-tokens
Composer 安装命令:
composer require choccybiccy/twitch-tokens
包简介
A library to verify Twitch JWT tokens.
README 文档
README
A library to verify Twitch JWT tokens.
Requirements
- PHP 7.2+
- ext-json
Installation
composer require choccybiccy/twitch-tokens
Usage
use Twitch\Auth\Token\Verifier;
$verifier = new Verifier;
if ($token = $verifier->verifyToken('token-string')) {
$id = $token->get('sub');
var_dump($token->toArray());
}
Contributing
Make your changes, and ensure that appropriate tests have been created and that the test suite passes.
./vendor/bin/phpspec
Thanks
Special mention for help and guidance provided by:
统计信息
- 总下载量: 3
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 3
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2019-08-23