Nathan Brizzee

Results 6 comments of Nathan Brizzee

Thanks for the quick response. I looked at your example, but it's still missing the piece that is causing me the problem. I am trying to host the app on...

Hi, I did a whole day of playing. I re-created a simple app with using Azure Ad for reproduction. You can clone it here and run it. https://github.com/nathanbrizzee-cdcr/nuxt-authjs-azuread The signout()...

Thanks for the update. I tried the nitro setting in my nuxt config. Unfortunately, it didn't make a difference. I still get the same errors. That was a good thought...

Thanks for you effort on this. For now, I might have some work arounds. I'll keep tinkering with it. Thanks so much.

This would be a great addition! I have some use cases where I too would like to be able to customize the session name to prevent overwriting of the session....

I forgot to mention, in order to properly type function arguments, I had to import UserSession like this. ```ts import type { UserSession } from "nuxt-oidc-auth/runtime/types.d.ts"; import { H3Event }...