-
Notifications
You must be signed in to change notification settings - Fork 25
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
Support email validation passphrase in authentication UI #307
Comments
The corresponding work on the
and adding the additional callback option perhaps something like:
That example ^^^ assumes a new |
Tagging @travis @olizilla @alanshaw if anyone wants to grab this or at least start planning for it. The PR storacha/w3up#399 on the (See my comment above for how my proposed changes there would come into play here.) |
In order to complete the work of storacha/w3up#399 a new "email validation phrase" will need to be bubbled up…
@web3-storage/access-api
@web3-storage/access
client@w3ui/keyring-core
Such that the user sees something like this as they go to validate an email address:
This will allow users to cross-check (on the approving side of email validation) that the delegation request(s) that the Access API is sending to their inbox actually came from them and not someone else trying to gain access, without making them compare DIDs or parse UCAN tokens.
The text was updated successfully, but these errors were encountered: