UNPKG

superlogin

Version:

Powerful authentication for APIs and single page apps using the CouchDB ecosystem which supports a variety of providers.

9 lines 115 B
module.exports = { test: { views: { mytest: function(doc) { emit(doc._id); } } } };