护照:使用Passport的Node.js服务器和客户端身份验证

时间:2024-03-01 20:07:10
【文件属性】:

文件名称:护照:使用Passport的Node.js服务器和客户端身份验证

文件大小:58KB

文件格式:ZIP

更新时间:2024-03-01 20:07:10

nodejs database authentication cookie passport

护照 使用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路由: curl -X POST http://localhost:3000/login -b cookies/cookie.txt -H 'Content-Type: application/json' -


【文件预览】:
passport-master
----client()
--------cookies()
----.gitignore(982B)
----server()
--------package.json(706B)
--------package-lock.json(149KB)
--------server.js(2KB)
----LICENSE(1KB)
----.github()
--------workflows()
----README.md(992B)
----database()
--------package.json(253B)
--------package-lock.json(59KB)
--------db.json(321B)

网友评论