mirror of
https://github.com/syntrex-lab/gomcp.git
synced 2026-05-03 16:22:37 +02:00
- Fix pgx/v5 SQL placeholder bug (? -> /) in tenant_handlers.go - tenant_id was silently failing to write/read, causing empty TenantID in JWT - Harden requireSOC middleware to BLOCK when TenantID is empty (was pass-through) - Block paid plan upgrades without Stripe payment verification - Add in-memory cache update for tenant_id on registration - Add fallback tenant_id read from User object in HandleVerifyEmail |
||
|---|---|---|
| .. | ||
| demo_seed.go | ||
| handlers.go | ||
| jwt.go | ||
| jwt_test.go | ||
| middleware.go | ||
| rate_limiter.go | ||
| rate_limiter_test.go | ||
| tenant_handlers.go | ||
| tenants.go | ||
| usage.go | ||
| users.go | ||