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.
护照javascript中特定快递路线的身份验证
how to authenticate specific routes in passport js
有没有一种方法可以验证护照 js 中的特定路由
请帮帮我...
只需为该路由指定 Passport 中间件。
app.get('/authenticated', passport.authenticate('strategy'), (req, res) => ...)