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/jwksUsage
const app = new Hono();
app.use("*", jwks({ domain: "https://example.com"}));Licensed under the MIT License.