passport icon indicating copy to clipboard operation
passport copied to clipboard

Integrate Outdid stamp in Passport

Open nasko25 opened this issue 10 months ago • 0 comments

Stamp Provider: Outdid

  • [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] The implementation has been unit tested
  • [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

nasko25 avatar Apr 24 '24 21:04 nasko25