Files
DndGamePlayerLicenseServer/data.example.json
T
Ivan Fontosh e299cfc7dd Revoke licenses by product key instead of shared sub.
Add revokedKeys storage and accept key in admin revoke API so DND/TTRPG keys with the same sub can be revoked independently.

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-07-01 16:44:16 +08:00

15 lines
255 B
JSON

{
"productKeys": [
{
"key": "DND-DEMO-PRODUCT-KEY",
"sub": "lic_demo_default",
"pid": "dnd_player",
"maxDevices": 3,
"expiresAtSec": 1893456000
}
],
"revokedSubs": [],
"revokedKeys": [],
"activations": {}
}