@dcentralab/jwt
v2.0.34
Published
Dcentralab wallet JWT
Downloads
310
Readme
Dcentralab JWT utils
Instalation
npm install @dcentralab/jwt
or
yarn add @dcentralab/jwt
Getting started
Helpers to generate and verify JWT token with wallet
Implements:
- signWeb3JWT(project: string, provider: EVM | CARDANO)
- verifyJWT(token: string, provider: EVM | CARDANO)
- removeJwtFromLS(blockchainType?: string)