Password-protect support

My current environment consists of my production app running on app.mydomain.com and an always-running dev environment running on dev.app.mydomain.com.

Is that any way to password protect the dev environment? So I prevent anyone with the URL (which isn’t hard to guess) unexpecting accessing features under development.

My current workaround is to add GitHub - robinmoisson/staticrypt: Password protect a static HTML page to encrypt all my public pages. That works, but it’s rather annoying and also increases the deployment time of the static site significantly.

Something like this Access protection for static sites | Feature Requests | Render?

Oh yes, that would do it. It’s a shame it’s been planned for 2 years though.

1 Like