Skip to content

Commit 5396dbf

Browse files
committed
chore: added changelog
1 parent c784d30 commit 5396dbf

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ 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+
1012
## [23.0.0] - 2025-06-27
1113

1214
- The `getConsentRequest`, `acceptConsentRequest`, `rejectConsentRequest`, `acceptLoginRequest`, `rejectLoginRequest` and `introspectToken` can now possibly return an `ErrorOAuth2`.
@@ -970,7 +972,7 @@ Session.init({
970972
input.userId,
971973
input.recipeUserId,
972974
input.tenantId,
973-
input.userContext
975+
input.userContext,
974976
)),
975977
};
976978

@@ -998,7 +1000,7 @@ Session.init({
9981000
input.recipeUserId,
9991001
input.tenantId,
10001002
input.accessTokenPayload,
1001-
input.userContext
1003+
input.userContext,
10021004
)),
10031005
};
10041006

0 commit comments

Comments
 (0)