views:

30

answers:

1

Hi there, I'm going to add Oauth autenthication to my rails web app. Since I don't want to reinvent the wheel, have you got some ruby gem to suggest to add this kind of feature?

TIA Paolo

+1  A: 

Have a look at these:

Pelle's plugin at github tutorial is here

and the second one is oauth2 with some examples

Petr

praethorian