Send Data from Website to webapp in new window

Hi,

we’re currently working on our first app built with expo. Android and iOS is fine, but now we had the idea to bring the same functionality to the web too.

Situation:
We already have a Webpage where our users are logged in. Now they should be able to open the new web app (written with expo). It would be necessary to pass user-login-information (and a generated API-key from this session) to the new website.

How is it possible? That would make it possible for us to use the same code for all 3 platform including the web. We do not want the user so login again.

Thanks in advance
Nicolai

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.