[cljsjs/pouchdb-authentication "1.1.1-0"] ;; latest release
Used pouchdb-authentication from https://github.com/pouchdb-community/pouchdb-authentication/releases/tag/v1.1.1
This jar comes with deps.cljs
as used by the Foreign Libs feature
of the ClojureScript compiler. After adding the above dependency to your project
you can require the packaged library like so:
(ns application.core
(:require cljsjs.pouchdb-authentication))
Activate the plugin with:
(.plugin js/PouchDB js/PouchAuthentication)
Externs for this package were generated with javascript-externs-generator
:
generate-extern -f pouchdb-authenticaion-1.1.1.js -n PouchAuthentication -o resources/cljsjs/pouchdb-authentication/common/pouchdb-authentication.ext.js