gpt4 book ai didi

node.js - 在 passport.js 的 serializeUser 函数中访问请求对象

转载 作者:搜寻专家 更新时间:2023-10-31 22:30:40 24 4
gpt4 key购买 nike

我正在使用 node.js 和 passport.js 编写简单的应用程序进行身份验证。

我可以访问 serializeUser 中的请求对象吗?

最佳答案

其实很简单:添加req作为第一个参数

passport.deserializeUser(function(req, id, done) {...

https://github.com/jaredhanson/passport/issues/111

如果您执行 req.res.render('whatever' 它会起作用。

关于node.js - 在 passport.js 的 serializeUser 函数中访问请求对象,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/16499119/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com