Skip to content

Commit aa74cc3

Browse files
authored
Update licenses-verify-fields-sdk-api.md
1 parent 01975ae commit aa74cc3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/vendor/licenses-verify-fields-sdk-api.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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
22

33
This topic describes how to verify the signatures of license fields when checking customer license entitlements with the Replicated SDK.
44

@@ -48,4 +48,4 @@ To use your public key to verify license field signatures:
4848

4949
If you are not using one of the code samples provided, consider the following requirements for verifying license field values:
5050
* 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

Comments
 (0)