You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGES.md
+12Lines changed: 12 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,18 @@
1
1
twilio-php Changelog
2
2
====================
3
3
4
+
[2025-04-07] Version 8.5.0
5
+
--------------------------
6
+
**Library - Docs**
7
+
-[PR #862](https://github.com/twilio/twilio-php/pull/862): update readme for oauth feature. Thanks to [@tiwarishubham635](https://github.com/tiwarishubham635)!
8
+
9
+
**Library - Feature**
10
+
-[PR #854](https://github.com/twilio/twilio-php/pull/854): merge OAuth support into main. Thanks to [@manisha1997](https://github.com/manisha1997)!
11
+
12
+
**Studio**
13
+
- Add documentation for parent_step_sid field in Step resource
Copy file name to clipboardExpand all lines: README.md
+7Lines changed: 7 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -96,6 +96,13 @@ $client->messages->create(
96
96
);
97
97
```
98
98
99
+
## OAuth Feature for Twilio APIs
100
+
We are introducing Client Credentials Flow-based OAuth 2.0 authentication. This feature is currently in beta and its implementation is subject to change.
101
+
102
+
API examples [here](https://github.com/twilio/twilio-php/blob/main/example/public_oauth_example.php)
103
+
104
+
Organisation API examples [here](https://github.com/twilio/twilio-php/blob/main/example/orgs_api_example.php)
0 commit comments