How to build an easy Rails authentication with OpenID and OAuth1.0a-2.0?
- by Andrei
Hi, I'am looking for an easy authentication for my users mostly via facebook, but keeping OpenID and other OAuth alternatives as well. For the case if something will go very bad, I will ask my users to optionally provide their email address, which should be obtained via OpenID or OAuth if possible. The same thing is about their name.
I am a newbie…