Skip to content

Instantly share code, notes, and snippets.

@ronycohen
Last active August 29, 2015 14:27
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ronycohen/46674baffe34b487f6d7 to your computer and use it in GitHub Desktop.
Save ronycohen/46674baffe34b487f6d7 to your computer and use it in GitHub Desktop.
{
"_id": "org.couchdb.user:charlotte2",
"_rev": "1-26c282b6db1e1ad8af301b2589dedd28",
"password_scheme": "pbkdf2",
"iterations": 10,
"name": "charlotte2",
"type": "user",
"roles": [
"charlotte2",
"whenagainer"
],
"wa": {
"dbname": "wa_charlotte2"
},
"derived_key": "2483dd3bbd69e8ae4719713ca379c76d643999de",
"salt": "c45350be25f1078fb1cf9aeb22a64e87"
}
{
"_id": "org.couchdb.user:ronyrun",
"_rev": "2-6dbaf61820c8776b155bb0c915b2a619",
"name": "ronyrun",
"password": null,
"roles": [
"admin"
],
"type": "user"
}
{"members":{"names":[],"roles":["charlotte2"]},"admins":{"names":["charlotte2"],"roles":["admin"]}}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment