You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -72,7 +72,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
72
72
- Passwordless recipe changes:
73
73
- Added `tenantId` param to `ValidateEmailAddress`, `ValidatePhoneNumber` and `GetCustomUserInputCode` functions in `TypeInput`
74
74
- Added mandatory `TenantId` field to `emaildelivery.PasswordlessLoginType` and `smsdelivery.PasswordlessLoginType`
75
-
- The providers array in `TypeInput` accepts `[]ProviderInput` instead of `[]TypeProvider`. TypeProvider interface is re-written. Refer migration section for more info.
76
75
- Added mandatory `tenantId` in the input to the following recipe index functions:
77
76
-`CreateCodeWithEmail`
78
77
-`CreateCodeWithPhoneNumber`
@@ -111,6 +110,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
111
110
-`EmailExistsGET`
112
111
-`PhoneNumberExistsGET`
113
112
- ThirdParty recipe changes
113
+
- The providers array in `SignInUpFeature` accepts `[]ProviderInput` instead of `[]TypeProvider`. TypeProvider interface is re-written. Refer migration section for more info.
114
114
- Removed `SignInUp` and added `ManuallyCreateOrUpdateUser` instead in the recipe index functions.
115
115
- Added `ManuallyCreateOrUpdateUser` to recipe interface which is being called by the function mentioned above.
116
116
-`ManuallyCreateOrUpdateUser` recipe interface function should not be overridden as it is not going to be called by the SDK in the sign in/up flow.
@@ -220,7 +220,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
0 commit comments