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
Since, Dat protocol is a global singleton protocol, the Capability URI representation would have an empty capability_authority section. For example:
capability_authority
cpblty:@dat:778f8d955175c92e4ced5e4f5563f69bfec0c86cc6f670352c457943666fe639
This would required updating specification to allow capability_authority to be empty. It just so happens that hex is already base64url encoded (^_^ ).
hex
base64url
This can be deferred until such time where Dat protocol links are used within Capability URI implementations.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Since, Dat protocol is a global singleton protocol, the Capability URI representation would have an empty
capability_authority
section. For example:cpblty:@dat:778f8d955175c92e4ced5e4f5563f69bfec0c86cc6f670352c457943666fe639
This would required updating specification to allow
capability_authority
to be empty. It just so happens thathex
is alreadybase64url
encoded (^_^ ).This can be deferred until such time where Dat protocol links are used within Capability URI implementations.
The text was updated successfully, but these errors were encountered: