Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我已经使用 express-persona 在我的 Node.js/Express 服务上实现了 Mozilla Persona 登录。但是,我无法弄清楚用户登录后如何进行操作。具体来说,一旦 express-persona 设置了 req.session.email,我想查找并设置 req.session.username 和 req.session。真正的名字。
根据我有限的理解,如果我编辑 express-persona 来调用,这似乎是最简单的next();?
next();