Skip to content

Latest commit

 

History

History
41 lines (26 loc) · 1.08 KB

README.md

File metadata and controls

41 lines (26 loc) · 1.08 KB

License NPM Release Stars

SD-JWT Implementation in JavaScript (TypeScript)

SD-JWT Utils

About

Utility functions for 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/utils

# using yarn
yarn add @sd-jwt/utils

# using pnpm
pnpm install @sd-jwt/utils

Ensure you have Node.js installed as a prerequisite.

Usage

Check out more details in our documentation or examples

Dependencies

  • @sd-jwt/types
  • "js-base64": "^3.7.6"
    • pure js base64 implementation