1.1.2 • Published 9 months ago

@dheerajjha451/jwtd v1.1.2

Weekly downloads
-
License
Apache-2.0
Repository
github
Last release
9 months ago

JWT Encode and Decode Library

This library provides functionality to create, decode, and validate JSON Web Tokens (JWT) using the HMAC SHA-256 algorithm. It includes three main functions: encodeJWT, decodeJWT, and validateJWT.

Features Encode a payload into a JWT with optional expiration time. Decode a JWT to retrieve the payload and validate the signature. Validate a JWT to ensure its authenticity and expiration status.

Installation

Install the package via npm:

npm install @dheerajjha451/jwtd 
1.1.1

9 months ago

1.1.2

9 months ago

1.0.2

12 months ago

1.0.0

12 months ago