zestic/codeception-jwt
Composer 安装命令:
composer require zestic/codeception-jwt
包简介
Asserts for jwt token
关键字:
README 文档
README
A codeception extension for asserting JWT
Installation
composer require zestic/codeception-jwt --dev
To configure
In your acceptance.suite.yml file
modules: enabled: - JWT: algorithm: publicKeyPath: privateKeyPath: tokenTtl:
In your composer.json
{
"repositories": {
"zestic/codeception-jwt": {
"type": "vcs",
"url": "git@gitlab.com:zestic/codeception-jwt.git"
},
}
}
Testing
To use it in a test
统计信息
- 总下载量: 32
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2021-11-14