summaryrefslogtreecommitdiff
path: root/apps/web/lib/api-key.ts
Commit message (Collapse)AuthorAgeFilesLines
* fix: api key prefix rename, revoke fix, and webhook validationFuwn2026-02-071-1/+1
| | | | | | Rename API key prefix from asn_ to asa_, fix key revoke by aligning response property names with frontend interface, and add server/client validation to prevent enabling webhooks without a URL.
* feat: asa.news RSS reader with developer tier, REST API, and webhooksFuwn2026-02-071-0/+20
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.