684c21c7a40bd3750c17eed6b2363bfe98955ab1
- avoid a double parsing when the flow already parsed (command, policy) - don't require a did:key, as other types are legal (but might require a resolver, TODO) - make the command a struct instead of a pointer: we don't need to avoid copy, and the pointer can be interpreted as nil - make the nonce parameter optional, but generate one if none is given
Description
User-Controlled Authorization Network (UCAN) tokens in go
Languages
Go
100%