Third-Party Addon Licensing
Third-party addon authors can integrate their own licensing servers with Pubvana. License validation routes through the author's API endpoints based on the author field in *_info.json.
How it works
- Author sets
license_validate_urlandlicense_check_urlin their*_info.json - Admin enters a license key on the addon's admin page
- Pubvana POSTs to
license_validate_urlto validate - Licenses are revalidated every 90 days via the daily cron
Free addons
Set "free": true in *_info.json. Free addons skip all license checks and activate immediately. The license key UI is hidden for free items.
Pubvana-authored addons
Addons with author set to pubvana or pubvana_team validate against the Pubvana marketplace API at pubvana.net/api/marketplace.