Felix Dolderer

Results 9 comments of Felix Dolderer

Same issue for me. Adding `ssr: false` to `nuxt.config.ts` functions as a workaround (though obviously I'd like to avoid that)

@danielroe It seems like I don't quite understand something regarding the type definitions in the published version of the module. When I run `pnpm dev:prepare` from the root of the...

@danielroe Sorry, my message was not very specific. Using `await verifyHankoEvent(event)` works fine, but when accessing the `event.context.hanko` property directly, it is typed as any. While writing this I noticed...

I noticed none of the auth modules for nuxt have tests for the logged in state. I decided to fix that and added tests that mock useHanko and useRequestEvent in...

> Ah, if removing `await` can cause a vulnerability then I will continue investigating. I am very new to this codebase, but it seems like `nuxtApp.runWithContext` isn't ensuring that vue...

Given my answer above, I still don't fully understand what's going on in depth. When playing around with this I noticed the first await-call behaves differently from the following (similar...

I wasn't able to reproduce your issue. For me neither call went through. (Attempted reproduction: https://stackblitz.com/edit/github-rakia6) Can you provide a reproduction on stackblitz? --- Removed from comment, because unrelated (I...

Thank you for that! There is an issue with nuxt here (or at least some inconsistent / unintuitive behaviour), as the same issue comes up when using the built-in [`useFetch`...

Your reproduction still has the `.env` in the `.gitignore` so that unfortunately didn't end up in the reproduction. I edited the `.gitignore` so the `.env` is part of the reproduction:...