From 41432573021d6f53dc8fe273a529561a1e783baa Mon Sep 17 00:00:00 2001 From: Mihaly Lengyel Date: Fri, 18 Oct 2024 12:13:07 +0200 Subject: [PATCH] chore: update changelog + remove unused prop from test server --- CHANGELOG.md | 8 ++++++-- test/auth-react-server/index.js | 1 - 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 32eec5d61..b5392a2bb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -27,16 +27,20 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - By setting this to true you can enable MFA flows (trying to connect to the session user) - If set to false, the sign-in/up will be considered a first-factor - Changed APIs: + - `EmailPassword.signInPOST` + - `EmailPassword.signUpPOST` - `ThirdParty.signInUpPOST` - `Passwordless.createCodePOST` - `Passwordless.consumeCodePOST` - - `Passwordless.consumeCodePOST` + - `Passwordless.resendCodePOST` - Changed functions: + - `EmailPassword.signIn` + - `EmailPassword.signUp` - `ThirdParty.signInUp` - `ThirdPary.manuallyCreateOrUpdateUser` - `Passwordless.createCode` - `Passwordless.consumeCode` -- We no longer try to load the session if `shouldTryLinkingWithSessionUser` is set to false and overwriteSessionDuringSignInUp is set to true or left as the default value. +- We no longer try to load the session if `shouldTryLinkingWithSessionUser` is set to false. - Changed the return type of `getOpenIdConfiguration` and `getOpenIdDiscoveryConfigurationGET`, and added the following props: - authorization_endpoint - token_endpoint diff --git a/test/auth-react-server/index.js b/test/auth-react-server/index.js index 51ad8fa28..ee3692521 100644 --- a/test/auth-react-server/index.js +++ b/test/auth-react-server/index.js @@ -761,7 +761,6 @@ function initST({ passwordlessConfig } = {}) { [ "session", Session.init({ - overwriteSessionDuringSignIn: true, override: { apis: function (originalImplementation) { return {