Connect/express middleware that validates a JsonWebToken (JWT) and set the req.user with the attributes
Middleware that validates JsonWebTokens and set req.user.
This module lets you authenticate HTTP requests using JWT tokens, in your Node.js applications. JWT tokens are typically used protect API endpoints, and are often issued using OpenID Connect.