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

removes axios-cookiejar-support. See issue#295 #296

Closed glynnbird closed 1 year ago

glynnbird commented 2 years ago

Overview

Removes axios-cookiejar-support and replaces it with http-cookie-agent, which is basically the same logic but it works with our custom http/https agents.

This means that

Testing recommendations

GitHub issue number

Fixes issue #295

Checklist

VladimirCores commented 2 years ago

What stops you from merge?