-
Notifications
You must be signed in to change notification settings - Fork 15
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
Introduce nb
field for capabilities
#22
Labels
enhancement
New feature or request
Comments
{
"att": [{ "with": "$RESOURCE", "can": "$ABILITY", "nb": "$UNUSED" }]
} As of 0.10.0, {
"cap": {
"$RESOURCE": {
"$ABILITY_1": [{}],
"$ABILITY_2": [{ "foo": "bar" }]
}
}
} |
jsantell
added a commit
to jsantell/rs-ucan
that referenced
this issue
Jun 5, 2023
…wg#22. * Represents capabilities as map-of-maps rather than array of tuples. * Renames 'att' to 'cap' (Ucan spec 0.10.0). * Renames 'Capability' to 'CapabilityView'. * Leaves caveat parsing up to consumer.
jsantell
added a commit
to jsantell/rs-ucan
that referenced
this issue
Jun 5, 2023
…wg#22. * Represents capabilities as map-of-maps rather than array of tuples. * Renames 'att' to 'cap' (Ucan spec 0.10.0). * Renames 'Capability' to 'CapabilityView'. * Leaves caveat parsing up to consumer.
jsantell
added a commit
to jsantell/rs-ucan
that referenced
this issue
Jun 5, 2023
…wg#22. * Represents capabilities as map-of-maps rather than array of tuples. * Renames 'att' to 'cap' (Ucan spec 0.10.0). * Renames 'Capability' to 'CapabilityView'. * Leaves caveat parsing up to consumer.
jsantell
added a commit
to jsantell/rs-ucan
that referenced
this issue
Jun 10, 2023
…wg#22. * Represents capabilities as map-of-maps rather than array of tuples. * Renames 'att' to 'cap' (Ucan spec 0.10.0). * Renames 'Capability' to 'CapabilityView'. * Leaves caveat parsing up to consumer.
jsantell
added a commit
to jsantell/rs-ucan
that referenced
this issue
Jun 10, 2023
…wg#22. * Represents capabilities as map-of-maps rather than array of tuples. * Renames 'att' to 'cap' (Ucan spec 0.10.0). * Renames 'Capability' to 'CapabilityView'. * Validates caveats in proof chain
jsantell
added a commit
to jsantell/rs-ucan
that referenced
this issue
Jun 12, 2023
…wg#22. * Represents capabilities as map-of-maps rather than array of tuples. * Validates caveats in proof chain * Renames 'att' to 'cap' (Ucan spec 0.10.0). * Renames various capability semantics structs with spec names (With=>Resource, Can/Action=>Ability, Resource=>ResourceURI) * Renames 'Capability' to 'CapabilityView'.
jsantell
added a commit
to jsantell/rs-ucan
that referenced
this issue
Jun 12, 2023
…wg#22. * Represents capabilities as map-of-maps rather than array of tuples. * Validates caveats in proof chain * Renames 'att' to 'cap' (Ucan spec 0.10.0). * Renames various capability semantics structs with spec names (With=>Resource, Can/Action=>Ability, Resource=>ResourceURI) * Renames 'Capability' to 'CapabilityView'.
jsantell
added a commit
to jsantell/rs-ucan
that referenced
this issue
Jun 23, 2023
…wg#22. * Represents capabilities as map-of-maps rather than array of tuples. * Validates caveats in proof chain * Renames 'att' to 'cap' (Ucan spec 0.10.0). * Renames various capability semantics structs with spec names (With=>Resource, Can/Action=>Ability, Resource=>ResourceURI) * Renames 'Capability' to 'CapabilityView'.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Part of #11
https://github.com/ucan-wg/spec#241-nb-non-normative-fields
The text was updated successfully, but these errors were encountered: