File tree Expand file tree Collapse file tree 2 files changed +317
-1130
lines changed Expand file tree Collapse file tree 2 files changed +317
-1130
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,21 @@ All notable changes to this project will be documented in this file.
55The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
66and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html )
77
8+ ## [ 3.0.0] - 2024-05-24
9+
10+ ### Changes
11+
12+ - Removed all ThirdPartyEmailPassword and ThirdPartyPasswordless APIs
13+ - This doesn't result in any removed paths as the same paths exists in the individual recipes, only the rid param is different
14+ - Marked as deprecated:
15+ - ` GET /{apiBasePath}/<tenantId>/signup/phoneNumber/exists `
16+ - ` GET /{apiBasePath}/<tenantId>/signup/email/exists `
17+ - Added:
18+ - ` GET /{apiBasePath}/<tenantId>/passwordless/phoneNumber/exists `
19+ - ` GET /{apiBasePath}/<tenantId>/passwordless/email/exists `
20+ - ` GET /{apiBasePath}/<tenantId>/emailpassword/email/exists `
21+ - All of the above are moved/renamed version of the APIs marked as deprecated above
22+
823## [ 1.19.0] - 2023-10-XX
924
1025### Added
You can’t perform that action at this time.
0 commit comments