-
Currently `'Adonis/Middleware/Static',` is documented only under `middelware` section of documentation. https://adonisjs.com/docs/4.1/middleware#_server_middleware
I think it should be also noted u…
-
# Originally from Node.js design; needs reimplementation for Slim PHP
## Links & Resources
- [Using Express middleware](http://expressjs.com/guide/using-middleware.html)
- [How to Write Middleware for…
-
Hi.
I want to configure sails with stormpath.
I followed the tutorial for using stormpath with express.
I enable the middleware in the sails http.js like this:
```
middleware: {
storm_path: f…
-
some of our coders are working on a mongodb middleware for chihaya
https://git.decibel.rip/X/chihaya
at some point these new middlewares could be merged into this repo if the code quality is suffi…
-
We should add useful middleware to our application. Namely:
- [ ] Auth
- [x] Gzip
- [x] Logging
We can add some middlewares later. But the middleware mentioned above should be the priority. An…
rbo13 updated
5 years ago
-
How to turn off the breaker middleware?
I have a need to import 10,000 pieces of data, and I always get an error "circuit breaker is open" when executing the task.
-
### Priority
Undecided
### OS type
Ubuntu
### Hardware type
Xeon-GNR
### Installation method
- [X] Pull docker images from hub.docker.com
- [ ] Build docker images from source
### Deploy metho…
-
Some requests to the backend are being rejected with a `401` response code.
The backend logs following exception:
```
The resource owner or authorization server denied the request. {"exception":…
-
Hi! I made some middlewares for Oak, which you might enjoy (seeing you are using djwt).
One of the middlewares is for [JWT validation](https://github.com/halvardssm/oak-middleware-jwt) (though I s…
-
We have multiple places where we have some sort of `auth` related logic. Some of the logic is maybe a bit unclear and we might want to extend the existing logic.
### 1️⃣ Current state
#### Backe…