Skip to main content

Module auth

Module auth 

Source
Expand description

HTTP adapter for RouchDB.

Communicates with a remote CouchDB-compatible server via HTTP, implementing the Adapter trait by mapping each method to the corresponding CouchDB REST API endpoint.

Structsยง

AuthClient
A client that handles CouchDB authentication.
Session
A CouchDB session response.
UserContext
User context from a session response.