-
Within my prisma schema, I would like to create a custom decorator which will apply to a User model and restrict the access to some fields of the model like email or whatever with the help of a middle…
-
-
- Inject Access Token in headers for all outgoing GraphQL requests.
- On Access Token rejection, use Refresh Token to obtain a new Access Token.
- Retry the request with the new Access Token.
- If …
-
Hi,
Hono is awesome but is it possible to add swagger middleware ?
Best regards
Vincent
-
It serves no clear purpose beyond what could be accomplishing by just passing `serpent.Chain` to the `Handler`.
-
### Is your feature request related to a problem?
A personal problem. I would like to enforce a LIMIT on all queries based on the permissions of the executing user.
### Describe the solution
Defi…
-
### Describe the bug
1. Path params are strings, but if I want to transform in something else I get type error in the middleware because in Request["params"] only strings are acceptable
### How to r…
-
Заметил, что мидлвары, которые регистрируются через bot.use, запускаются и для самого бота тоже. Таким образом они запускаются по 2 раза, приходится проверять в контексте clientInfo, чтобы быть уверен…
-
Hi.
Greate boilerplate. You can add a auth middleware to protect some route. I have an implementation in mind. Can submit a PR if you are not already working on it.
-
### Is your feature request related to a problem?
I'm using Mutation Conventions to handle errors by decorating my mutations with `[Error(typeof(ValidationException))]`. This works well by handling e…