-
![image](https://github.com/user-attachments/assets/b2b50944-1901-4b88-b046-646f00b24fca)
- User schema :
```prisma
model User {
id String @id @default(uuid()) @db.Uuid
…
-
J'utilise le middlware deduplicator (pour OpenEditon) mais je n'arrive pas à le faire fonctionner (ou il y a un bug).
Ci dessous un exemple :
- le fichier de log : [test-duplicates.log](https:/…
-
## Problem
I would like to add middleware that is scoped to each express request so I can modify Prisma request using the `req.user` but there is no API to remove a middleware once it has been adde…
-
We've been attempting to migrate our app from sapper to sveltekit and ran into the problem of web sockets, in sapper we could simply attach the WebSocket server directly to the express server and be d…
-
I am trying to create middlware for gin-gonic that automatically adds a UUID for tracing purposes as a Header to all incoming requests, if one does not already exist. The code is below. However I'm ha…
-
Headers are hard [coded](https://github.com/coryodaniel/bonny/blob/f350da5e3100b0086f0a3faf8060a020a3e62644/lib/bonny/watcher/impl.ex#L134). Add defaults to Bonny.Config and add a configuration parame…
-
Hi, thanks a lot for this wonderfull pacpage, i want to dect my registred users default language from the browser and store it in database(users table).
I am new to laravel and php.
Please help.
-
-
Hi, [Casbin](https://github.com/casbin/casbin) is an authorization library that supports models like ACL, RBAC, ABAC. It is also a [macaron middlware](https://github.com/go-macaron/authz).
I'd like…
-
## Description
Security is a high priority. We must find a way (through CORS, headers in `now.json`, special headers, API tokens from auth0) to fully secure these endpoints