Nuxt useKindeClient not working properly
Hello,
I'm trying to use Kinde with Nuxt, the module is quite barebones and doesnt seem to support all things, a few things I want to do:
1. Custom Sign In / Sign Up
2. useKindeClient does not work both on
on part of the tutorials I see:
but this code does not specify where this should run, backend or frontend, frontend wise does not run; and I cant try on the backend since it does not import
any help appreciated.
I'm trying to use Kinde with Nuxt, the module is quite barebones and doesnt seem to support all things, a few things I want to do:
1. Custom Sign In / Sign Up
2. useKindeClient does not work both on
server/api/auth/login.ts as an api route, neither in any of the componentson part of the tutorials I see:
but this code does not specify where this should run, backend or frontend, frontend wise does not run; and I cant try on the backend since it does not import
useKindeClient (auto-importsany help appreciated.