-
Notifications
You must be signed in to change notification settings - Fork 21
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
Discrepancy in User Identity Association During Registration and SEP-10 Verification #348
Comments
Hello |
@imhxc The registration link (deeplink) is not associated with a receiver. The identity of the receiver is resolved during the first step of the SEP24 process:
If you feel like this doesn't answer the question, please send us steps to reproduce the bug and we will work on addressing that.
We have this feature on our backlog and we plan to add this capability in the next few months. |
@Oyase-shinobi Until I get more clarification from @imhxc , I don't believe this is an actual issue. We would love to have contributions as we're a small team. Here is a good first issue if you're looking at contributing to the codebase #102 |
@marwen-abid In our existing service, users have already registered with the following data:
How can we link these existing user data with SDP for fund distribution, ensuring that each user's phone number and wallet address always maintain a one-to-one relationship in these services? |
@imhxc it sounds like you need the "known wallet address" feature. This feature would allow you to upload a list of receivers with their phone number or email as well as their Stellar wallet addresses. So the stellar wallet address will be a new field in the CSV. We will start working on it early October, so hopefully it will be added soon. |
@Oyase-shinobi @imhxc if you're interested in contributing to the SDP, "known wallet address" is a good feature to work on. I created an issue to describe the feature #410 However, this feature is critical path for us. So if it is not completed by beginning of October we will have to pick it ourselves. |
Hello @marwen-abid |
Description:
We have encountered an issue with the user registration process in SDP. When an admin triggers a distribution task in the backend, new users receive a registration link. However, this link does not associate with the user's identity correctly. This leads to a discrepancy where the phone number bound to a wallet address in the SDP registration process does not match the phone number-wallet binding in our application.
This discrepancy creates confusion and inconsistencies in the user experience and data integrity across our applications.
I believe the issue is caused by the following reasons:
Why?
Therefore, if my understanding of SDP is correct, could you please explain why this scenario was not considered in the design?
Other
Additionally, I believe that during the distribution process, it should be allowed to directly input wallet addresses in the CSV file. This way, SDP can directly transfer funds to the provided wallet addresses, which seems to be a more reliable approach.
The text was updated successfully, but these errors were encountered: