nuxt ssr
$auth is null in a Vue component, which makes Kinde unusable for me (existing site). Appears composables are not supported in Nuxt with SSR disabled.
I've tried using a custom sessionManager for Nitro (/server/) in Nuxt, but it doesn't persist. Auth flow works and callback URL is invoked, but there's no way to persist the session.
Is there a fix, docs or something I'm missing??
Update: looks like there's a relevant ticket here: https://github.com/nuxt-modules/kinde/issues/702 Replies