Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Uber Platform - Rides Provider with Reclaim #2323

Closed

Conversation

hasan-reclaim
Copy link

Stamp Provider UberRides

  • 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:
  • Verification payload
    json
    valid: true / false,
    record: {
    ... // Unique payload identifying user
    }
  • The attribute valid is false if the Stamp verification fails
  • 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)
  • The payload should never contain a field named pii
    • This field is reserved for internal use

@reclaimprotocol reclaimprotocol closed this by deleting the head repository Aug 6, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: No status
Development

Successfully merging this pull request may close these issues.

None yet

2 participants