-
Notifications
You must be signed in to change notification settings - Fork 7
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
update getPodRoot() to v.10 solid protocol #64
Comments
See https://github.com/SolidOS/solid-ui/blob/3576458f7be53012dc4085b5ae7caee1a511773e/src/utils/keyHelpers/accessData.ts#L7 for reference. @bourgeoa I want to ask you about the 3rd point of protocol header link when no storages found? Can you point me to more details on this for my understanding? |
Root storage container description MUST include this triple
NSS does this by having the above triple in |
What does this mean?
Does it mean if there are 3 storages listed in the profile and one of them is on the same subdomain as the profile, that is the storage to use? |
That is a proposal. Happy that there is a reaction. |
getPodRoot() is meant to find a
storageRoot.
It actually get the information from the WebID and expect to return one or none among the storage listed in the profile.
This must be updated to :
solid:storageDescription
if not available make a recursive research to
solid:Storage
in the root of storageThe text was updated successfully, but these errors were encountered: