We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 208a26f commit a2e3cefCopy full SHA for a2e3cef
README.md
@@ -32,3 +32,8 @@ The response matches `/jsonapi/resolve` and adds a `layout` object when applicab
32
33
- This module is intentionally read-only and mirrors `jsonapi_frontend` caching behavior (anonymous cacheable; authenticated `no-store`).
34
- For rendering, you still fetch the resolved `jsonapi_url` (entity) and any referenced block content via JSON:API.
35
+
36
+## Security & caching
37
38
+- Treat `/jsonapi/layout/resolve` like part of your JSON:API surface (rate limit at the edge).
39
+- For origin protection + rate limiting guidance, see `jsonapi_frontend`’s `MIGRATION.md` (Security hardening section).
0 commit comments