Skip to content

None of authentication methods not working #15

@lukasborawski

Description

@lukasborawski

@buhrmi My plugin:

import Vue from 'vue'
import VuePouch from 'vue-pouch'
import PouchDB from 'pouchdb'
import Find from 'pouchdb-find'
import LiveFind from 'pouchdb-live-find'
import PouchdbAuthentication from 'pouchdb-authentication'

PouchDB.plugin(Find)
PouchDB.plugin(LiveFind)
PouchDB.plugin(PouchdbAuthentication)

Vue.use(VuePouch, {
  pouch: PouchDB,
  defaultDB: 'http://127.0.0.1:5984/testdb'
})

export default (ctx) => {

}

index.js:58 Uncaught TypeError: defaultDB.signup is not a function

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions