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
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,8 +7,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
7
8
8
## Unreleased
9
9
10
-
## [23.0.2] - 2025-11-20
10
+
## [23.1.0] - 2025-11-25
11
11
12
+
- Fix the OAuth2Provider `tokenExchange` error message when the refresh token is expired
12
13
- Updates custom framework to following correct CollectingResponse flow order (to ensure that subsequent calls to the `sendJSONResponse` doesn't overwrite the response).
13
14
14
15
## [23.0.1] - 2025-07-31
@@ -19,7 +20,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
19
20
- Fix WebAuthn credential listing and removal to work even when the WebAuthn user is not the primary user and when there are multiple WebAuthn users linked
20
21
- Prevent removal of WebAuthn credentials unless all session claims are satisfied
21
22
- Change how sessions are fetched before listing, removing and adding WebAuthn credentials
22
-
- Fix the OAuth2Provider `tokenExchange` error message when the refresh token is expired
0 commit comments