Skip to content

Commit

Permalink
chore: update changelog + remove unused prop from test server
Browse files Browse the repository at this point in the history
  • Loading branch information
porcellus committed Oct 18, 2024
1 parent b658593 commit 4143257
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
8 changes: 6 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 0 additions & 1 deletion test/auth-react-server/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -761,7 +761,6 @@ function initST({ passwordlessConfig } = {}) {
[
"session",
Session.init({
overwriteSessionDuringSignIn: true,
override: {
apis: function (originalImplementation) {
return {
Expand Down

0 comments on commit 4143257

Please sign in to comment.