@sd-jwt/core
TypeScript icon, indicating that this package has built-in type declarations

0.7.1 • Public • Published

License NPM Release Stars

SD-JWT Implementation in JavaScript (TypeScript)

SD-JWT Core

About

Core library for selective disclosure JWTs

Check the detail description in our github repo.

Installation

To install this project, run the following command:

# using npm
npm install @sd-jwt/core

# using yarn
yarn add @sd-jwt/core

# using pnpm
pnpm install @sd-jwt/core

Ensure you have Node.js installed as a prerequisite.

Usage

The library can be used to create sd-jwt based credentials. To be compliant with the sd-jwt-vc standard, you can use the @sd-jwt/sd-jwt-vc that is implementing this spec. If you want to use the pure sd-jwt class or implement your own sd-jwt credential approach, you can use this library.

Dependencies

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

/@sd-jwt/core/

    Package Sidebar

    Install

    npm i @sd-jwt/core

    Weekly Downloads

    2,532

    Version

    0.7.1

    License

    Apache-2.0

    Unpacked Size

    165 kB

    Total Files

    39

    Last publish

    Collaborators

    • openwalletfoundation
    • blu3beri