connect/express middleware that validates a JsonWebToken (JWT) and set the req.user with the attributes
express-jwt:提供了一款用于验证JSON Web Tokens (JWT)的Express中间件,其功能是通过jsonwebtoken模块来实现的。【此简介由AI生成】