Tomas Touceda
6d2ae02efd
Rename core->free and basic->premium ( #1870 )
...
* Rename core->free and basic->premium
* Fix lint js
* Comment out portion of test that seems to timeout
* Rename tier to premium if basic is still loaded
2021-09-03 13:05:23 -03:00
Zach Wasserman
cd2c881ae9
Add location of licensing credentials ( #1765 )
2021-08-23 09:53:18 -07:00
Zach Wasserman
9876dbe6b6
Implement license loading and validation ( #908 )
...
- Load license from ES256 signed JWT key.
- Parse license claims into LicenseInfo struct.
- Update contribution documentation with sample license key.
Closes #816 .
2021-05-31 11:35:15 -07:00
Zach Wasserman
7971209fed
Implement license key generation ( #906 )
...
Adds a Node script for generating JWT license keys.
See the included README.md for details on usage and implementation.
2021-05-30 19:36:12 -07:00