Static site generation + Secret keys.
Hi!
I have a question. How do you handle static site generation with secret keys?
Say I want to get some fields from my
But the user may not see the secret access token which is required to get those fields.
How can you handle something like that?
I have a question. How do you handle static site generation with secret keys?
Say I want to get some fields from my
Directus back-end. Because I need them in my Nuxt component.But the user may not see the secret access token which is required to get those fields.
How can you handle something like that?