wasp icon indicating copy to clipboard operation
wasp copied to clipboard

Define the `WASP_SERVER_URL` env var

Open infomiho opened this issue 4 months ago • 0 comments

Before we did the OAuth redirect like this:

[server] ---> [Google] ---> [client] --> (client sends the Google code to server)

We need the serverUrl variable for the new OAuth setup since we are doing the redirect like this:

[server] ---> [Google] --> [server (gets the code directly from the redirect)] ---> [client]

infomiho avatar Mar 05 '24 17:03 infomiho