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