Skip to content

Commit c091d24

Browse files
author
Inbal Tako
committed
Merge branch 'dev' of github.com:securenative/securenative-php into dev
2 parents 57f8d5d + b4d26b0 commit c091d24

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -172,9 +172,9 @@ $ver = SecureNative::verify(array(
172172
]
173173
));
174174

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"]
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"]
178178
```
179179

180180
## Webhook signature verification
@@ -192,4 +192,4 @@ $verified = SecureNative::getMiddleware()->verifySignature();
192192
if ($verified) {
193193
// Request is trusted (coming from SecureNative)
194194
}
195-
```
195+
```

0 commit comments

Comments
 (0)