Alexander Slansky
Alexander Slansky
When using @ExecutionContext() in a provider I get the error: ``` TypeError: Cannot read properties of undefined (reading 'getModuleContext') at Object.getModuleContext (/Users/alexander/graphql-modules/node_modules/graphql-modules/index.js:221:23) at ReflectiveInjector.moduleExecutionContextGetter [as _executionContextGetter] (/Users/alexander/graphql-modules/node_modules/graphql-modules/index.js:945:41) at MyProvider.get (/Users/alexander/graphql-modules/node_modules/graphql-modules/index.js:660:41)...
This adds a hint to the generic-auth validateUser function to better document the behaviour of the custom function. See [discussions/1475](https://github.com/n1ru4l/envelop/discussions/1475) for context.