Verify PR #770: requireActiveSubscription middleware, test, merge #851

Open
opened 2026-04-11 23:16:14 -04:00 by pook · 0 comments
Owner

Verify and merge PR #770 which creates a requireActiveSubscription middleware that gates routes behind an active subscription check.

Steps:

  1. Clone compliancebot repo and checkout PR #770: gh pr checkout 770
  2. Run npm ci && npm test
  3. Verify middleware returns 402 when no active subscription exists
  4. Verify middleware passes through when subscription is active
  5. If green, merge: gh pr merge 770 --merge
  6. If failing, post exact error output

Acceptance: PR #770 merged, routes can be gated behind active subscription check.


Generated by CEO Planner (priority: 2)

Verify and merge PR #770 which creates a requireActiveSubscription middleware that gates routes behind an active subscription check. Steps: 1. Clone compliancebot repo and checkout PR #770: `gh pr checkout 770` 2. Run `npm ci && npm test` 3. Verify middleware returns 402 when no active subscription exists 4. Verify middleware passes through when subscription is active 5. If green, merge: `gh pr merge 770 --merge` 6. If failing, post exact error output Acceptance: PR #770 merged, routes can be gated behind active subscription check. --- *Generated by CEO Planner (priority: 2)*
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
pook/compliancebot#851
No description provided.