How do I get the authorization token in express-JWT?

后端 未结 0 1580
面向向阳花
面向向阳花 2020-12-30 23:20

When following a simple tutorial regarding authorization with a JWT I have the following code:

app.use(expressJwt({secret: \'mojos\', algorithms: [\'HS256\']}         


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