Skip to content

Commit

Permalink
feat: add option to keep original fields when transforming JWT<->JOSE…
Browse files Browse the repository at this point in the history
… payload formats (#63)

* feat: add option to keep original fields when transforming JWT<->JOSE payload formats
  closes #62

* fix: forward creation and verification options to the lower level code
  fixes #22
  • Loading branch information
mirceanis authored Mar 11, 2021
1 parent 3311701 commit cf59b6f
Show file tree
Hide file tree
Showing 7 changed files with 602 additions and 96 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"author": "mi-xu",
"license": "ISC",
"dependencies": {
"did-jwt": "^4.8.1"
"did-jwt": "^4.9.0"
},
"repository": {
"type": "git",
Expand Down
Loading

0 comments on commit cf59b6f

Please sign in to comment.