```bash export JWT_KEY=<secret_key> ``` ```javascript const {permitRole, permitAction} = require('jwt-permit') // JWT in headers : -H 'authorization: bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJkYXRhIjp7ImFjY291bnRJZCI6IjM1NTIwMGU...' // Permit by Role
JWA, JWS, JWE, JWT, JWK, JWKS for Node.js, Browser, Cloudflare Workers, Deno, Bun, and other Web-interoperable runtimes
Decode JWT tokens, mostly useful for browser applications.
Calculate GitHub App bearer tokens for Node & modern browsers
Passport authentication strategy using JSON Web Tokens
TypeScript definitions for passport-jwt
JWT utils for Fastify
JWT authentication middleware.
JSON Web Token helper library for Angular
Fast JSON Web Token implementation
Verify JSON Web Tokens (JWT) from Amazon Cognito and other IDPs
Library for Signing and Verifying JWTs that use DIDs as issuers and JWEs that use DIDs as recipients
GitHub App authentication for JavaScript
This is a pure-js JSON streaming parser for node.js
Authentication middleware for Express.js that validates JWT bearer access tokens.
JWT JWKS verification plugin for Fastify
A lightweight JWT implementation with ZERO dependencies for Cloudflare Worker
Koa middleware for validating JSON Web Tokens
Small library for decoding json web tokens (JWT)
Vonage JWT package. Creates JWT tokens for Vonage API's
Parse and encoding JSON web tokens
DES implementation
Verify and Parse Pomerium JWTs
JWT(JSON Web Token) encode and decode module
No description provided.
No description provided.