Frew Schmidt
Frew Schmidt

Reputation: 9544

Where can I find some up to date information on OpenID authentication with rails?

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!

Upvotes: 5

Views: 121

Answers (1)

mlambie
mlambie

Reputation: 7487

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

Upvotes: 1

Related Questions