-
Set up the server to handle routing and creating the app instance
### App:
- [x] Create the app using Express
### Middleware:
- [ ] Body-parsing middleware
- [ ] Logging middleware
### R…
-
### Subject of the issue
When I call a URL requiring authentication it behaves as expected when providing the token as a query string, but not when added as header.
### Your environment
| Q …
-
Consider the separation of files in various folders; depending on their role.
An example following the Repository-based pattern like so: `route -> middlewares -> controller -> repository -> model`
…
-
Since #327 was merged, adding a middleware for HTTP authentication should be possible and would be a better solution than the [current guide](https://crowcpp.org/guides/auth/).
-
Hi, just taking a look at the store and its orders - when I try to view the order details, the server returns 500. Here's the debug information and staktrace.
Exception caught in:
`Unmatched ']'…
-
Hi,
Slim-jwt-auth is "Authentication middleware":
This middleware implements JSON Web Token Authentication.
**Authentication should:**
- parse and validate token if found
- add identity of …
-
```
Error: request entity too large
at readStream (/home/wwwroot/www.xxx.us/matterwiki/node_modules/raw-body/index.js:196:17)
at getRawBody (/home/wwwroot/www.xxx.us/matterwiki/node_modules…
-
### Environment
```
Next Auth v5, Vercel, Neon, Drizzle
```
### Reproduction URL
https://github.com/tobiasmeyhoefer/bitz
### Describe the issue
In localhost everything works fine bu…
-
https://github.com/OAI/OpenAPI-Specification/blob/main/versions/3.0.3.md#security-scheme-object
Let's do a proposal first, as there are a few ways this could be implemented.
For now, the workaro…
-
**System Info**
+ PHP Version: PHP 8.1.2-1ubuntu2.13
+ XBackBone Version: 3.6.3
+ Webserver: Apache/2.4.52 (Ubuntu)
+ Database backend: MariaDB
**Describe the bug**
Files uploaded to s3 bucket…