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
Copy file name to clipboardExpand all lines: docs/vendor/licenses-verify-fields-sdk-api.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,4 @@
1
-
# Verifying License Field Signatures with the Replicated SDK API (Beta)
1
+
# Verifying License Field Signatures with the Replicated SDK API
2
2
3
3
This topic describes how to verify the signatures of license fields when checking customer license entitlements with the Replicated SDK.
4
4
@@ -48,4 +48,4 @@ To use your public key to verify license field signatures:
48
48
49
49
If you are not using one of the code samples provided, consider the following requirements for verifying license field values:
50
50
* License field signatures included in the response from the SDK API `/license/fields` and `/license/fields/{field-name}` endpoints are Base64 encoded and must be decoded before they are verified.
51
-
* The MD5 hash of the license field value is required to verify the signature of the license field. The raw license field value is included in the response from the SDK API `/license/fields` and `/license/fields/{field-name}` endpoints. The MD5 hash of the value must be calculated and used for signature verification.
51
+
* The MD5 hash of the license field value is required to verify the signature of the license field. The raw license field value is included in the response from the SDK API `/license/fields` and `/license/fields/{field-name}` endpoints. The MD5 hash of the value must be calculated and used for signature verification.
0 commit comments