Why is passport.authenticate('jwt' … ) not giving any response?

后端 未结 0 1590
没有蜡笔的小新
没有蜡笔的小新 2020-12-31 10:11

passport-jwt strategy:

passport.use(\'jwt\', new JWTstrategy({
    secretOrKey: \'secret\',
    jwtFromRequest: ExtractJWT.fromExtractors([ExtractJWT.fromAuth         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题