This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// How do I setup OpenID with Steam? | |
// ========================= | |
// *OpenID* is an authentication strategy where an unauthenticated user visits | |
// your site then authenticates themselves by logging in to Google, Twitter, | |
// Facebook, Steam, or some other *OpenID "provider*. Your server (the | |
// *OpenID Relying Party*) exchanges keys with the *OpenID Provider* (Google, | |
// et. al.) then sends the user over to the *OpenID Provider* to log in. | |
// | |
// After the user logs in with the *OpenID Provider*, the user is sent back to | |
// you with some information identifying who they are, signed by the key you |