https://github.com/sparkinzy/jwt-demo
PHP使用jwt的生产与校验
https://github.com/sparkinzy/jwt-demo
demo jwt php
Last synced: over 1 year ago
JSON representation
PHP使用jwt的生产与校验
- Host: GitHub
- URL: https://github.com/sparkinzy/jwt-demo
- Owner: Sparkinzy
- Created: 2017-03-20T06:01:32.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2017-03-20T06:08:52.000Z (about 9 years ago)
- Last Synced: 2025-01-06T01:29:34.420Z (over 1 year ago)
- Topics: demo, jwt, php
- Language: PHP
- Homepage:
- Size: 1.95 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# jwt-demo
```sh
// 安装依赖库
composer install
```
## 测试文件
demo_for_jwt.php 用于生产jwt和校验jwt
mo_for_jwt.html 客户端获取和发送jwt
# 要求
php5.5+ (ZENDFRAMEWORK\HTTP需要5.5版本+)