Skip to content

Instantly share code, notes, and snippets.

@minikin
Last active September 14, 2020 11:38
Show Gist options
  • Save minikin/66ab640464355eb560473bfafe670b08 to your computer and use it in GitHub Desktop.
Save minikin/66ab640464355eb560473bfafe670b08 to your computer and use it in GitHub Desktop.
Models
auth_service:
  provider [string] (e.g. slack, google)
  id [RFC4122 v4]
  authorizedAt [string] (ISO8601)
  photoUrl [string]
  realName [string]

device:
  id [string] (device udid or e.g. 'Chrome')
  createdAt [string] (ISO8601)
  platform [string]
  token [string]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment