Progger
Progger

Reputation: 2254

How can I turn on basic authentication on a Heroku PHP app?

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?

Upvotes: 3

Views: 4294

Answers (1)

friism
friism

Reputation: 19279

Based on this gist it looks like you can add the files you need.

Upvotes: 1

Related Questions