Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 317 Bytes

README.md

File metadata and controls

18 lines (13 loc) · 317 Bytes

@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.