JSPM

@hono-middlewares/jwks

1.1.0
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 124
  • Score
    100M100P100Q78728F
  • License MIT

Middleware for Hono to validate JWTs using JWKS

Package Exports

  • @hono-middlewares/jwks

Readme

@hono-middlewares/jwks

This package provides a middleware for Hono to validate JWT tokens using a JWKS endpoint.

Installation

npm i @hono-middlewares/jwks

Usage

const app = new Hono();
app.use("*", jwks({ domain: "https://example.com"}));

Licensed under the MIT License.