Skip to content
This repository was archived by the owner on May 26, 2022. It is now read-only.

Commit dadfe50

Browse files
authored
Adds notice re: sandbox API deprecation
Previously used in this libraries tests.
1 parent dac8fb0 commit dadfe50

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,15 @@ authy_api = AuthyApiClient('your_api_key')
6363

6464
[Legacy (V1) documentation here.](verify-legacy-v1.md) **Verify V1 is not recommended for new development. Please consider using [Verify V2](https://www.twilio.com/docs/verify/api)**.
6565

66+
## Notice: Twilio Authy API’s Sandbox feature will stop working on Sep 30, 2021
67+
Twilio is discontinuing the Authy API’s Sandbox, a feature that allows customers to run continuous integration tests against a mock Authy API for free. The Sandbox is no longer being maintained, so we will be taking the final deprecation step of shutting it down on September 30, 2021. The rest of the Authy API product will continue working as-is.
68+
69+
This repo previously used the sandbox API as part of the test suite, but that has been since removed.
70+
71+
You will only be affected if you are using the sandbox API in your own application or test suite.
72+
73+
For more information please read this article on [how we are discontinuing the Twilio Authy sandbox API](https://support.authy.com/hc/en-us/articles/1260803396889-Notice-Twilio-Authy-API-s-Sandbox-feature-will-stop-working-on-Sep-30-2021).
74+
6675
## Contributing
6776

6877
Install development dependencies with pip:

0 commit comments

Comments
 (0)