License Admin Portal
| Key Prefix | Label | Issued | Expires | Days Left | Status | Actions |
|---|
Use the License Keys tab to generate a monthly or annual GUID key for your client. The key is a standard UUID v4 (e.g. A1B2C3D4-E5F6-4789-ABCD-EF0123456789).
Copy the key and send it to your client. They paste it into the Toro Pulse dashboard license gate when prompted. The dashboard stores validated keys in localStorage so the user is not re-prompted on return visits.
The dashboard validates against the shared license store (same browser localStorage key tp_licenses). In production, replace with a server-side API call to your license validation endpoint.
Click Revoke on any key to immediately invalidate it. The dashboard will gate access on next load.
This demo uses shared localStorage between admin and dashboard on the same browser. In production, replace with a REST API: POST /api/licenses/validate that checks a database.