Description#
Authenticated Bluesky feed generators do not work:
- https://bsky.app/profile/did:plc:ca4b3evcz7rjhni6mngjwfzl/feed/your-pds
- Returns
Message from server: jwt audience does not match (expected did:web:feeds.this-is-epic.space)
- Returns
- https://bsky.app/profile/did:plc:mn45tewwnse5btfftvd3powc/feed/rinds
- Returns
Message from server: Upstream server responded with a 401 error
- Returns
skimming over the ref impl it seems the appview expects the PDS to make a JWT for the feedgen instead of the appview https://github.com/bluesky-social/atproto/blob/main/packages/pds/src/api/app/bsky/feed/getFeed.ts#L33. shouldnt be too hard to implement
sigh yet another thing to gate behind a default enabled "bsky" feature for non spec behaviour