护照:使用Passport的Node.js服务器和客户端身份验证 源码
护照 使用Passport的Node.js服务器和客户端身份验证。 先决条件 数据库 在database目录中,安装依赖项: npm install 从database目录中,启动数据库服务器: npm start 服务器 从server目录,安装依赖项: npm install 从server目录中,启动服务器: npm start 客户 在client目录中,调用主页以保存在cookie文件中返回的会话ID: curl http://localhost:3000 -c cookies/cookie.txt 在client目录中,使用现有的cookie文件调用/login路由:
用户评论