使用 Node编写简易接口 包含token
摘要:
第一步 安装模块 > npm install express --save // 服务框架 > npm install bcrypt@5.0.0 --save // 用于密码加密 > npm install jsonwebtoken --save // 用于生成token > npm install 阅读全文
posted @ 2021-09-02 15:02 龙猫不热 阅读(137) 评论(0) 推荐(0) 编辑