-
Is it possible to use this together with middlewares?
I would like to check and modify some headers in the corresponding middleware.
-
### What problem did you meet?
I hope @ logto/nuxt can export EventHandler
### Describe what you'd like Logto to have
I need to obtain the userinfo of logot when using middleware
I found…
-
![image](https://github.com/Bram-dc/express-list-endpoints-2/assets/59416149/dc56386a-bc13-4b31-b963-0d5cb2543183)
-
### Is there an existing issue for this?
- [X] I have searched the existing issues
### Current behavior
I have an app which uses `setGlobalPrefix('api')` and then i have a module (non-root) which s…
-
We currently have Request and Response Loggers and a Combined Logger. These are a list of improvements I see we should attempt to get into the Logger Middleware.
- [ ] A way of connecting Requests …
-
Hey, thanks for building VEX. I am falling in love with V, and coming from a Node.js background this rings bells.
Looking at the code, it seems `routes` and `middlewares` are separate concepts. I a…
-
Right now, middlewares can only be configured by using their class names. The reason for this, as far as I can tell, is to allow autowiring on middleware constructors. While I understand that reasonin…
-
The proposal is to add middleware feature to pipeline stages. `Handle` should be called for each stage in pipeline.
For example, if you want to track performance of each stage in a pipeline, you shou…
-
It'd be nice to provide a simple HTTP middleware to avoid the boilerplate of adding the headers.
-
Currently the flashmessages implementation hooks into the core code before and after a list, show or update function has run. This is too tightly coupled and should be abstracted using somekind of mid…