-
-
Various security related middleware / header fields we could add, some by default and others configurable:
- X-XSS-Protection
- X-DNS-Prefetch-Control
- Content-Security-Policy
- Referrer-Header…
-
Can you help me? I'm debugging around 2 hour your middleware, don't understanding why you provide an opportunity to override in config
```
'crud' => [
'restful' => [
//methods
],
…
-
I definitely think this should be implemented for Negroni.
Terminable middleware allows you to add code that runs **AFTER** the response has been fully served.
There is a subtle but crucial differen…
pjebs updated
7 years ago
-
This is more of a far-future thing, but I was just thinking it might be cool to have some GraphQL middleware options as well, for stuff like Apollo Optics out of the box. X-Ray could get the job done …
-
Eines calls things `middleware`, but they are more like Pedestal `interceptor`.
* rename to `interceptor`
* rename `:in` & `:out` to `:enter` & `:leave`?
-
How would you go about testing some of your middlewares?
-
The admin confirmation of an user from backend is done via FE request and returns currently a HTML instead of JSON.
Rebuilding all AJAX requests with using Middleware is a cleaner approach.
-
[initial suggestion from @Lukasa]
AHC should support a "middleware" concept (ideally once it's a ["3-tier library"](https://github.com/swift-server/async-http-client/issues/392)) where a user can s…
-
Currently, tenants (SAML providers) are registered via Artisan commands and can be accessed through URLs like:
`/saml2/b2dae2e6-e814-4553-a3a5-a56ddaca1110/login`
While this works, I would prefe…