search for: openidenabled

Displaying 4 results from an estimated 4 matches for "openidenabled".

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 simply a URL, and all the OpenID specification does is provide a way to securely prove that you own that URL. This sytem opens the door for all kind...
2007 Jun 10
0
pb when posting to an action "render_text body, :status => 400"
Hi, I''m trying to do a little openid-server in rails. I encounter a very strange problem for me, you can see all the story in the openid mailing-list : http://lists.openidenabled.com/pipermail/dev/2007-May/000666.html http://lists.openidenabled.com/pipermail/dev/2007-June/000700.html In short, the problem is : the server has to do a "render_text body, :status => 400" to respond to a post from a consumer. (this is from the openid server example) This is wo...
2006 Feb 01
0
Ruby OpenID 0.9.4
...ncluding: o WEBrick based consumer o Ruby on Rails based consumer o Ruby on Rails based server o OpenIDLoginGenerator for quickly creating a rails app that uses OpenID for authentication o ActiveRecord adapter for using an SQL store in rails More information at: http://www.openidenabled.com/openid/libraries/ruby/ Brian Ellin Software Engineer, JanRain Inc.
2006 Jan 06
8
How do I write a generator?
I''d like to take some advice and write a generator to change the scaffold.css. How do I do that? I looked on the wiki and googled it but have not found anything yet. Any help would be much appreciated. bruce