Open bastian-purrer opened 3 months ago
@falhar
7/29 - status unclear, potentially overlapping with TN287, see whatsapp for followup
Aug 12: Short-term: Client is testing deepllink solution If it works, we need to define a bigger project to separate mobile links (???)
See video, recorded in Helio app on 22 July 2024.
THis is a recurring user, not a new user for the Helio app.
Current behavior: After logging in, the user is seeing the "Success" notification, but is not logged in.
Expected behavior: Log the user in
https://github.com/user-attachments/assets/45a9f37c-e7f4-4f18-b7ca-caae96be9ce1
Current State
The issue stems from the fact that the source does not persist when calling the weblogin or the wrong source is set in the web login url. The source determines which urls to call as the redirect url.
How does the app know if it is mobile or web?
the source is determined from s parameter in the web login url.
w
, the source is from the webm
, the source is from a mobile appProposed Plan
There are 3 places to check: the React Native SDK, the Core and the Weblogin
getRedirectUrl()
function gets the correct source for each API call from the web login.