apache / couchdb-nano

Nano: The official Apache CouchDB library for Node.js
https://www.npmjs.com/package/nano
Apache License 2.0
651 stars 165 forks source link

Deprecate credentials in url #321

Closed YakovL closed 2 months ago

YakovL commented 1 year ago

Overview

This is a follow up for https://github.com/apache/couchdb-nano/issues/174 Docs should stop suggesting the http://username:password@127.0.0.1:5984 syntax for connection and suggest using .auth instead.

Testing recommendations

I'm not sure yet if we only have to update readme.md, but at least going through it with a simple search for pass/@ is helpful to find other places to be modified.

Checklist