@tungthedev/streams-local 0.2.0 → 0.2.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/SECURITY.md +1 -1
- package/package.json +1 -1
package/SECURITY.md
CHANGED
|
@@ -22,7 +22,7 @@ When reporting a vulnerability, include:
|
|
|
22
22
|
The full Prisma Streams server requires an explicit startup auth mode:
|
|
23
23
|
|
|
24
24
|
- `--auth-strategy api-key` enables built-in API key authentication for every
|
|
25
|
-
request
|
|
25
|
+
request except `GET /health`
|
|
26
26
|
- `--no-auth` disables built-in authentication for deployments that rely on a
|
|
27
27
|
trusted external boundary
|
|
28
28
|
|