vizhub-core / vizhub-feedback

VizHub feedback issue tracker
32 stars 3 forks source link

Add basic auth to staging #719

Closed curran closed 3 years ago

curran commented 3 years ago

As we work on the Pro plan features, we should lock down staging.vizhub.com so that only the VizHub team can access it.

A preliminary search of options yields this: https://www.npmjs.com/package/express-basic-auth

Perhaps we could just enable that based on an environment variable.