Skip to content

Commit a2e3cef

Browse files
committed
docs: add security and caching notes
1 parent 208a26f commit a2e3cef

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,3 +32,8 @@ The response matches `/jsonapi/resolve` and adds a `layout` object when applicab
3232

3333
- This module is intentionally read-only and mirrors `jsonapi_frontend` caching behavior (anonymous cacheable; authenticated `no-store`).
3434
- 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

Comments
 (0)