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: CHANGELOG.md
+6-1Lines changed: 6 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,6 +10,10 @@ This release also introduces support for a number of additional Management API e
10
10
11
11
**Added**
12
12
13
+
-**State Management**
14
+
15
+
- Added `Auth0\SDK\Auth0::refreshState()` to force a refresh of the SDK's internal state. This is useful when you have updated the SDK's configuration and want to ensure the SDK is using the latest values.
@@ -24,7 +28,8 @@ This release also introduces support for a number of additional Management API e
24
28
25
29
**Fixed**
26
30
27
-
- Wherein calls to certain methods under `Auth0\SDK\API\Authentication` with manually assigned `client_id` or `client_secret` parameters could have those values overwritten by the SDK's assigned configuration. [\#705](https://github.com/auth0/auth0-PHP/issues/705)
31
+
- Transient storage would sometimes not be fully cleared after a successful code exchange under certain conditions.
32
+
- Calls to certain methods under `Auth0\SDK\API\Authentication` with manually assigned `client_id` or `client_secret` parameters could have those values overwritten by the SDK's assigned configuration. [\#705](https://github.com/auth0/auth0-PHP/issues/705)
0 commit comments