Cloudflare Turnstile Secret Keys
Description
General
- Documentation: https://developers.cloudflare.com/api/resources/turnstile/
- Summary: Cloudflare Turnstile allows users to embed turnstile widgets to their websites to verify web visitors without CAPTCHA. The Turnstile secret key is used on the server side of the authentication process. The web visitor completes the challenge on the widget on the client side, and a token is generated. The server then retrieves the token and uses it along with the secret key to validate the user.
Revoke the secret
The secret key can be rotated through the user dashboard on the Manage widget page. Alternatively, a new secret key can be obtained by POST request to https://api.cloudflare.com/client/v4/accounts/{ACCOUNT_ID}/challenges/widgets/{SITEKEY}/rotate_secret
and retrieving the key from the result field of the response.
Details for Cloudflare Turnstile Secret Key
-
Family: token
-
Category: other
-
High recall: False
-
Validity check available: False
-
Analyzer available: False
-
Minimum number of matches: 1
-
Occurrences found for one million commits: 2.97
-
Prefixed: False