-
hey I'm trying to get a hono server with auth js running. I found a package and guide in the repo so I tried it.
Unfortunately I'm getting the following error. I'm not sure if it something in the mid…
-
Wondering if anyone else had similar issue and to hopefully debug why it is happening.
I followed Docker-compose installation from here: https://github.com/usnistgov/NEMO/wiki/Docker-Compose-insta…
-
I have set in the config file middleware to auth instead of web and login to the application Auth is working fine but when I navigate to file manager it shows me an error "401 - Unauthenticated."
-
Routes that need protecting should be directed through middleware
see [https://authjs.dev/guides/upgrade-to-v5?authentication-method=middleware#authentication-methods](https://authjs.dev/guides/upg…
-
Hello,
Our current workflow revolves around managing Distributed Database Middleware (DDM) instances and their associated functionalities. To optimize these processes, we propose enhancing the foll…
-
There are several kinds of standard functionality we need to apply on every Thrift endpoint.
- Metrics (QPS, latency, request/response payload size)
- Authorization (is the client allowed to call …
-
This means requests rejected by Netty, for example due to request size (default 100kb) will silently fail while responding 413, and no request logging or metric middleware will be able to observe this…
-
Is there a way to use Middleware with this package?
And better to annotate a Route with some middleware we want to use for this route ?
Kleak updated
2 years ago
-
Currently when the server fails with an exception, there is no 500 response on client, it fails with CORS violation.
-
```
Middleware needs documentation.
- WSGI app midleware
- RequestHandler middleware
These docs should be linked from extension creation docs.
```
Original issue reported on code.google.com by `ro…