passport-jwt-cookiecombo
JSON Web Token (JWT) cookie combo authentication strategy for Passport and Node.js.
JSON Web Token (JWT) cookie combo authentication strategy for Passport and Node.js.
JSON Web Token (JWT) is a compact token format intended for space constrained environments such as HTTP Authorization headers and URI query parameters.
Json Web Token manger for ExpressJS
a simple json web token generator
Create an access token, refresh token, and verify.
A simple Json Web Token module written with minimal footprint in mind
Verify aws cognito json webtokens.
JSON Web Token (JWT) is a compact token format intended for space constrained environments such as HTTP Authorization headers and URI query parameters.
A slightly opinionated stateless passcode manager.
A lightweight npm library to handle jwt tokens
collection of authentication related helper function
jwt-pro is a powerful library for generating and verifying JSON Web Tokens (JWTs). It supports multiple algorithms, provides easy to use utilities for token management, and ensures secure handling of JWTs.
A JSON Web Token library for Node.js
JWT creation and validation CLI tool.

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.