From 8a2f530a8ae2713b1d72df577bd0cb61ff7dfc9e Mon Sep 17 00:00:00 2001 From: sbansla Date: Thu, 30 Jul 2026 12:06:44 +0530 Subject: [PATCH] removed oauth beta maturity from readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ed277788d..7fcce1348 100644 --- a/README.md +++ b/README.md @@ -89,7 +89,7 @@ After a brief delay, you will receive the text message on your phone. > It's okay to hardcode your credentials when testing locally, but you should use environment variables to keep them secret before committing any code or deploying to production. Check out [How to Set Environment Variables](https://www.twilio.com/blog/2017/01/how-to-set-environment-variables.html) for more information. ## OAuth Feature for Twilio APIs -We are introducing Client Credentials Flow-based OAuth 2.0 authentication. This feature is currently in beta and its implementation is subject to change. +We are introducing Client Credentials Flow-based OAuth 2.0 authentication. API examples [here](https://github.com/twilio/twilio-python/blob/main/examples/public_oauth.py)