Files
lasuite-docs/bin
Manuel Raynaud 57065e8845 (collaboration) notify the backend when the worker persists new content
notify the backend when the worker persists new content for
a document, so the lists ordered by `updated_at` follow the edits made on the
collaboration server. The backend serves it on
`POST /api/v1.0/documents/{id}/content-updated/`, authenticated with a short
lived RS256 JWT the collaboration server signs (`aud: "docs-backend"`) and
the backend verifies against the JWKS the collaboration server publishes on
`/collaboration/jwks/v1` — the mirror of the admin token the backend signs to
call it, so no long lived secret is shared and either side can roll its key
on its own
2026-08-13 14:32:09 +02:00
..
2024-08-14 11:45:21 +02:00
2025-01-06 12:17:40 +01:00
2024-04-05 12:42:33 +02:00