glynnbird commented on issue #174:
URL: https://github.com/apache/couchdb-nano/issues/174#issuecomment-1378676083
As of Nano 10.1.1, you should be able to do:
```
nano.auth(config.storage.couchdb.user, config.storage.couchdb.password)
.then(() => nano.use('test_polling_storage').list().then(console.log))
```
i.e. emit username/password from the URL and use separate `nano.auth` step.
I agree with your assessment that passing credentials in a URL is
deprecated. Newer versions of Nano should collect credentials separately.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]