Dushistov / couchbase-lite-rust

Lightweight, embedded, syncable NoSQL database engine wrapper for Rust
Apache License 2.0
22 stars 10 forks source link

Fixes #78

Closed Dushistov closed 2 years ago

Dushistov commented 2 years ago

Fix token auth.

@agg23 testing show that "fleece dictionary" for token session cause 401 from sync-gateway, while previous "fleece dictionary" works just fine. So I reverted that change. "basic auth" I leave as is, because of have no access to sync-gateway with such authentication type