Skip to content

Commit

Permalink
Update CHANGELOG.md
Browse files Browse the repository at this point in the history
  • Loading branch information
evansims committed Mar 27, 2023
1 parent be87ee9 commit b5bccf1
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,10 @@ This release also introduces support for a number of additional Management API e

**Added**

- **State Management**

- 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.

- **Management API**
- `Auth0\APIs\Management\Users`
- `DELETE /users/:id/authenticators``deleteAllAuthenticators()` ([#702](https://github.com/auth0/auth0-PHP/pull/702)) ([Documentation](https://auth0.github.io/auth0-PHP/API/Management/Management.html#method-deleteAllAuthenticators))
Expand All @@ -24,7 +28,8 @@ This release also introduces support for a number of additional Management API e

**Fixed**

- 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)
- Transient storage would sometimes not be fully cleared after a successful code exchange under certain conditions.
- 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)

**Changed**

Expand Down

0 comments on commit b5bccf1

Please sign in to comment.