search for: brianellin

Displaying 3 results from an estimated 3 matches for "brianellin".

2006 Jan 18
0
form_remote_tag and 302 redirects under IE6 bug
...the 302 handler never gets called in IE. No javascript errors are raised, and replacing the javascript with a simple alert(''foo''); ensures that the js never gets called. To see this in action, you may look at my Typo blog and try to leave an openid authenticated comment. http://brianellin.com Running rails 1.0.0 Any ideas? Thanks, Brian Ellin
2006 Jan 05
3
Ruby OpenID library and OpenIDLoginGenerator
Version 0.9.2 of the Ruby OpenID library has been released. This latest release contains a port of the rails LoginGenerator (OpenIDLoginGenerator) that uses OpenID for authentication. Read more and download the library: http://www.openidenabled.com/openid/libraries/ruby/ http://raa.ruby-lang.org/project/openid/ A bit about OpenID: OpenID is a URL based identity system. An OpenID identity is
2006 Feb 01
0
Ruby OpenID 0.9.4
OpenID is a decentralized URL based identity system. This library provides a ruby interface for verifying and serving OpenID identities. More at http://openid.net/ This latest release contains many exciting new features including server support, Rails consumer and server examples, and a rails based ActiveRecord store. Features: * Easy-to-use API for verifying OpenID identities (OpenIDConsumer)