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