-
I would like to set up basic HTTP authentication for our staging site so the public cannot accidentally access it. Is there a built in way to do that? |
Beta Was this translation helpful? Give feedback.
Answered by
ritchiea
Sep 9, 2020
Replies: 2 comments 1 reply
-
are you using vercel or somethin else? if vercel then checkout this https://vercel.com/blog/protecting-deployments |
Beta Was this translation helpful? Give feedback.
1 reply
-
If anyone else has this issue in the future and ends up here: I ended up writing a custom server and using the http-auth NPM package. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
ritchiea
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
If anyone else has this issue in the future and ends up here: I ended up writing a custom server and using the http-auth NPM package.