I am using React as a frontend and .NET Core Web Api as a backend. All communication is through the HTTP between the two servers.
I would like to have "Sign in through steam" button on my page, when clicked redirected to steam website for login and just want to get the steam ID back to verify that they own the account. That's it.
What would be the best approach for this?