View-Only Usersby Adam – Jan 02 |
There are now two access levels for collaborators on Heroku apps:

For example, a client who wants to use the app but neither needs nor wants access to the code could be set as a view-only user.
If your app sharing is set to public, the view-only access level has no use.
Do note that these settings have no effect on users changing your app’s data through the normal web front-end. For example, if you have a scaffold page that doesn’t perform any authentication, a view-only user can create, update, and delete records. When we say “full edit access” we’re referring to editing code. What happens when the user views your app is up to you.