1.0.2 • Published 5 months ago

ferbotz-certify v1.0.2

Weekly downloads
-
License
MIT
Repository
github
Last release
5 months ago

Certify SDK

Certify SDK is a lightweight utility library designed to handle secure token encoding, decoding, and validation for applications. It empowers developers to manage JSON Web Tokens (JWT) with advanced functionality like flexible decoding and secure data bundling, making it an essential tool for distributed systems and microservices.


Features

  • Token Decoding: Validate and decode JWTs using public keys.
  • Flexible Decoding: Access payload data even for expired tokens.
  • Token Validation: Seamlessly validate bearer tokens with detailed error handling.
  • Data Bundling: Bundle and encrypt custom data into JWTs with RSA256.
  • Stateless Security: Enhance data security without external database dependencies.

Installation

Install the Certify SDK via npm:

npm install ferbotz-certify
1.0.2

5 months ago

1.0.1

8 months ago

1.0.0

8 months ago