Good community, I have a question for you, it turns out that I am doing authentication in my backend with providers such as Google and Facebook. I do the implementation well and I get to the point where the provider generates the redirection to indicate that the authentication was successful.
In the Frontend, what should I do in that case so as not to show that redirect to the end user?
The Frontend must use the token that gives the redirect endpoint (the endpoint gives me the token and user data) but what I want to achieve is that the Frontend only gets that data and then shows the home of the application