Pascal Martineau
Pascal Martineau
Explain how authentication is handled (JWT / login / OAuth2) and how to restrict parts of the GraphQL schema using Nexus Shield (default and custom rules).
Disabling authentication / authorization with the environment variable `AUTH_DISABLE` could be useful in development.
It seems `useCompiler` returns `Promise` when used like so: ``` import { useCompiler } from "#vue-email"; export default defineEventHandler(async () => { const template = await useCompiler("TestEmail.vue"); return template.html; });...
This PR allows using `.hygen.cjs` config in EJS projects having `"type": "module"` in `package.json`.