Skip to content

Commit

Permalink
Correct FIXME
Browse files Browse the repository at this point in the history
  • Loading branch information
expede committed Sep 2, 2024
1 parent ac946a5 commit 0dbaca1
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -744,9 +744,8 @@ Note that this also applies to arrays and objects. For example, the `to` array i

Other semantic conditions that are not possible to fully express syntactically (e.g. current day of week) MUST be handled as part of Invocation execution. This is considered out of scope of the UCAN Policy language. The RECOMMENDED strategy to express constrains that involve side effects (like day of week) is to include that infromation in the argument shape for that Command (i.e. have a `"day_of_week": "friday"` field).

// FIXME duplicate header
# Validation
[Validation]: #validation
# Token Validation
[Token Validation]: #token-validation

Validation of a UCAN chain MAY occur at any time, but MUST occur upon receipt of an [Invocation] _prior to execution_. While proof chains exist outside of a particular delegation (and are made concrete in [UCAN Invocation]s), each delegate MUST store one or more valid delegations chains for a particular claim.

Expand Down

0 comments on commit 0dbaca1

Please sign in to comment.