vcstuff / sd-jwt-vc-types

Other
1 stars 1 forks source link

Work on solution for paths of claims #5

Closed danielfett closed 8 months ago

danielfett commented 9 months ago

click here for rendered preview of PR

bc-pi commented 9 months ago

click here for rendered preview of PR

That 404s FWIW. https://vcstuff.github.io/sd-jwt-vc-types/danielfett/fix-claims/draft-fett-oauth-sd-jwt-vc-types.html should work.

I think I like this approach though.

c2bo commented 9 months ago

I've played around with some of the options and I was surprised how well the array of strings seemed to work when traversing a nested struct (fits quite nicely with a stack remembering the parent names). The only thing that just feels wrong to me is the null to signal all elements of an array but not sure what the cleanest/best option would be.