MCPcopy
hub / github.com/panva/jose

github.com/panva/jose @v6.2.3 sqlite

repository ↗ · DeepWiki ↗ · release v6.2.3 ↗
486 symbols 1,285 edges 125 files 77 documented · 16%
README

jose

jose is a JavaScript module for JSON Object Signing and Encryption, providing support for JSON Web Tokens (JWT), JSON Web Signature (JWS), JSON Web Encryption (JWE), JSON Web Key (JWK), JSON Web Key Set (JWKS), and more. The module is designed to work across various Web-interoperable runtimes including Node.js, browsers, Cloudflare Workers, Deno, Bun, and others.

Sponsor

Auth0 by Okta

If you want to quickly add JWT authentication to JavaScript apps, feel free to check out Auth0's JavaScript SDK and free plan. Create an Auth0 account; it's free!

💗 Help the project

Support from the community to continue maintaining and improving this module is welcome. If you find the module useful, please consider supporting the project by becoming a sponsor.

Dependencies: 0

jose has no dependencies and it exports tree-shakeable ESM[^cjs].

Documentation

jose is distributed via npmjs.com, jsr.io, jsdelivr.com, and github.com.

example ESM import[^cjs]

import * as jose from 'jose'

JSON Web Tokens (JWT)

The jose module supports JSON Web Tokens (JWT) and provides functionality for signing and verifying tokens, as well as their JWT Claims Set validation.

Encrypted JSON Web Tokens

The jose module supports encrypted JSON Web Tokens and provides functionality for encrypting and decrypting tokens, as well as their JWT Claims Set validation.

Key Utilities

The jose module supports importing, exporting, and generating keys and secrets in various formats, including PEM formats like SPKI, X.509 certificate, and PKCS #8, as well as JSON Web Key (JWK).

JSON Web Signature (JWS)

The jose module supports signing and verification of JWS messages with arbitrary payloads in Compact, Flattened JSON, and General JSON serialization syntaxes.

JSON Web Encryption (JWE)

The jose module supports encryption and decryption of JWE messages with arbitrary plaintext in Compact, Flattened JSON, and General JSON serialization syntaxes.

Other

The following are additional features and utilities provided by the jose module:

Supported Runtimes

The jose module is compatible with JavaScript runtimes that support the utilized Web API globals and standard built-in objects or are Node.js.

The following runtimes are supported (this is not an exhaustive list):

Please note that certain algorithms may not be available depending on the runtime used. You can find a list of available algorithms for each runtime in the specific issue links provided above.

Supported Versions

Version Security Fixes 🔑 Other Bug Fixes 🐞 New Features ⭐ Runtime and Module type
v6.x Security Policy Universal[^universal] ESM[^cjs]
v5.x Security Policy Universal[^universal] CJS + ESM
v4.x Security Policy Universal[^universal] CJS + ESM
v2.x Security Policy Node.js CJS

Specifications

Details

The algorithm implementations in jose have been tested using test vectors from their respective specifications as well as RFC7520.

[^cjs]: CJS style let jose = require('jose') is possible in Node.js versions where the require(esm) feature is enabled by default (^20.19.0 || ^22.12.0 || >= 23.0.0).

[^universal]: Assumes runtime support of WebCryptoAPI and Fetch API

Extension points exported contracts — how you extend this code

ProduceJWT (Interface)
(no doc) [3 implementers]
src/types.d.ts
Recipient (Interface)
(no doc) [2 implementers]
src/jwe/general/encrypt.ts
ASN1State (Interface)
ASN.1 DER parsing state
src/lib/asn1.ts
Signature (Interface)
(no doc) [2 implementers]
src/jws/general/sign.ts
WithServer (Interface)
(no doc)
test/jwks/remote.test.ts
Context (Interface)
(no doc)
test/jwt/encrypt.test.ts
GenerateSecretOptions (Interface)
(no doc)
src/key/generate_secret.ts
RemoteJWKSetOptions (Interface)
(no doc)
src/jwks/remote.ts

Core symbols most depended-on inside this repo

setProtectedHeader
called by 167
src/jws/general/sign.ts
sign
called by 93
src/jws/general/sign.ts
encrypt
called by 80
src/jwe/general/encrypt.ts
secs
called by 56
src/lib/jwt_claims_set.ts
checkKeyType
called by 53
src/lib/check_key_type.ts
jwtVerify
called by 52
src/jwt/verify.ts
encode
called by 49
src/util/base64url.ts
setUnprotectedHeader
called by 38
src/jws/general/sign.ts

Shape

Function 227
Method 127
Interface 74
Class 58

Languages

TypeScript100%

Modules by API surface

src/types.d.ts52 symbols
src/util/errors.ts38 symbols
src/lib/asn1.ts27 symbols
src/jwe/general/encrypt.ts22 symbols
src/jws/general/sign.ts19 symbols
src/jwt/encrypt.ts18 symbols
src/lib/jwt_claims_set.ts17 symbols
src/jwks/remote.ts16 symbols
src/lib/content_encryption.ts15 symbols
src/jwt/unsecured.ts13 symbols
src/jwt/sign.ts12 symbols
src/jwks/local.ts12 symbols

Dependencies from manifests, versioned

@playwright/test1.59.1 · 1×
@types/node24.12.2 · 1×
@types/qunit2.19.13 · 1×
ava7.0.0 · 1×
esbuild0.28.0 · 1×
npm-run-all28.0.4 · 1×
patch-package8.0.1 · 1×
prettier3.8.1 · 1×
prettier-plugin-jsdoc1.8.0 · 1×
qunit2.25.0 · 1×
tar7.5.13 · 1×
timekeeper2.3.1 · 1×

For agents

$ claude mcp add jose \
  -- python -m otcore.mcp_server <graph>

⬇ download graph artifact