Hi @andypiper So how should I implement this.
So when a user clicks a login button, and lets say he is on localhost:3000/auth/twitter , I want it to redirect to localhost:5000/auth/twitter/callback which is the backend server to get authorized with google.
Using localhost:5000/auth/twitter/callback in the CallbackURL, the browser still tries to reach localhost:3000/auth/twitter/callback and gives me an error.