From c03bcb3a8a6cf8552c5c45499cf917f6362823af Mon Sep 17 00:00:00 2001 From: guangwu Date: Fri, 4 Aug 2023 15:20:25 +0800 Subject: [PATCH] fix: typo (#1381) Signed-off-by: guoguangwu --- examples/OTP/authy/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/OTP/authy/README.md b/examples/OTP/authy/README.md index 31984ae0..c2b0973f 100644 --- a/examples/OTP/authy/README.md +++ b/examples/OTP/authy/README.md @@ -45,7 +45,7 @@ curl -i "https://api.authy.com/protected/json/verify/${TOKEN}/${AUTHY_ID}" \ So inside your hook you need to check: - the HTTP response code for the verify request, it must be `200` -- the JSON reponse body, it must contains the key `success` with the value `true` (as string) +- the JSON response body, it must contains the key `success` with the value `true` (as string) If these conditions are met the token is valid and you allow the user to login.