Skip to content

Commit e211430

Browse files
fixes
1 parent 26d9ea0 commit e211430

File tree

4 files changed

+3
-6
lines changed

4 files changed

+3
-6
lines changed

src/content/docs/turnstile/turnstile-analytics/challenge-outcomes.mdx

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ title: Challenge outcome
33
pcx_content_type: Concept
44
sidebar:
55
order: 2
6-
head: []
76
---
87

98
import { Render } from "~/components"
@@ -12,7 +11,7 @@ When a visitor encounters Turnstile, it assesses whether they are human or bot-l
1211

1312
## Metrics
1413

15-
A "solved" Turnstile challenge does not automatically confirm the visitor is human. You must call the siteverify API to validate the token and proceed only if the response returns `success:true`.
14+
A "solved" Turnstile challenge does not automatically confirm the visitor is human. You must [call the siteverify API](#call-siteverify) to validate the token and proceed only if the response returns `success:true`.
1615

1716
![Challenge outcomes](~/assets/images/turnstile/challenge-outcomes.png)
1817

@@ -42,4 +41,4 @@ If you are using [managed mode](/turnstile/concepts/widget/#widget-types), you c
4241
- **Interactive solves**: Challenges solved that required visitor interaction to be solved.
4342
- [**Pre-clearance solves**](/turnstile/concepts/pre-clearance-support/): Challenges solved that issued the `cf-clearance` cookie along with the Turnstile token.
4443

45-
A low solve rate might indicate increased bot activity attempting to bypass Turnstile or anomalous traffic patterns that require further investigation.
44+
A low solve rate might indicate increased bot activity attempting to bypass Turnstile or anomalous traffic patterns that require further investigation.

src/content/docs/turnstile/turnstile-analytics/index.mdx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ title: Turnstile Analytics
33
pcx_content_type: how-to
44
sidebar:
55
order: 6
6-
head: []
76
description: Use Turnstile Analytics to view the number of challenges issued,
87
the challenge solve rate, and the metrics of issued challenges.
98

src/content/docs/turnstile/turnstile-analytics/token-validation.mdx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ title: Token validation
33
pcx_content_type: concept
44
sidebar:
55
order: 3
6-
head: []
76
---
87

98
import { Render } from "~/components"

src/content/partials/turnstile/siteverify.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
---
55

6-
It is important to [call siteverify API](/turnstile/get-started/server-side-validation/). Without calling siteverify API to validate the tokens, your website or application is not protected: Skipping token validation means you cannot confirm the visitor's legitimacy.
6+
It is important to [call the siteverify API](/turnstile/get-started/server-side-validation/). Without calling siteverify API to validate the tokens, your website or application is not protected. Skipping token validation means you cannot confirm the visitor's legitimacy.
77

88
- Tokens can only be redeemed once. Even valid tokens will return `success:false` if they are reused, preventing token theft and replay attacks.
99
- Tokens expire after five minutes. Validation must occur within this window to be effective.

0 commit comments

Comments
 (0)