Rails OpenID Engine
I just put up a Rails OpenID engine that does almost all of the OpenID authentication work for you, minus a few simple steps, which you can read about here.
Made a library? Written a blog post? Found a useful tutorial? Share it with the Ruby community here or just enjoy what everyone else has found!
I just put up a Rails OpenID engine that does almost all of the OpenID authentication work for you, minus a few simple steps, which you can read about here.
Comments
I haven’t delved into the lib, but will this exist happily alongside other auth schemes?
Not yet. The plugin itself you can make work alongside restful authentication (not sure about authlogic), but this one (for now) works fairly exclusively.
Post a comment