Skip to content
This repository has been archived by the owner on Nov 5, 2018. It is now read-only.

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
update link to cookie auth step by step guide

using http://codetwizzle.com/articles/couchdb-cookie-authentication-nodejs-nano/
  • Loading branch information
ameensol committed Jan 30, 2014
1 parent 9e23a0b commit e9cbe08
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -609,7 +609,7 @@ check out the tests for a fully functioning example.

## using cookie authentication

nano supports making requests using couchdb's [cookie authentication](http://guide.couchdb.org/editions/1/en/security.html#cookies) functionality. there's a [step-by-step guide here](https://clickity.io/blog/2012/5/23/couchdb-cookie-authentication-nodejs-nano/), but essentially you just:
nano supports making requests using couchdb's [cookie authentication](http://guide.couchdb.org/editions/1/en/security.html#cookies) functionality. there's a [step-by-step guide here](http://codetwizzle.com/articles/couchdb-cookie-authentication-nodejs-nano/), but essentially you just:

``` js
var nano = require('nano')('http://localhost:5984')
Expand Down

0 comments on commit e9cbe08

Please sign in to comment.