An open API service indexing awesome lists of open source software.

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的生产与校验

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版本+)