cloudant / python-cloudant

A Python library for Cloudant and CouchDB
Apache License 2.0
163 stars 55 forks source link

51 add basic auth session support #325

Closed smithsz closed 7 years ago

smithsz commented 7 years ago

Thanks for your hard work, please ensure all items are complete before opening.

What

Implement basic access authentication support.

How

Add a new use_basic_auth toggle to the client constructor.

Testing

Includes additional unit tests.

Issues

Fixes #51.