colinskow / superlogin

Powerful authentication for APIs and single page apps using the CouchDB ecosystem which supports a variety of providers.
MIT License
371 stars 117 forks source link

removeUser not working #204

Open georgemccann opened 6 years ago

georgemccann commented 6 years ago

I have tried using superlogin.removeUser('8@8.com', true); explicitly (8@8.com being the userID to delete) to delete this database, and even running the function just in my sever.js file achieves nothing, the database isn't deleted. I'm using this with Ionic and CouchDB.

Is there something I'm missing? I've followed the demo and the routing is working, but the user is not being removed.