cookie based couchdb auth
This commit is contained in:
parent
fb9931a0a2
commit
7843f544c9
|
@ -30,11 +30,6 @@ async function replicateCouch({ instanceId, clientId, session }) {
|
||||||
return CouchDB.fetch(url, opts)
|
return CouchDB.fetch(url, opts)
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
// {
|
|
||||||
// auth: {
|
|
||||||
// ...credentials,
|
|
||||||
// },
|
|
||||||
// }
|
|
||||||
)
|
)
|
||||||
|
|
||||||
return replicate(localDb, remoteDb)
|
return replicate(localDb, remoteDb)
|
||||||
|
|
Loading…
Reference in New Issue