koajs / jwt

Koa middleware for validating JSON Web Tokens
MIT License
1.34k stars 120 forks source link

koa-jwt suddenly, the token passed by the front end cannot be received #183

Closed xxwangkaimin closed 2 years ago

xxwangkaimin commented 3 years ago

During development, the front-end adds the authorization parameter to the message header as bearer my_ Token, but the back-end koa JWT cannot receive it。

sdd commented 2 years ago

You're gonna need to provide more details than this for us to know what's happening.

Please provide a code sample that minimally reproduces the problem, Otherwise I'll close this issue.