Check-in payload: licence id and nothing else (#428) #434
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "drop-seatsused-428"
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?
Resolves the parked #428 question per Nikola's decision: seat usage never leaves the instance. The monthly check-in posts
{licenseId}alone; counting, window and cap enforcement are entirely instance-local. The licence server was verified beforehand to require onlylicenseId(missingseatsUseddecodes to 0, no rejection) — its stored figure simply stays empty for instances on this version. Also fixes ARCHITECTURE's stale "check-in only when >50 seats" claim (any installed, unrevoked licence checks in — #89/#308). TDD: red watched on the runner (payload must carry the licence id and nothing else) before the splice; full suite green.