glynnbird commented on code in PR #314:
URL: https://github.com/apache/couchdb-nano/pull/314#discussion_r1827567551
##########
lib/cookiejar.js:
##########
@@ -0,0 +1,45 @@
+const tough = require('tough-cookie')
+const cookieJar = new tough.CookieJar()
+
+// this is a monkey-patch of toughcookie's cookiejar, as it doesn't handle
+// the refreshing of cookies from CouchDB properly
+// see https://github.com/salesforce/tough-cookie/issues/154
Review Comment:
no longer using tough-cookie
--
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]