Skip to content
roylines edited this page Feb 4, 2013 · 3 revisions

users

Fields:

  • _id
  • email
  • token: the api token
  • salt: password salt
  • hash: password hash

Indexes:

  • email (unique)
  • token (unique)

tags

Fields:

  • _id
  • userid
  • name

Indexes:

  • userid, name (unique)
Clone this wiki locally