From bd03a467768d0a76f473af4048df27c28955c908 Mon Sep 17 00:00:00 2001 From: Wen Liang Date: Mon, 19 Jul 2021 11:34:38 +0800 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 4c63cc9..8553046 100644 --- a/README.md +++ b/README.md @@ -27,10 +27,10 @@ For provide this fields client(js code) should generate key: 'image_type': 'image/png', 'image_decode': 'base64', 'captcha_key': 'de67e7f3-72d9-42d8-9677-ea381610363d', - 'captcha_value': '... image encoded in base64' + 'captcha_image': '... image encoded in base64' } ``` -`captcha_value` - is base64 encoded PNG image, client should decode and show this image to human for validation and send letters from captcha to protected api. +`captcha_image` - is base64 encoded PNG image, client should decode and show this image to human for validation and send letters from captcha to protected api. If human have mistake - client should re generate your image. **Note:** See also [trottling](https://www.django-rest-framework.org/api-guide/throttling/) for protect public api