Files
remanso-jetstream/server.ts
Julien Calixte e7796b47c3 feat(server): add /search and /:did/search endpoints
GET /search is public and filters to discoverable=true. GET /:did/search
requires a JWT for that DID and includes non-discoverable notes (drafts).
Both reuse the existing PAGINATION default and { results, cursor }
envelope. The requireDidOwnership 403 message is generalized since it
now guards more than webhooks.
2026-06-07 11:26:14 +02:00

7.8 KiB