The question is straightforward: How can I stop non-admin users from reading my CouchDB database from Futon?
The answer here Couchdb - Block futon for readers users saying that even though it's possible, people can still find the way to fetch the database.
What concerns me is, CouchDB is a database engine, and of course, even though encrypted heavily, there would still be some sort of password storing in the database (where else?). I created admin account for my Futon, and when I open Futon (without logging in), I can still see every single digit of my database. Is that something I need to worry about? Then, isn't CouchDB just a very insecure type of database?
What even more scary is that if the user is not logged in, there will be a 'Sign up' link at the bottom. Like, seriously? After signing up, they act just like admin. What's really up with Futon?
How exactly should I deal with this 'open' type of database? But the first step, how can I stop Futon?