I would like to use `@auth` without having to make a trip to the db on each request. My expected behavior: `context.userId` would be populated by `jwtData` and the `@auth` directive would work when `excludeAddUserInContext: true`