Nathan Brizzee

Results 3 issues of Nathan Brizzee

### Environment package.json ```javascript "devDependencies": { "@nuxt/devtools": "latest", "@types/node": "^20.4.10", "nuxt": "^3.6.5" }, "dependencies": { "@auth/core": "^0.11.1", "@hebilicious/authjs-nuxt": "0.3.0-beta.2", "h3": "1.8.0-rc.3", "nitropack": "npm:nitropack-edge@latest" }, "overrides": { "h3": "1.8.0-rc.3", "nitropack": "npm:nitropack-edge@latest"...

bug
workaround available

Currently, if you use the `sessionHook.hook("fetch")` Nitro Plugin to modify the User session object, you get Typescript warnings that the fields you added don't exist on the UserSession. The same...

In version 0.6, I used to be able to extend the UserSession object with my own fields. When I upgraded to version 1.0.0-beta.2, it no longer works even though the...

bug
documentation