How to set "credentials: true" in client side using rpc?
Cookies doesn't process
use Context to get vars from wrangler.toml
Connect Hono Cloudflare with MongoDB
Case insensitive query params
How to setup Hono with Remix/Cloudflare for Vite dev server?
Validate response objects
Hono Oauth Provider with JWT issue
@hoino/oauth-providers
which I also wanted to try.
Now I noticed that in my main login.ts route where I use hono/jwt
package then I'm getting errors inside my google.ts file where I use the googleAuth from @hono/oauth-providers/google
. Currently I'm still using the basic stuff to figure out how things work and how I can use it so don't mind that.
This is my /routes/auth/login.ts
file...Deploy Hono / Bun API
Is there a way to list all request headers ?
Typing Middleware JWT and others
c.get('jwtPayload')
that is documented here. I have tried using the method described here in a global.d.ts
file but this does not seem to take any affect, the jwtPayload get result is still typed as any.
Currently I have removed the global.d.ts file and set types on the Hono instance instead so its more explicit. This is still not working for the jwtPayload (and other values I use in middelware like the oauth middleware):
```typescript...How to generate openapi.yaml spec with Zod OpenAPI Hono?
Why use Hono for Next.js backend (route handlers)?
Context not finalized
Error: Context is not finalized. You may forget returning Response object or `await next()`
Error: Context is not finalized. You may forget returning Response object or `await next()`
Type checking with Hono + prisma + zod -> return json date (expect string)
Deploying Hono App to Multiple Runtimes
Sourcemap Support for Sentry Middleware
Does Hono Cloudflare Pages work with `@supabase/supabase-js`?
bun run dev
, full logs attached.
```bash
9:21:29 PM [vite] Error when evaluating SSR module /node_modules/@supabase/node-fetch/lib/index.js:
|- ReferenceError: exports is not defined...Welcome To The Hono Help Forum