Replies: 1 comment
-
@7hacker Thank you for your help and patience, this should be resolved now in #569. What do you think? |
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
-
The docs state that the following environment variables should be set
NEXT_PUBLIC_CMS_GITHUB_ID="your-github-client-id"
NEXT_PUBLIC_CMS_GITHUB_SECRET="your-github-client-secret"
NEXT_PUBLIC_CMS_TOKEN_SECRET="random-32-digit-string"
Vercel usually warns you from setting secret keys with NEXT_PUBLIC like so: "This key, which is prefixed with NEXT_PUBLIC_ and includes the term SECRET, might expose sensitive information to the browser. Verify it is safe to share publicly."
so how does this work? is this safe or best practice?
Beta Was this translation helpful? Give feedback.
All reactions