JWT 演示在一个 Node.js 项目里,签发与验证 JWT 的方法。 克隆项目 git clone https://github.com/ninghao/jwt-demo.git 安装依赖 cd jwt-demo npm install 运行 node index.js