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

Add reclaim uber stamp #2729

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

dwik-reclaim
Copy link

@dwik-reclaim dwik-reclaim commented Jul 25, 2024

Stamp Provider

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

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.

2 participants