ToolsThe story, in brief

Sign JWTs from your Functions without managing private keys

Vercel KMS: sign JWTs from Functions without touching private keys—managed asymmetric signing built in.

Paper-cut illustration of a coral software window opening into a three-dimensional drafting space.
New tools for building and creating with AI.AI illustration by KeyNews
The KeyNews take

Why it matters

A developer infrastructure feature that reduces key management burden for Function-based auth workflows. Practitioners deploying serverless auth can simplify ops; enthusiasts see the platform consolidation trend continuing.

The key facts

14 to know
  1. Vercel KMS signs JWTs and arbitrary messages from Vercel Functions

  2. Private keys managed by Vercel's key management service, never in code or env vars

  3. Supports RSA, ECDSA, and EdDSA signing algorithms

  4. Per-project and per-environment access grants

  5. Public JWKS and OpenID Connect Discovery endpoints for standard verification

  6. Custom claims, configurable TTL, and JSON Schema claim validation

  7. CLI and dashboard management for issuers and key rotation

  8. Vercel KMS enables JWT signing from Functions without private keys in code or env vars

  9. Supports RSA, ECDSA, and EdDSA key algorithms

  10. Keys managed per project and environment (production, preview, development, custom)

  11. Public JWKS and OIDC Discovery endpoints for standard token verification

  12. Claims can be constrained per grant and validated against JSON Schema

  13. Accessible via CLI and team dashboard

  14. @vercel/kms package for signing; any JOSE/OIDC library for verification

Go to the source

Vercel Blogvercel.com

Publisher excerpt: Vercel KMS lets you sign JWTs and arbitrary messages from your Vercel Functions using managed asymmetric signing keys, so private keys never live in your code or environment variables. Your function authenticates with its token, and the private key stays inside Vercel's key management service while…
Read original report
Back to today's editionMore tools news

Keep reading

Related stories

More from Tools