Feeds should be optionally authenticated. Our getExternalSkeleton function should get a service token for the user and pass it along with the service directly, or proxy the skeleton http call via the user's PDS (check what is best practice here and note any tradeoffs).
We probably want to use a proper atproto client lib for this and move away from our bespoke fetch implementation.
I'd recommend to test this we publish a new feed that simply returns the authenticated user's posts.
Created from #339 and #350
Feeds should be optionally authenticated. Our
getExternalSkeletonfunction should get a service token for the user and pass it along with the service directly, or proxy the skeleton http call via the user's PDS (check what is best practice here and note any tradeoffs).We probably want to use a proper atproto client lib for this and move away from our bespoke fetch implementation.
I'd recommend to test this we publish a new feed that simply returns the authenticated user's posts.
Created from #339 and #350