-
Notifications
You must be signed in to change notification settings - Fork 24
feat(FTL-7654): added update to SDK to support the Truecaller
flow
#267
Conversation
Truecaller
flowTruecaller
flow
…ile. fixed profile flow
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Shouldn't versions of @affinidi/wallet-browser-sdk
@affinidi/wallet-expo-sdk
@affinidi/wallet-node-sdk
and @affinidi/wallet-react-native-sdk
be updated too as they use new version of @affinidi/wallet-core-sdk
require('./services') | ||
require('./AffinityWallet.test') | ||
require('./NetworkMember.test') | ||
// require('./services') |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
to enable back?
@@ -643,3 +658,79 @@ parallel('CommonNetworkMember [OTP]', () => { | |||
}) | |||
}) | |||
}) | |||
|
|||
// describe('CommonNetworkMember [TrueCaller]', () => { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@oleksiipiliugin why we comment it out ?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ah we probably need to deploy awb first
Implementation of the signin flow with the Truecaller profile/token.
Logic is the same as for sigin passwordless with phone number, but without sending OTP to the user.
With this new feature, we are able to create a new user in the Cognito pool or login if it exists.
The main changes are in
sdk/core
andlib/user-management
. Also, support for new endpoints was added for the internal key storage service.