Skip to content

Commit 40af8c3

Browse files
authored
Merge pull request #1015 from supertokens/feat/plugin/base
feat: Plugin changes
2 parents 265f4fb + 03ae129 commit 40af8c3

File tree

346 files changed

+1243
-906
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

346 files changed

+1243
-906
lines changed

CHANGELOG.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,22 +7,24 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## Unreleased
99

10-
- Added register credential endpoint for the WebAuthn recipe
11-
1210
## [23.0.0] - 2025-07-21
1311

1412
### Breaking changes
1513

1614
- The `getConsentRequest`, `acceptConsentRequest`, `rejectConsentRequest`, `acceptLoginRequest`, `rejectLoginRequest` and `introspectToken` can now possibly return an `ErrorOAuth2`.
1715
- The `/oauth/introspect` can now possibly return an `ErrorAuth2`.
1816
- 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
1918

20-
### Refactors
19+
### Refactors/Internal changes
2120

2221
- Refactors querier to use dynamic request body and response body types inference.
2322
- Refactor internal network calls made with querier to use the new dynamic types.
2423
- The `User` class now has a `fromApi` function to normalize the user object returned from the API.
2524
- 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
2628

2729
## [22.1.1] - 2025-06-20
2830

docs/assets/hierarchy.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/assets/search.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/classes/framework.BaseRequest.html

Lines changed: 2 additions & 6 deletions
Large diffs are not rendered by default.

docs/classes/framework.BaseResponse.html

Lines changed: 2 additions & 6 deletions
Large diffs are not rendered by default.

docs/classes/framework_custom.CollectingResponse.html

Lines changed: 2 additions & 7 deletions
Large diffs are not rendered by default.

docs/classes/framework_custom.PreParsedRequest.html

Lines changed: 2 additions & 6 deletions
Large diffs are not rendered by default.

docs/classes/index.RecipeUserId.html

Lines changed: 2 additions & 6 deletions
Large diffs are not rendered by default.

docs/classes/index.User.html

Lines changed: 3 additions & 7 deletions
Large diffs are not rendered by default.

docs/classes/index.default.html

Lines changed: 3 additions & 6 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)