energywebfoundation / iam-client-lib

TypeScript library to be used within decentralised applications for authentication and authorisation using DIDs (Decentralised Identifiers) and VCs (Verifiable Credentials)
GNU General Public License v3.0
19 stars 9 forks source link

feat(revocation): add credentialStatus to Public Claim #606

Closed whitneypurdum closed 2 years ago

whitneypurdum commented 2 years ago

Description

whitneypurdum commented 2 years ago

Looking at how tests are written, I don't think that this needs an additional test as we were already making the vp call and we are not checking the keys of the publicClaim, but I could be wrong about this...

jrhender commented 2 years ago

@whitneypurdum

Looking at how tests are written, I don't think that this needs an additional test as we were already making the vp call and we are not checking the keys of the publicClaim,

Would it be possible to test that the output EIP191JWT has the credentialStatus property?

whitneypurdum commented 2 years ago

@whitneypurdum

Looking at how tests are written, I don't think that this needs an additional test as we were already making the vp call and we are not checking the keys of the publicClaim,

Would it be possible to test that the output EIP191JWT has the credentialStatus property?

Asked question about this here: https://energywebfoundation.slack.com/archives/C028ZC4G2RE/p1658240047513979. I think we will either need to append credentialStatus to claim data, or have ew-did-registry also tokenize the credentialStatus, not just the claimData.

ewf-devops commented 2 years ago

:tada: This PR is included in version 6.0.0-alpha.40 :tada:

The release is available on:

Your semantic-release bot :package::rocket:

ewf-devops commented 2 years ago

:tada: This PR is included in version 6.0.0 :tada:

The release is available on:

Your semantic-release bot :package::rocket: