Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions docs/vendor/licenses-verify-fields-sdk-api.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Verifying License Field Signatures with the Replicated SDK API (Beta)
# Verifying License Field Signatures with the Replicated SDK API

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

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

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