Skip to content

Commit 5709382

Browse files
server side validation guidance
1 parent 1306dbe commit 5709382

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/content/docs/turnstile/get-started/server-side-validation.mdx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -269,6 +269,7 @@ It always contains a `success` property, either true or false, indicating whethe
269269
- `action` is the customer widget identifier passed to the widget on the client side. This is used to differentiate widgets using the same sitekey in analytics. Its integrity is protected by modifications from an attacker. It is recommended to validate that the action matches an expected value.
270270
- `cdata` is the customer data passed to the widget on the client side. This can be used by the customer to convey state. It is integrity protected by modifications from an attacker.
271271
- `error-codes` is a list of errors that occurred.
272+
- `ephemeral_id` returns the [Ephemeral ID](/turnstile/concepts/ephemeral-id/) in siteverify.
272273

273274
In case of a validation failure, the response should be similar to the following:
274275

0 commit comments

Comments
 (0)