Skip to content

Commit

Permalink
fix: after merge
Browse files Browse the repository at this point in the history
  • Loading branch information
sattvikc committed Mar 19, 2024
1 parent 7548a46 commit 0f1529f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- `/appid-<appId>/<tenantId>/recipe/signinup/code/remove` POST API now accepts `preAuthSessionId` as input which can be used to remove code for a device.
- `/appid-<appId>/<tenantId>/recipe/session/remove` POST API can now only be called using public tenant if `revokeAcrossAllTenants` is set to true.
- `/appid-<appId>/<tenantId>/recipe/session/user` GET API can now only be called using public tenant if `fetchAcrossAllTenants` is set to true.
- Adds mandatory input `useDynamicSigningKey` to `/appid-<appId>/recipe/session/refresh` POST API.
- Makes `useDynamicSigningKey` input mandatory in `/appid-<appId>/recipe/session/refresh` POST API.
- Adds `firstFactors` and `requiredSecondaryFactors` to the input of `/recipe/multitenancy/connectionuridomain` PUT, `/recipe/multitenancy/app` PUT and `/appid-<appId>/recipe/multitenancy/tenant` PUT APIs.
- Adds `firstFactors` and `requiredSecondaryFacrors` to the response of `/appid-<appId>/<tenantId>/recipe/multitenancy/tenant` GET API.

Expand Down
2 changes: 0 additions & 2 deletions api_spec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6665,8 +6665,6 @@ components:
- emailPassword
- thirdParty
- passwordless
- totp
- mfa
- coreConfig
- tenantId
properties:
Expand Down

0 comments on commit 0f1529f

Please sign in to comment.