Add period-based license keys alongside fixed expiry dates.
New keys default to validDays with countdown starting on first activation; existing expiresAtSec keys behave unchanged. Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
@@ -6,6 +6,13 @@
|
||||
"pid": "dnd_player",
|
||||
"maxDevices": 3,
|
||||
"expiresAtSec": 1893456000
|
||||
},
|
||||
{
|
||||
"key": "TTRPG-DEMO-PERIOD-KEY",
|
||||
"sub": "lic_demo_period",
|
||||
"pid": "dnd_player",
|
||||
"maxDevices": 3,
|
||||
"validDays": 365
|
||||
}
|
||||
],
|
||||
"revokedSubs": [],
|
||||
|
||||
Reference in New Issue
Block a user