We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
username
Add a username as a fact in the first UCAN created for an account.
fact
From what I understand, usernames never change per account. It would make it easier to verify a DID + username if the username is recorded in UCAN.
Save you from needing to lookup a username + DID via DNS.
Add a fact when you call Ucan.build —
Ucan.build
ts-odd/src/components/auth/implementation/wnfs.ts
Line 112 in 36c5e95
I don't think this would break any existing functionality.
The text was updated successfully, but these errors were encountered:
Thanks for the suggestion! I think we'll implement this for the upcoming rs-wnfs edition.
Sorry, something went wrong.
No branches or pull requests
Summary
Add a username as a
fact
in the first UCAN created for an account.Problem
From what I understand, usernames never change per account. It would make it easier to verify a DID + username if the username is recorded in UCAN.
Impact
Save you from needing to lookup a username + DID via DNS.
Solution
Add a fact when you call
Ucan.build
—ts-odd/src/components/auth/implementation/wnfs.ts
Line 112 in 36c5e95
I don't think this would break any existing functionality.
The text was updated successfully, but these errors were encountered: