Easy to set up hosting with password protection

Im prototyping an app. I need to deploy it to a server but I want access to be password protected. This is party as my back-end isnt properly secure yet but also I only want invited people to be able to see my project.

Are their any easy to set up hosting options that also allow you to password protect access to a site? I don’t want to write my own Meteor code for this as its only a short term requirement.

You may want to take a look at the following thread What is the “Meteor way” for password-protecting a staging version of a meteor app deployed on Galaxy? and this package.

basic-auth also works with digital ocean droplets by the way

2 Likes