Skip to content

Commit

Permalink
1.18 (#43)
Browse files Browse the repository at this point in the history
* version change

* feat: add fdi updates for account-linking (#41)

* feat: add fdi updates for account-linking

* fix: syntax error

* add reason to EMAIL_ALREADY_USED_IN_ANOTHER_ACCOUNT

* remove user and email from reset pw resp

* feat: remove EMAIL_ALREADY_USED_IN_ANOTHER_ACCOUNT

* feat: add separate errors for sign in/up not allowed in EP+TPEP

---------

Co-authored-by: Mihály Lengyel <[email protected]>
  • Loading branch information
rishabhpoddar and porcellus authored Sep 25, 2023
1 parent 9a75dd3 commit 3f46f97
Show file tree
Hide file tree
Showing 2 changed files with 185 additions and 58 deletions.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,22 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html)

## [1.18.0] - 2023-08-XX

### Changed
- Updates ThirdParty, ThirdPartyEmailPassword, ThirdPartyPasswordless, Passwordless and EmailPassword recipes to support account linking
- Updates `{apiBasePath}/signinup/code` POST
- Updates `{apiBasePath}/signinup/code/consume` POST
- Updates `{apiBasePath}/signinup` POST
- Updates `{apiBasePath}/signin` POST
- Updates `{apiBasePath}/signup` POST
- Updates `{apiBasePath}/user/password/reset/token` POST
- Updates `{apiBasePath}/user/password/reset` POST
- The changes to the above endpoints are:
- Added new response statuses
- Unified the type/shape of the user objects across all different responses
- Renamed `createdNewUser` to `createdNewRecipeUser`

## [1.17.1] - 2023-08-31

### Changed
Expand Down
Loading

0 comments on commit 3f46f97

Please sign in to comment.