Feature Request: Return whether a phone number is verified #223
arthurgousset
started this conversation in
Feature requests (Needs)
Replies: 0 comments 4 replies
-
Referencing a similar ticket for future reference: Dapp developers should easily be able to get the verification status of an address/phone-number #7427 |
Beta Was this translation helpful? Give feedback.
0 replies
-
This would be so amazing, really. |
Beta Was this translation helpful? Give feedback.
1 reply
-
When transferring this discussion topic:
I'm including a screenshot of the upvotes for future reference: |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Surfacing this need from a recent conversation we had:
I.e. given a list of phone numbers, return a boolean
True
|False
if a phone number has a mapping ("attestation").This might take the form of a (reverse mapping) function:
isVerifiedPhoneNumber(address _user) => bool
This would be particularly useful to see, which contacts have verified phone numbers in an address book.
Beta Was this translation helpful? Give feedback.
All reactions