πŸ”‘ License Manager

checking…

Connection & session

The API key is required for license & compute calls (machine-to-machine). The JWT is captured automatically on login.

Access token: β€” none β€”
Current user id: β€”

1 Β· Accounts & auth

Register a user, then log in to get a JWT.

β€”

2 Β· Create & manage licenses

Needs API key. user_id auto-fills from the last registered/logged-in user. Effective activation limit = the smaller of max devices and max seats.

β€”

3 Β· Verify (core runtime check)

This is the call your C# app makes. License key auto-fills from the last created license.

β€”

4 Β· Compute

Needs API key. Server-side functions ported from C#, grouped by project & version.

β€”