Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 464 Bytes

db-format.md

File metadata and controls

16 lines (11 loc) · 464 Bytes

Server Database Formats

users

Each file here describes a user. Contains the following keys:

  • id: the user id
  • name: human readable name
  • email: contact email
  • website: contact website
  • tokens: array of currently issued tokens [not visible to normal users]
  • group: access group. should be 'admin' or 'user' for now

Users in the admin group can view and modify tokens. Regular users can only view or modify their own tokens