You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What I found out while implementing PEX is that there are functions that directly modify objects received as input. I think this will confuse users, so I think I'll have to copy the object internally and use it.
I proposed:
use after deep clone inside
selectDisclosures in @sd-jwt/present
comments or write a docs that this function change the input.
unpack, unpackSync, unpackObj and unpackArray in @sd-jwt/decode
The text was updated successfully, but these errors were encountered:
What I found out while implementing PEX is that there are functions that directly modify objects received as input. I think this will confuse users, so I think I'll have to copy the object internally and use it.
I proposed:
selectDisclosures in @sd-jwt/present
unpack, unpackSync, unpackObj and unpackArray in @sd-jwt/decode
The text was updated successfully, but these errors were encountered: