Skip to content

Commit

Permalink
Fix typo in Twilio name
Browse files Browse the repository at this point in the history
  • Loading branch information
nop33 authored and drakkan committed Oct 12, 2020
1 parent 47fed45 commit 5b79379
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/keyboard-interactive.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
2 changes: 1 addition & 1 deletion examples/OTP/authy/README.md
Original file line number Diff line number Diff line change
@@ -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).

Expand Down

0 comments on commit 5b79379

Please sign in to comment.