Hi,
i want to manage my couchdb rights in _user database. But I don´t know how to set the right authentication handler.
authentication_handlers = {couch_httpd_auth, default_authentication_handler}
default_handler = {couch_httpd_auth, handle_request}
authentication_db = _users
require_valid_user = true
This is my actual setting. Hope you can help me.
greetz