Hey there! Check out HackerBooks.com - our latest project that let you search books from StackOverflow and HackerNews

Latest Screencasts

RailsCasts #170 OpenID with Authlogic

Railscasts - 2009-07-13 - free

Learn how to apply OpenID to an existing Authlogic setup as I show in this episode. This builds upon the app from episode 160.

Watch this screencast

Rack::OpenID

Remi - 2009-06-26 - paid

I was looking for an easy way to add OpenID authentication to Rack applications and I found Rack::OpenID, a Rack middleware for OpenID. If you want to have a user redirected to their OpenID login, simply return: 1 [ 401, { 'WWW-Authenticate' => 'OpenID identity="my-open-id-url.com"' }, [] ] If you...

Watch this screencast

RailsCasts #68 OpenID Authentication

Railscasts - 2007-08-27 - free

Ever wonder how to implement OpenID authentication in your Rails app? This episode will show you how to add it to a site with an existing authentication system.

Watch this screencast
Find more screencasts on the homepage