...
Package couchauth
import "github.com/go-kivik/kivik/v4/x/kivikd/authdb/couchauth"
- Overview
- Index
Package couchauth provides auth services to a remote CouchDB server.
func New(dsn string) (authdb.UserStore, error)
New returns a new auth user store, which authenticates users against a remote
CouchDB server.