-
### What version of Hono are you using?
4.4.5
### What runtime/platform is your app running on?
Bun
### What steps can reproduce the bug?
Bootstrap the app like this
```ts
app.use("…
-
This issue is for tracking requests/demand for integration with External OAuth Providers. Give a comment a thumbs up if you want the connector built or drop a comment if you wish to work on any of the…
-
### What is the feature you are proposing?
## Current behaviour
When receiving a request with an optional body in its payload, I was hoping that `c.req.json()` would more gracefully handle the c…
-
Here's my strategy (https://docs.nestjs.com/security/authentication):
```ts
import { DecodedIdToken, Profile, Strategy, VerifyCallback } from 'passport-apple';
import { PassportStrategy } from …
-
**Is your feature request related to a problem? Please describe.**
I cannot connect to a `local` node when developing, this would be especially useful when running into issues with betanet or testnet…
-
**Problem**
When trying to withdraw the funds from a validator (stacking) I'm unable to go on with the tx (there's no error feedback)
**Expected Behavior**
I should be able to withdraw my funds a…
-
Does anybody have a full working sample project that uses @nuxtjs/auth-next, with both local and social (fb, google), that shows how to integrate with backend? how to consolidate users from various so…
-
since -report is using `pdf-lib` the return value from the `.page` and `.pdf` is `Promise` which in turn is giving us a lot of issues when combing with [node-signpdf](https://github.com/vbuch/node-sig…
-
From **GithubBrowserSample** project. I got problem when I mock `ViewModel` to use to test `Fragment` but it look like mock not working. It still call `Repository` in `ViewModel`.
**Here is code in…
-
Im using Nuxt proxy module to post to an S3 bucket. In a normal Vue environment, I am able to get the presignedpost data and upload a file to my bucket. But with Nuxt when I post to my bucket URL via …