if so, what would i do about the compulsory requir...
# general
b
if so, what would i do about the compulsory requirement for a website domain on the backend?
r
Hey @brasidas
It does support react native
Are you using only the session recipe or another recipe as well?
b
just session recipe for webapp and corresponding react native apps, with a node backend
r
I see. So you can set the websiteDomain value on the backend to the domain on your web app.
It should work for react native too
b
i was thinking that, but why can i do that? i guess i need to understand the appinfo better
thank you for helping so quickly though
would you set the origin to the webapp domain as well, for the cors headers?
r
Yes. You would
b
thank you