Heroku powered private restricted beta

Posted by Ben Sand on Stack Overflow See other posts from Stack Overflow or by Ben Sand
Published on 2010-06-11T12:40:25Z Indexed on 2010/06/11 12:42 UTC
Read the original article Hit count: 326

Filed under:
|
|

I'd like to run an app in a restricted private beta on heroku.

We're changing the app regularly and haven't done a security audit.

To stop anyone exploiting stuff, we'd like to lock down the whole site, so you need a password to access anything.

Ideally similar to using .htaccess and .htpasswd files to lock an entire site on an Apache server.

Is there a simple one shot way to do this for a heroku hosted app?

© Stack Overflow or respective owner

Related posts about ruby-on-rails

Related posts about security