iden3 / iden3-mobile

iden3 light client library implementation in Go for native wallets (with gomobile-friendly wrappers)
GNU General Public License v3.0
2 stars 0 forks source link

ClaimDB object from Identity should provide setters to add an external claim #135

Open rauljareno opened 4 years ago

rauljareno commented 4 years ago

For some workflows, requesting and generating the claim is done externally from the core mobile library. Identity object from the library contains a claimDB object that only has getter methods to get the info as json or to iterate through all the claims, but no setters to add a claim received from external service. We need to add the claim to the identity for being able to generate the zkproof with the identity.

arnaubennassar commented 4 years ago

It's very likely that we add this feature in the upcoming weeks

mmilenkovic commented 4 years ago

@arnaubennassar @ed255 @arnaucube Could you give us an update on this?

arnaubennassar commented 4 years ago

The development of iden3-mobile is currently on hold until some internal decisions are concluded.