In an Express app, I append user property to the request object in the middleware auth.
user
auth
// index.ts app.get(\'/test\', auth, (req: Reque