Skip to content

Latest commit

 

History

History
40 lines (25 loc) · 1.04 KB

README.md

File metadata and controls

40 lines (25 loc) · 1.04 KB

License NPM Release Stars

SD-JWT Implementation in JavaScript (TypeScript)

SD-JWT Decode

About

Decode SD JWT into objects

Check the detail description in our github repo.

Installation

To install this project, run the following command:

# using npm
npm install @sd-jwt/decode

# using yarn
yarn add @sd-jwt/decode

# using pnpm
pnpm install @sd-jwt/decode

Ensure you have Node.js installed as a prerequisite.

Usage

Check out more details in our documentation or examples

Dependencies

  • @sd-jwt/types
  • @sd-jwt/utils