✅ Web API redirect back to client
I have a GET route that handles external authentication. On the client I have anchor
<a href="myapi:8080/sign-in/external/Google">Google</a>
to sign in with Google. If authentication is successful I want to return cookie (I'll change it later) and redirect back to client. I have one option to provide returnUrl
but I'm not sure if it is a right solution. How can I do it?
0 Replies