useAsyncQuery runs on client-side too? #503
Unanswered
jwhscholten
asked this question in
Q&A
Replies: 1 comment
-
You could use server only components https://nuxt.com/docs/guide/directory-structure/components#server-components |
Beta Was this translation helpful? Give feedback.
0 replies
# for free
to join this conversation on GitHub.
Already have an account?
# to comment
-
I'm using useAsyncQuery to fetch my data. I was expecting this to run on the server only. During navigation I see my requests running client side as well, exposing my access token to the public. What's the correct approach to hide these requests from the client?
Beta Was this translation helpful? Give feedback.
All reactions