i have a react app running on http://localhost:300...
# general
w
i have a react app running on http://localhost:3000 and an node app running express on http://localhost:4000. The react app is the client and the node app is the server. I am just using sessions from super tokens. shouldn't my websitedomain be the domain of my client and the apidomain the domain of the api that I am using to do authentication?
2 Views