Ross ROSS = Recommend OSS · open-source software intelligence for agents

hokaccha/node-jwt-simple

JWT(JSON Web Token) encode and decode module for node.js observed · 2026-08-28

github.com/hokaccha/node-jwt-simple · JavaScript · MIT (permissive) observed · 2026-08-28

Health v2 · maintenance only

32/100

  • Activity 0
  • Release rhythm 35
  • Longevity 100

Flags: no_releases

How is this computed?

round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-02. Adoption (stars, forks) is never an input.

  • gap_med: n/a
  • age_days: 5335
  • days_rel: n/a
  • days_push: 1510
  • n_releases_24m: 0

Full methodology

Adoption not part of the score

1357 stars · 139 forks observed · 2026-08-28

What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded

A small Node.js library for encoding and decoding JWT (JSON Web Token) strings with a simple encode/decode API. It supports HS256, HS384, HS512, and RS256 algorithms with signature verification on decode.

Use cases

  • encode a payload as a jwt in node.js
  • decode and verify a web token
  • issue simple auth tokens for an api
  • sign tokens with hs256 or rs256
  • read jwt payload without a heavy dependency

When to choose

  • you need a minimal, dependency-light jwt encode/decode utility in Node.js
  • you only need basic HMAC or RS256 signing and verification
  • you want a simple api without claims validation features

When to avoid

  • you need advanced jwt features like claims validation, expiration checks, or key rotation
  • you need asymmetric algorithms beyond RS256 such as ES256 or PS256
  • you are working outside Node.js

Facets

library · maturity maintenance

auth serialization security security web-development backend apis jwt -web-token token-encoding token-decoding hs256 rs256 nodejs

1 source

Member repositories

RepositoryRoleHealth v2
hokaccha/node-jwt-simplemain32

For agents

markdown · JSON · MCP: product_card(name="hokaccha/node-jwt-simple")

Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem