A React Native plugin for interfacing SAP Customer Data Cloud. The plugin provides quick access to core elements & business API flows available within the SAP Customer Data Cloud designed for React Native mobile application.
Apache License 2.0
14
stars
11
forks
source link
Login via social login button in screenset doesn't close screenset after login #23
a regular login (using e-mail & password) via the login form, performed inside a web screenset, correctly closes the screenset after successful login
a social login via one of the social login buttons, performed inside a web screenset, does't close the screenset
The user is left staring at the login screen, although, aftermanually dismissing the screenset, the SDK correctly indicates that the user is logged in.
Am I, as the developer, supposed the close this screenset manually. If so, how is this supposed to be done, I can't seem to find any documentation?
Or is this due to lack of some events/actions being sent out in the screenset?
It's my impression that upon clicking the social login button, the social login flow (as if you would call await Gigya.socialLogin('apple') directly for instance) is executed, but the result is never communicated back to the screenset flow?
Hi,
I am running into the issue where:
The user is left staring at the login screen, although, aftermanually dismissing the screenset, the SDK correctly indicates that the user is logged in.
Am I, as the developer, supposed the close this screenset manually. If so, how is this supposed to be done, I can't seem to find any documentation?
Or is this due to lack of some events/actions being sent out in the screenset?
It's my impression that upon clicking the social login button, the social login flow (as if you would call
await Gigya.socialLogin('apple')
directly for instance) is executed, but the result is never communicated back to the screenset flow?