Skip to content

CouchRest Authentication

tapajos edited this page Sep 13, 2010 · 3 revisions

CouchDB ships with basic authentication that compares user credentials to Admin accounts. See Security_Features_Overview to more details.

If you are using CouchDB authentication you can add your access credentials into the url and the CouchRest will work fine. Example:

CouchRest.database!("http://admin:admin@127.0.0.1:5984/couchrest-test")