UNPKG

@perfood/couch-auth

Version:

Easy and secure authentication for CouchDB/Cloudant. Based on SuperLogin, updated and rewritten in Typescript.

7 lines (6 loc) 191 B
import { Config } from '../types/config'; /** * These are the default settings that will be used if you don't override them * in your config */ export declare const defaultConfig: Config;