Skip to content

Commit

Permalink
feat(verifyVc): add jsonwebtoken and update package-lock
Browse files Browse the repository at this point in the history
  • Loading branch information
whitneypurdum committed Jul 13, 2022
1 parent 877fad6 commit 81ff25d
Show file tree
Hide file tree
Showing 3 changed files with 54 additions and 89 deletions.
2 changes: 1 addition & 1 deletion docs/api/classes/modules_claims.ClaimsService.md
Expand Up @@ -804,7 +804,7 @@ Verifies:

| Name | Type |
| :------ | :------ |
| `offChainClaim` | `OffChainClaim` |
| `offChainClaim` | `RoleEIP191JWT` |

#### Returns

Expand Down
139 changes: 52 additions & 87 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -86,6 +86,7 @@
"@sphereon/pex": "^1.0.2",
"@spruceid/didkit-wasm": "^0.2.1",
"@spruceid/didkit-wasm-node": "^0.2.1",
"@types/jsonwebtoken": "^8.5.8",
"@walletconnect/ethereum-provider": "^1.7.7",
"axios": "^0.27.0",
"base64url": "^3.0.1",
Expand All @@ -94,7 +95,6 @@
"didkit-wasm-node": "^0.1.6",
"eth-ens-namehash": "^2.0.8",
"ethers": "^5.6.1",
"ipfsd-ctl": "^12.0.0",
"js-sha3": "^0.8.0",
"jsonwebtoken": "^8.5.1",
"lodash.difference": "^4.5.0",
Expand Down

0 comments on commit 81ff25d

Please sign in to comment.