ns/token-bundle
最新稳定版本:4.0.4
Composer 安装命令:
composer require ns/token-bundle
包简介
This bundle provides a JWT token integration with symfony
README 文档
README
composer require ns/token-bundle
Edit AppKernel.php and add the bundle
new NS\TokenBundle\NSTokenBundle(),
Edit app/config/config.yml
ns_token: generator: id: <some random string> key: <another random string> issuer: <string (often the site source)> short_expiration: 3600 long_expiration: 2592000 signer: Lcobucci\JWT\Signer\Rsa\Sha256 #default
You can use your own signer by implementing the Lcobucci\JWT\Signer interface.
统计信息
- 总下载量: 10.97k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 2
- 点击次数: 2
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2017-01-27