Skip to content

BigBlueHat/clusers

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MIT License Patreon

Clusers

Make CouchDB style _users Users on Cloudant

Cloudant doesn't have user management...so much...

Enter, the _users table from Apache CouchDB!

This little CouchApp currently (just) creates users in your _users database in the Cloudant account you've already setup (right?). You'll still need to set "couchdb_auth_only": true on the _security object of the databases you want to use with these new accounts. Eventually, this app will do that too...but it doesn't just yet.

Usage

$ npm i
$ gulp
$ gulp couchapp --url=https://{API_KEY}:{API_SECRET}@{USER}.cloudant.com/clusers

Then visit: https://{USER}.cloudant.com/clusers/_design/clusers/index.html and fill out the form. 😺

screenshot

License

MIT