bnln
KKinde
•Created by bnln on 3/22/2024 in #💻┃support
Getting tokens failing when navigating to new page
I'm finding that when I navigate between pages, I'm unable to get the access token unless I refresh the page.
This is how I'm trying to retrieve the token;
I've replicated the issue by using the starter project, and adding a
nuxtlink
between /
and /dashboard
. Once the user is logged in, if I navigate to the following /dashboard
the {{ accessToken }}
is empty.
dashboard.vue
index.vue
5 replies
KKinde
•Created by bnln on 2/5/2024 in #💻┃support
Add audience using Nuxt Module
I looks like this may not be implemented, but I could very well have messed something up at my end. However, when I add an
env
variable NUXT_KINDE_AUDIENCE
I don't see anything in my aud
claims. I'm testing using the Kinde Management API, with a slightly modify version of the Nuxt Starter project.12 replies