I am developing the authentication part of my app and I\'ve run into issues with coding authentication using OpenID.
I\'ve looked at the Tipfy example code, but it s
That code is just an example. You just need to allow the user to specify their OpenID provider's endpoint URL via a form, and get the value from the POST. It's just a string.