I have a very simple PHP app that is hosted on Heroku (Cedar Stack). I want to turn on basic authentication but I don't know if it is possible. It doesn't look like it supports .htaccess / .htpasswd but I could be wrong. How can I turn on basic auth?
Based on this gist it looks like you can add the files you need.