Express middleware is used to add a VincentJWT-specific authentication to your Express.js server routesAll functionality is encapsulated into a single factory function — see createVincentUserMiddleware for detailsYou can see the source for the Express authentication handler below; use this as a reference to implement
your own midddleware/authentication for other frameworks! Pull requests are welcome.