You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/content/docs/turnstile/get-started/index.mdx
+6-4Lines changed: 6 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -31,7 +31,7 @@ Every widget has:
31
31
-**Configuration**: Mode, hostnames, appearance settings, and other options
32
32
33
33
:::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.
35
35
:::
36
36
37
37
Implementing Turnstile involves two essential components that work together:
@@ -44,7 +44,7 @@ Implementing Turnstile involves two essential components that work together:
44
44
45
45
Verify the tokens on your server using the Siteverify API to ensure they are authentic and have not been tampered with.
46
46
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.
48
48
49
49
---
50
50
@@ -70,13 +70,15 @@ Refer to [Embed the widget](/turnstile/get-started/widget-management/client-side
70
70
71
71
Implement server-side validation to verify the tokens generated by your widgets.
72
72
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.
74
74
75
75
## Additional implementation options
76
76
77
77
### Mobile configuration
78
78
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.
0 commit comments