We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1189d98 commit b4d26b0Copy full SHA for b4d26b0
1 file changed
README.md
@@ -172,9 +172,9 @@ $ver = SecureNative::verify(array(
172
]
173
));
174
175
-ver.riskLevel // Low, Medium, High
176
-ver.score // Risk score: 0 - 1 (0 - Very Low, 1 - Very High)
177
-ver.triggers // ["TOR", "New IP", "New City"]
+$ver.riskLevel // Low, Medium, High
+$ver.score // Risk score: 0 - 1 (0 - Very Low, 1 - Very High)
+$ver.triggers // ["TOR", "New IP", "New City"]
178
```
179
180
## Webhook signature verification
@@ -192,4 +192,4 @@ $verified = SecureNative::getMiddleware()->verifySignature();
192
if ($verified) {
193
// Request is trusted (coming from SecureNative)
194
}
195
- ```
+ ```
0 commit comments