Skip to content

Commit

Permalink
feat(addStatusToClaim): add cred status to claim object
Browse files Browse the repository at this point in the history
  • Loading branch information
whitneypurdum committed Jul 18, 2022
1 parent 10fbf98 commit f1f6328
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions docs/api/classes/modules_claims.ClaimsService.md
Expand Up @@ -821,6 +821,7 @@ ___
Verifies:
- That credential proof is valid
- That credential was issued by authorized issuer
- That credential was not revoked

#### Parameters

Expand Down
1 change: 1 addition & 0 deletions src/modules/claims/claims.service.ts
Expand Up @@ -479,6 +479,7 @@ export class ClaimsService {
...strippedClaimData,
...(issuerFields && { issuerFields }),
},
//credentialStatus: credentialStatus
};
const [issuedToken, vp] = await Promise.all([
this._didRegistry.issuePublicClaim({
Expand Down

0 comments on commit f1f6328

Please sign in to comment.