Skip to content

Latest commit

 

History

History
18 lines (15 loc) · 232 Bytes

README.md

File metadata and controls

18 lines (15 loc) · 232 Bytes

JWT

演示在一个 Node.js 项目里,签发与验证 JWT 的方法。

  1. 克隆项目
git clone https://github.com/ninghao/jwt-demo.git
  1. 安装依赖
cd jwt-demo
npm install
  1. 运行
node index.js