Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

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!

like image 878
Frew Schmidt Avatar asked Nov 15 '22 17:11

Frew Schmidt


1 Answers

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

like image 96
mlambie Avatar answered Jan 01 '23 04:01

mlambie