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

Make the near address you're trying to recover optional #94

Closed
DavidM-D opened this issue Apr 21, 2023 · 1 comment · Fixed by #100
Closed

Make the near address you're trying to recover optional #94

DavidM-D opened this issue Apr 21, 2023 · 1 comment · Fixed by #100
Assignees

Comments

@DavidM-D
Copy link
Contributor

If the user doesn't specify the address get their public key, look it up here

https://api.kitwallet.app/publicKey/ed25519:4hYd7V3FQ4bDjyvzgitcgQa4u2TeQ6rG9RzbWYeJ9dqv/accounts

and sign them in to the first one this returns.

@volovyks
Copy link
Collaborator

Ok, now I fot it.
In the new flow, user is not specifying his acc id, but since we have 1-1 mapping of keys to accs, we can can his acc id with this call.

@volovyks volovyks added the POC1 label Apr 21, 2023
@volovyks volovyks self-assigned this Apr 22, 2023
@volovyks volovyks linked a pull request Apr 22, 2023 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants