Skip to content

v0.2.1 — Feed Auth

Choose a tag to compare

@mostlydev mostlydev released this 22 Mar 16:39
· 51 commits to master since this release

What's new

  • Feed authentication: FeedEntry now supports an auth field. When present, the feed fetcher sets an Authorization: Bearer header on the fetch request. This enables authenticated feeds from services like claw-api that require bearer token auth.

Backward compatible — existing feeds.json without auth fields work unchanged.