-
* Restructure the folder format
* Use mongo-db (Mongoose library) (Already you have imported it in package.json)
* For authentication you can use passport js
*For live testing use nodemon
```
…
-
**Is your feature request related to a problem? Please describe.**
I would like this script (inside `src/middlwares/index.js`) to change to make it dynamic. Check the solution below for more clarif…
-
I'm really excited about what this package does, but middlwares/auth etc are something we don't have patterns for yet as it's very early.
What do you think of defining "middleware stacks" once and re…
-
### Description
Getting the error `Error: sent 1002 (protocol error); no close frame received with websockets` while running the camera feed from ESP32 to web.
### Note
- Not getting this erro…
-
One of the new features of `nuxi cli`, is the ability to scaffold templates for common components such as pages, plugins, etc.
Thanks to the nice initiative from @[Baroshem](https://github.com/Bar…
-
I just updated from 1.1.0 to 1.2.1, and $view->blade() no longer works.
In my middlware
// this line actually is defined in the initialization portion of my app, and is then stored in a service c…
-
The middleware `CheckWronglyVersionedBaseUrls` cannot properly handle servers that run in Docker and may be proxied through to a different "public" base URL.
The issue here is the reliance on the u…
-
## Feature Request
### Is your feature request related to a problem?
No.
### Describe the feature you would like.
Due to various historical reasons, our company currently has a large number of…
-
Hello good people of maid,
It would be useful if code blocks could communicate somehow.
## Stdin - stdout
In the following pattern the code blocks are connected through the stdin-stdout:
…
-
I have written a middleware for authentication, How can I set the middleware to intercept a graphql schema?