You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There should be an HTTP endpoint to allow registering a license. The endpoint should be able to receive a password (as a specifiable query param), which must match the admin-set password for that product. If the password is correct, a license is registered for given product/user and a custom ID (UUID perhaps?) is returned in the HTTP response, which should be later used by pings to identify the specific registered license.
Registering should be opt-in, but if registration is enabled it should be the only way to be able to ping the said product.
The text was updated successfully, but these errors were encountered:
There should be an HTTP endpoint to allow registering a license. The endpoint should be able to receive a password (as a specifiable query param), which must match the admin-set password for that product. If the password is correct, a license is registered for given product/user and a custom ID (UUID perhaps?) is returned in the HTTP response, which should be later used by pings to identify the specific registered license.
Registering should be opt-in, but if registration is enabled it should be the only way to be able to ping the said product.
The text was updated successfully, but these errors were encountered: