policy: fix tests now that selector evaluation is clearer

https://github.com/ucan-wg/delegation/pull/15
https://github.com/ucan-wg/delegation/pull/16
This commit is contained in:
Michael Muré
2025-01-23 12:21:42 +01:00
parent 7f9cb6426c
commit 4c81ac778e
2 changed files with 14 additions and 11 deletions

View File

@@ -57,7 +57,7 @@ Not implemented yet:
Besides that, `go-ucan` also includes:
- a simplified [DID](https://www.w3.org/TR/did-core/) and [did-key](https://w3c-ccg.github.io/did-method-key/) implementation
- a [token container](https://github.com/ucan-wg/go-ucan/tree/v1/pkg/container) with CBOR and CAR format, to package and carry tokens together
- a [token container](https://github.com/ucan-wg/go-ucan/tree/v1/pkg/container) with CBOR and CAR format, to package and carry tokens together, see [SPEC](pkg/container/SPEC.md)
- support for encrypted values in token's metadata
## Getting Help