I deployed my application via Couchapp, which means that the whole application is being served out of the database. I don't want the data in the Couchdb database to publicly available, so I specified a reader role that a user must have before I server him data. When I go to the application, however, all I can get is:
{"error":"unauthorized","reason":"You are not authorized to access this db."}
Because it can't even serve up the login page that uses jquery.couch.js.
Any ideas on how to provide an in-app login (ie, login not using Futon for a user that needs data read access)?