JSPM

@sd-jwt/decode

0.14.0
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 44290
  • Score
    100M100P100Q156497F
  • License Apache-2.0

sd-jwt draft 7 implementation in typescript

Package Exports

  • @sd-jwt/decode

Readme

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