Suppose, I have staging and production versions of my application. I want my staging version to be accessible only to specific people like developers and testers.Can we do that kind of configuration on Heroku like deploy address which can only be accessed by users having some key.Can anyone help me with this?
Thanks.