How to get the token in Nuxt?
In the JS SDK docs I can see
However I don't see this example in the Nuxt documentation, how can I get the token in Nuxt, to call my backend API? (node)
const token = await kinde.getToken();However I don't see this example in the Nuxt documentation, how can I get the token in Nuxt, to call my backend API? (node)