angry comment at their pastor on the blog. So they click on the ‘sign in with Faithlife!’ button. blog.hillvalley.com sends a message to our server saying “I have a user that wants to sign in, but I don’t know who they are yet.”
temporary identifier to substitute for the user information until the user signs in. The App sends The User to a sign-in page that we provide. We tell the user what The App is allowed to do.
with the temporary token, and the server sends The App an Access Token & Access Secret. These substitute for the user’s username & password, and The App signs all of its API requests with these credentials.
and C# in the OAuth repository. I built a small website written in Haskell that uses OAuth. The developer portal is written using Node, and uses OAuth for sign-in & registration.