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
ok, and how you want to solve it? I need something for now that I can use :)
I also think about to extend my schema to have birthday-date and another autogenerated field, like "numeric-birthdate", that puts puts the date as Long.
Is it possible to hide some attrubutes from the mobile wallet, for such autogenerated data. like collapsible data for better UX
The solution described in the ticket I linked should work (disclaimer: I haven't tried it yet).
... change the "age" attribute to be "DateOfBirth" and use the "DateInt" recommended format as outlined in this recently merged PR to Aries RFCs: hyperledger/aries-rfcs#687
Hey
I have a demo, where I issue birthday as date and not the age in the credentials.
I want to make a predicate, that checks if the age is over 18, but based on the date.
Currently the checks worked only on integer data.
What is a good way to implement this?
I have an idea to change the schema, that day, month and year is separate attribute and then send three predicates on that.
like
Do you have best practice for predicates on non numeric values? Is it possible?
The text was updated successfully, but these errors were encountered: