Changelog
2023-04-17
- Added references to Turnstile Public API.
- Added references for
[after-interactive-callback]
,[before-interactive-callback]
, and[unsupported-callback]
.
2023-03-06
- Added
[execution]
and[appearance]
.
2023-02-15
- Added the
[turnstile.ready]
callback.
2023-02-01
- Added the
[data-]language
parameter.
2022-12-12
POST /siteverify
supports JSON requests now.
2022-11-11
- Added
retry
andretry-interval
for controlling retry behavior.
2022-10-28
- Renamed the
[data-]expired-callback
callback to[data-]timeout-callback
(called when the challenge times out). - Added the
[data-]expired-callback
callback (called when the token expires).
2022-10-24
- Added
response-field
andresponse-field-name
for controlling the input element created by Turnstile. - Added option for changing the size of the Turnstile widget.
2022-10-13
- Added validation for action:
/^[a-z0-9_-]{0,32}$/i
- Added validation for cData:
/^[a-z0-9_-]{0,255}$/i
2022-10-11
- Added
turnstile.remove