All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project (loosely) adheres to Semantic Versioning.
- Updated
JWK
type andkty
property made required.
- Added
_sd_decoy
option to specify number of decoy element to add.
- Deprecated
_decoyCount
option.
- Fixed
DisclosureFrame
type definition not to useunknown
.
- Added parsed token header data to the result of the
decodeSDJWT
function
- imports for esm build
- jsonpath exports
- listing and selecting disclosures with explicit Jsonpath dot-notation
- Bug fix: base64decode for browser runtime
- added feature to add decoy sd digests
- added createSDMap
- base64 encode/decode support for browser and node runtime
Initial version
- add E2E test
- removed kb jwt payload checks
- added error types
- removed
jose
dependency - added simple demo scripts
- add
.js
file extensions to all imports for ESM compatibility