Installation
Prerequisites
- npm or yarn
 
Different middleware requires specific Node.js versions due to framework compatibility:
| Middleware | Node.js Version | 
|---|---|
| Express | >= 14.0.0 | 
| Fastify | >= 16.0.0 | 
| Koa | >= 14.0.0 | 
| Hapi.js | >= 18.0.0 | 
| Next.js | >= 12.0.0 | 
| NestJS | >= 16.0.0 | 
Installation Steps
Install the package using npm:
npm install @the-node-forge/jwt-utils
Or using yarn:
yarn add @the-node-forge/jwt-utils
For more details, see API Reference.