leo/core-jwt
Composer 安装命令:
composer require leo/core-jwt
包简介
JSON Web Token Builder / Validator
README 文档
README
About
It's for generating and validating Json Web Token (JWT) communicating with parties together. Features:
- Simple
- Easy to use
- Dynamic configuration
- Lightweight
Usage
First of all, you need install some dependencies, please run this command before using.
composer install
Then you can use it now. See an example in a folder named examples/.
- Build a token
(new Leo\JWT\JWT())->buildToken();
- Validate a token
(new Leo\JWT\JWT())->checkValid("<token_string>");
Contributing
You can contribute to this package by discovering bugs and opening issues.
Security Vulnerabilities
If you discover a security vulnerability within this project, please send an e-mail to Kiet Tran via tuankiet1708@gmail.com. All security vulnerabilities will be promptly addressed.
License
This is open-sourced software licensed under the MIT license.
统计信息
- 总下载量: 70
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 1
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2019-04-06