Latest Screencasts
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
Find more screencasts on the
homepage