StackOverflow 文档 sails.js 教程 使用 Sails 进行 JSON Web 令牌身份验证 安装 安装 Created: November-22, 2018 我们需要两个依赖项: bcrypt for encryption npm install bcrypt --save JSON Web token npm install jsonwebtoken --save 组态