Skip to content

Commit fd4defe

Browse files
server side validation updates contd
1 parent 379deb3 commit fd4defe

File tree

2 files changed

+439
-4
lines changed

2 files changed

+439
-4
lines changed

src/content/docs/turnstile/get-started/index.mdx

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ Every widget has:
3131
- **Configuration**: Mode, hostnames, appearance settings, and other options
3232

3333
:::note[Important]
34-
Regardless of how you create and manage your widgets, you will still need to embed them on your webpage and validate tokens on your server.
34+
Regardless of how you create and manage your widgets, you will still need to [embed the widget](/turnstile/get-started/widget-management/client-side-rendering/) on your webpage and [validate the response](/turnstile/get-started/widget-management/server-side-validation/) on your server.
3535
:::
3636

3737
Implementing Turnstile involves two essential components that work together:
@@ -44,7 +44,7 @@ Implementing Turnstile involves two essential components that work together:
4444

4545
Verify the tokens on your server using the Siteverify API to ensure they are authentic and have not been tampered with.
4646

47-
Refer to [Implementation path](/turnstile/get-started/#implementation-path) below for guidance on how to implement Turnstile to your website.
47+
Refer to [Implementation](#implementation) below for guidance on how to implement Turnstile to your website.
4848

4949
---
5050

@@ -70,13 +70,15 @@ Refer to [Embed the widget](/turnstile/get-started/widget-management/client-side
7070

7171
Implement server-side validation to verify the tokens generated by your widgets.
7272

73-
Refer to [Validate the tokens](/turnstile/get-started/widget-management/server-side-validation/) to secure your implementation with proper token verification.
73+
Refer to [Validate the widget response](/turnstile/get-started/widget-management/server-side-validation/) to secure your implementation with proper token verification.
7474

7575
## Additional implementation options
7676

7777
### Mobile configuration
7878

79-
Special considerations are necessary for mobile applications and WebView implementations. Refer to [Mobile implementation]() for more information on mobile application integration.
79+
Special considerations are necessary for mobile applications and WebView implementations.
80+
81+
Refer to [Mobile implementation](/turnstile/get-started/mobile-implementation/) for more information on mobile application integration.
8082

8183
### Migration from other CAPTCHAs
8284

0 commit comments

Comments
 (0)