How to integrate OPENID auth into a REST api and front-end framework architecture
问题 I am currently making a site that requires a user to log in with Steam before they can use the rest of my website's functionality. Steam currently only supports OPENID for authentication. The way that I have done it is in these following steps: User presses on "Log in with Steam" button My front-end redirects to steamcommunity.com If the user logged in successsfully, the user's browser should redirect to my backend, I then add the user to the database (if they are not in it already) and