Auth boundary: public reads, owner mutations, admin API tier #12
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "auth-admin-htmx-roadmap"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Summary
First of three roadmap changes (auth boundary, admin API, htmx). Splits the site into five auth tiers:
/file/{uuid}/api/admin/*surface behindAuthorization: Bearer $BOOKS_ADMIN_TOKEN(placeholder endpoints; real operations land in spec 2)Specs and roadmap notes live in
docs/superpowers/.Test plan
curl /api/admin/books→ 401curl -H "Authorization: Bearer \$BOOKS_ADMIN" /api/admin/books→ 404 (placeholder)