views:

84

answers:

1

The question says it all. I can't seem to find any recent rails tutorials or whatever to set up an OpenID authentication system. I found RestfulOpenIDAuthentication but it's so much older than the vanilla Restful Authentication and the docs don't even mention Rails 2 that I am pretty wary. Does anyone have any tips? I'd like to do what stackoverflow does and only have OpenID support.

Thanks!

+1  A: 

Check out the Railscast covering exactly this topic. It builds on the previous episode which discusses Restful Authentication.

mlambie
I'll check it out, I just figured it wouldn't be up-to-date since it's from a year ago.
Frew
I've found Railscasts to be the best source of information. The screen casts are really high quality and Ryan Bates' knowledge is second-to-none.
mlambie