cnabio / cnab-go

A Go implementation of CNAB Core 1.0
MIT License
69 stars 37 forks source link

Support Credential.ApplyTo #240

Closed carolynvs closed 3 years ago

carolynvs commented 3 years ago

Bundles may set the applyTo field on credentials. When it is set, only require the credential when it applies to the specified action.

Implements https://github.com/cnabio/cnab-spec/pull/407