-
### 👀 Is there an existing feature request for this?
- [X] I have searched the existing issues
### 🔖 Enhancement description
In the javascript examples, there is no hono-js example projects
### 🎤 …
-
Does this work with honojs?
-
We need to unify the package managers used in this project, but it is not related to this PR. I think `npm` is a good choice because it's general.
_Originally posted by @yusukebe in https://github.…
-
Hello!
I just noticed that the `facebookAuth` function doesn't support passing custom values for the `state` param, which is always set to a random value:
https://github.com/honojs/middleware/b…
-
Since it is hard coded, it doesn't seem necessary, but is there a reason for this?
https://github.com/honojs/hono/blob/main/src/router/trie-router/node.ts#L202
https://github.com/honojs/hono/blob/…
-
node-server implements its own `serverStatic` middleware.
https://github.com/honojs/node-server/blob/74e86a28f375e5acd52e342519ff2b1110a95c16/src/serve-static.ts
However, `serveStatic` base impl…
-
### What version of HonoX are you using?
0.1.26
### What steps can reproduce the bug?
1. `npm create hono@latest`
2. choose template: `x-basic`
3. Change `vite.config.ts` as in https://github.com…
-
Hey CJ - I'm trying to better understand how to use Zod OpenApi Hono. The example below shows my `route.ts` schema and `handler.ts` handler.
If the response schema in `handler.ts` is missing a req…
-
Hi, I am using @hono/oidc-auth and would like to set a custom redirect URI because the hono server is operating behind a reverse proxy.
I believe that modifying this line would achieve the desired …
-
This is for when this PR [#952] gets merged.
slightly trolling
From my benchmarks:
![image](https://github.com/plutomi/plutomi/assets/22891173/07065009-9731-49ba-b0e7-c2932c6cbbf5)
It slightly…