-
Notifications
You must be signed in to change notification settings - Fork 207
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add support for receiving and proving revocable indy credentials #349
Comments
@JamesKEbert assigning you. This is only the receiving and proving part. #112 tracks the whole flow |
A reminder -- because it's been a pain.
LISSI and estatus support this correctly, Trinisic still does not. |
@swcurran revocation intervals in Indy can be specified on an attribute/predicate basis, is this something generally supported by the community, or is it sufficient to use the proof request's top level revocation interval? |
I'm not aware of anyone using them, but all of that is handled in the Indy SDK (or indy-shared-rs) and so should "just work" if the conventions are followed. See: https://github.com/hyperledger/aries-rfcs/tree/master/concepts/0441-present-proof-best-practices for what conventions are to be followed -- with the big thing being the from/to range to give the Indy proof request. |
@JamesKEbert any updates on this? |
Hey @TimoGlastra, sorry for any delays here--IIW did throw off some my timelines a little. I'll be working on this today. :) |
Awesome -- thanks! :) |
@JamesKEbert what's the status of this? If you're not able to finish it, maybe you can post what's already there so someone else can pick it up? |
@TimoGlastra, sorry for any delays here--I actually have been making good progress on this, I expect to have a PR this week. I have a couple of things that might be good to discuss, so maybe during the AFJ call tomorrow some discussion time might be good? |
@JamesKEbert as part of the revocation work, are you also picking up the revocation notification protocol (#493)? There is someone else that might work on it, if you're not working on it already |
Yes, we are, we've only implemented the holder side of the protocol though. I figure when the efforts for the issuer-side happen we may be to a new iteration of the protocol anyways. |
That's great. Thanks James :) |
No description provided.
The text was updated successfully, but these errors were encountered: