Skip to content

Commit 1189d98

Browse files
author
Inbal Tako
committed
Merge branch 'master' of github.com:securenative/securenative-php into dev
2 parents bc534f8 + bdafae6 commit 1189d98

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -171,6 +171,10 @@ $ver = SecureNative::verify(array(
171171
'email' => 'name@gmail.com'
172172
]
173173
));
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"]
174178
```
175179

176180
## Webhook signature verification

0 commit comments

Comments
 (0)