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: README.md
+2-1Lines changed: 2 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -94,6 +94,7 @@ The verification would fail and return `false`, if...
94
94
-`obj` doesn't provide a HMAC to check against
95
95
-`obj` was manipulated: at least one attribute was changed, added or deleted (deep-inspection including all nested objects/arrays)
96
96
- the HMAC of `obj` was manipulated
97
+
-`key` is deviating from the one the HMAC was created with
97
98
98
99
#### obj
99
100
@@ -105,7 +106,7 @@ The object of which the HMAC should be verified. The given HMAC to be verified i
105
106
106
107
Type: `String`
107
108
108
-
The key to calculate the objects HMAC and validate against the given one. Must be identical to the `key` that was used to create the original HMAC for the object.
109
+
The key to calculate the objects HMAC and validate against the given one. Must be identical to the `key` that was used to create the original HMAC for the object for a successful verification.
0 commit comments