UNPKG

jwt-couchdb

Version:

JWT endpoint to authenticate users and create JSON Web Tokens out of the CouchDB's session API

13 lines (11 loc) 188 B
import babel from 'rollup-plugin-babel'; export default { dest: 'cjs.js', entry: 'index.js', format: 'cjs', plugins: [ babel({ exclude: 'node_modules/**' }) ] };