cookie based couchdb auth

This commit is contained in:
Martin McKeaveney 2020-10-19 13:30:15 +01:00
parent 7654011431
commit 110acd0a7e
1 changed files with 0 additions and 5 deletions

View File

@ -30,11 +30,6 @@ async function replicateCouch({ instanceId, clientId, session }) {
return CouchDB.fetch(url, opts)
},
}
// {
// auth: {
// ...credentials,
// },
// }
)
return replicate(localDb, remoteDb)