From 3a0f13963a362f452c61700f7f0f745604c90bb3 Mon Sep 17 00:00:00 2001 From: Paul Date: Wed, 25 Nov 2015 11:29:47 +0100 Subject: [PATCH] document stoken property --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 767dae7..686458b 100644 --- a/README.md +++ b/README.md @@ -56,6 +56,7 @@ Other properties can be used to customised the rendering. | type | enum | *optional* `image` or `audio` The type of initial captcha *(__defaults:__ image)* | tabindex | number | *optional* The tabindex on the element *(__default:__ 0)* | onExpired | func | *optional* callback when the challenge is expired and has to be redone by user. By default it will call the onChange with null to signify expired callback. | +| stoken | string | *optional* set the stoken parameter, which allows the captcha to be used from different domains, see [reCAPTCHA secure-token] | ## Component API @@ -104,3 +105,4 @@ render( [docs]: https://developers.google.com/recaptcha [js_api]: https://developers.google.com/recaptcha/docs/display#js_api [rb]: https://github.com/react-bootstrap/react-bootstrap/ +[reCAPTCHA secure-token]: https://developers.google.com/recaptcha/docs/secure_token