passport icon indicating copy to clipboard operation
passport copied to clipboard

Uber Platform - Rides Provider with Reclaim

Open hasan-reclaim opened this issue 2 years ago • 0 comments

Stamp Provider UberRides

  • [x] The Stamp provider name is globally unique (and should not have been used previously). This is because the provider name will be included in the record used to create the Stamp hash:
  • [x] Verification payload json valid: true / false, record: { ... // Unique payload identifying user }
  • [x] The attribute valid is false if the Stamp verification fails
  • [x] The record must contain the following attributes:
    • 1 or more attributes uniquely identifying the user:
      • An ETH address - it should always be lower case (not checksummed)
      • An email (in case of Google for example)
      • The users unique ID (like for Facebook, Twitter, Github)
  • [x] The payload should never contain a field named pii
    • This field is reserved for internal use

hasan-reclaim avatar Mar 18 '24 21:03 hasan-reclaim