Concern about Bearer Token Exposure when Using Directus Integration Module with Nuxt 3 #204
Unanswered
hermesalvesbr
asked this question in
Q&A
Replies: 2 comments
-
So the problem is, that the token has to be sent within the request, if a request ist performed on server side, this should be fine. |
Beta Was this translation helpful? Give feedback.
0 replies
-
How can I do this? SSR it's not for this? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello,
I'm using your integration module for Directus with Nuxt 3, and I've placed the token within the runtimeConfig.directus.token. However, I've noticed that the token is being exposed when the Nuxt site loads. Please note that I'm using ssr:true.
Is this kind of bearer token exposure normal? Could you recommend any security techniques to prevent my token from being exposed to the internet?
Thank you.
Beta Was this translation helpful? Give feedback.
All reactions