1
0
Fork 0
mirror of synced 2024-06-30 03:50:37 +12:00

cookie based couchdb auth

This commit is contained in:
Martin McKeaveney 2020-10-19 13:30:15 +01:00
parent fb9931a0a2
commit 7843f544c9

View file

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