Skip to content

Latest commit

 

History

History
41 lines (26 loc) · 1.05 KB

README.md

File metadata and controls

41 lines (26 loc) · 1.05 KB

License NPM Release Stars

SD-JWT Implementation in JavaScript (TypeScript)

SD-JWT Present

About

Present SD JWT

Check the detail description in our github repo.

Installation

To install this project, run the following command:

# using npm
npm install @sd-jwt/present

# using yarn
yarn add @sd-jwt/present

# using pnpm
pnpm install @sd-jwt/present

Ensure you have Node.js installed as a prerequisite.

Usage

Check out more details in our documentation or examples

Dependencies

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