文件名称:NodeJs-AuthJsonWebToken:使用Json Webtoken进行身份验证
文件大小:5.18MB
文件格式:ZIP
更新时间:2024-05-20 14:44:42
JavaScript
令牌节点认证 要求 节点和npm 用 克隆存储库: https://github.com/PatrickNascimento/NodeJs-AuthJsonWebToken.git : https://github.com/PatrickNascimento/NodeJs-AuthJsonWebToken.git 安装依赖项: npm install 在config.js更改密码 将您的MongoDB添加到config.js 启动服务器: node server.js 创建访问用户: http://localhost:8080/setup 一切设置完成后,我们就可以开始使用我们的应用来创建和验证令牌。 获取令牌 发送POST请求到http://localhost:8080/api/authenticate使用用户参数test作为x-www-form-urlencoded http