Development
Development
Integrate license verification into your app and extend the template.
In your app
Verify licenses in .NET
Embed the public key and build date, and use one result for Pro UI and operations.
Verify licenses in Electron
Verify JWTs directly in Node with no dependencies, or with any standard ES256 JWT library.
Add a Pro feature
Put new Pro behavior behind the existing check and ship it with a new build date.
Application integration
Load, verify and save keys, with an optional conservative refresh client.
Build and publish your app
Embed the key and release date, then publish installers to GitHub.
In the template
Typed clients and static pages
Add ServiceStack APIs and static-export pages without a second production runtime.
Tests and database migrations
Run the test suites, live database tests and demo seeding, and change the schema safely.