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-7Lines changed: 6 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,25 +7,24 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
7
8
8
## Unreleased
9
9
10
-
- Refactor the AccountLinking recipe to be automatically nitialized on SuperKokens init
11
-
- Upgrade typedoc and the reference docs
12
-
- Add a method for verifying if a recipe is initialized or not
13
-
- Added register credential endpoint for the WebAuthn recipe
14
-
15
-
## [23.0.0] - 2025-06-27
10
+
## [23.0.0] - 2025-07-21
16
11
17
12
### Breaking changes
18
13
19
14
- The `getConsentRequest`, `acceptConsentRequest`, `rejectConsentRequest`, `acceptLoginRequest`, `rejectLoginRequest` and `introspectToken` can now possibly return an `ErrorOAuth2`.
20
15
- The `/oauth/introspect` can now possibly return an `ErrorAuth2`.
21
16
- Removed default defaultMaxAge from all built-in claims/validators. You can optionally set them when adding the validators. This should help with unexpected API calls during session verification.
17
+
- Added register credential endpoint for the WebAuthn recipe
22
18
23
-
### Refactors
19
+
### Refactors/Internal changes
24
20
25
21
- Refactors querier to use dynamic request body and response body types inference.
26
22
- Refactor internal network calls made with querier to use the new dynamic types.
27
23
- The `User` class now has a `fromApi` function to normalize the user object returned from the API.
28
24
- Added experimental support for plugins. Please note that the experimental nature of this feature means that we might break the interface in non-major version updates.
25
+
- Refactor the AccountLinking recipe to be automatically initialized on SuperTokens init instead during the first call
26
+
- Upgrade typedoc and the reference docs
27
+
- Add a method for verifying if a recipe is initialized or not
0 commit comments