David De Sloovere
David De Sloovere
We also have sensitive information in the session that should not be exposed to the user itself. Until there is an official solution, what would be a good option? -...
Latest version is broken without this workaround! Using the sample WebServerOAuthFlow.Web project, just adding @avesse 's line of code in `CallbackController.Get` will work. Also, the client doesn't handle the HTML...
The docs say you have to pass the cookie explicitly for SSR, but it works without. I think Nuxt changed the default. In the api, you can get the session...
I store the info/token from the external system in the nuxt auth token. Every call to the external API goes to Nuxt server routes (nitro). This is to keep the...
I have `pnpm patch`ed getServerOrigin and this fixes deployments for Vercel. I can send a PR if you want. ``` const isVercel = !!process.env.VERCEL; if (isVercel) { if (event) {...
_I forgot this in my first comment: Thanks for all your hard work in making to library!_ Looking forward to #673 😉 I don't know that much about (next-)authjs, but...
I'm okay with my local patch, no worries.
@Niki2k1 You can patch the source code to make it work while we wait for a new version. https://github.com/sidebase/nuxt-auth/issues/691#issuecomment-1971226750
If you get Pooya on board for this, it will only get better.
I'd be happy to send a PR.