| Web Development >> Ruby On Rails |
OpenID for Rails
| Language : | English | Quality : | Average | Has Audio : | true | Source : | Other | Media : | QuickTime |
|
|
OpenID is an upcoming standard enabling a single sign-on across web applications. This is a technical screencast on the OpenID protocol, ... all ยป targeted at developers implementing OpenID login support for their Ruby on Rails based web applications. We take a look at a diagram of the OpenID protocol, and walk through it from the perspective of a Rails Consumer.
copy of the diagram : http://leancode.com/wp-content/uploads/2007/02/openid_p... |
Tags: Ruby On Rails, Presentation, OpenID, Authentication, [SUGGEST A TAG]
Resources referenced in this screencast
|
Articles Realted to this Topic |
[SUGGEST A ARTICLE] |
|
8 OpenID Resources for Rails Developers Decentralized identity system, OpenID, appears to be the latest flavor of kool-aid permeating the Rails universe. OpenID makes it possible for users to identify themselves by using URLs that relate to a site where they have already logged in. Your application can then check this with the remote site and then use that status to tie that confirmed identity to their identity within your system. As much for my own reference as anything else, here are the main bits and pieces floating around regarding Rails and OpenID lately |
|
open_id_authentication open_id_authentication is the OpenID consumer plugin for Rails, being written by DHH and some on the Rails core team. |