From 5b79379c9038359d2aecb7dda6f41db5533901e4 Mon Sep 17 00:00:00 2001 From: Ilias Trichopoulos Date: Mon, 12 Oct 2020 11:25:59 +0200 Subject: [PATCH] Fix typo in Twilio name --- docs/keyboard-interactive.md | 2 +- examples/OTP/authy/README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/keyboard-interactive.md b/docs/keyboard-interactive.md index 0f13e2bd..842974c7 100644 --- a/docs/keyboard-interactive.md +++ b/docs/keyboard-interactive.md @@ -165,4 +165,4 @@ Content-Length: 18 {"auth_result": 1} ``` -An example keyboard interactive program allowing to authenticate using [Twillo Authy 2FA](https://www.twilio.com/docs/authy) can be found inside the source tree [authy](../examples/OTP/authy) directory. +An example keyboard interactive program allowing to authenticate using [Twilio Authy 2FA](https://www.twilio.com/docs/authy) can be found inside the source tree [authy](../examples/OTP/authy) directory. diff --git a/examples/OTP/authy/README.md b/examples/OTP/authy/README.md index c13d2f41..aff1f8a6 100644 --- a/examples/OTP/authy/README.md +++ b/examples/OTP/authy/README.md @@ -1,6 +1,6 @@ # Authy -These example show how-to integrate [Twillo Authy API](https://www.twilio.com/docs/authy/api) for One-Time-Password logins. +These example show how-to integrate [Twilio Authy API](https://www.twilio.com/docs/authy/api) for One-Time-Password logins. The examples assume that the user has the free [Authy app](https://authy.com/) installed and uses it to generate offline [TOTP](https://en.wikipedia.org/wiki/Time-based_One-time_Password_algorithm) codes (soft tokens).