mikeal / node.couchapp.js

Utility for writing couchapps.
Apache License 2.0
406 stars 78 forks source link

support cookie auth #81

Open jmarca opened 10 years ago

jmarca commented 10 years ago

Related to #7 but different.

Please support cookie authentication.

Apparently, basic auth might go away.

should be super simple, just copy what nano does: https://github.com/dscape/nano/blob/master/nano.js#L351