summaryrefslogtreecommitdiff
path: root/services/worker/internal/scheduler/refresh.go
Commit message (Collapse)AuthorAgeFilesLines
* format(worker): Apply Iku formattingFuwn2026-02-091-1/+1
|
* feat: implement authenticated feed support across worker and web appFuwn2026-02-081-7/+16
| | | | | | | | | | Wire up the full authenticated feeds pipeline: - Worker resolves credentials from Supabase Vault for authenticated feeds - Worker sets owner_id on entries for per-user dedup - query_param auth now parses name=value format - Add-feed dialog shows auth type + credential fields for pro/developer - Subscribe mutation passes credentials to RPC - Sidebar and settings show [auth] indicator for authenticated feeds
* style: format Go worker with ikuFuwn2026-02-071-1/+0
|
* feat: asa.news RSS reader with developer tier, REST API, and webhooksFuwn2026-02-071-0/+196
Full-stack RSS reader SaaS: Supabase + Next.js + Go worker. Includes three subscription tiers (free/pro/developer), API key auth, read-only REST API, webhook push notifications, Stripe billing with proration, and PWA support.