public
Description: Rails plugin that generates an uber simple, restful openid login controller.
Clone URL: git://github.com/seven1m/simple_restful_openid.git
name age message
file MIT-LICENSE Thu May 22 19:59:13 -0700 2008 Initial import. [seven1m]
file README.textile Thu May 22 20:02:38 -0700 2008 More info in the readme. [seven1m]
file Rakefile Thu May 22 19:59:13 -0700 2008 Initial import. [seven1m]
directory generators/ Fri May 23 12:24:00 -0700 2008 Oops. Just redirect back to the root. [seven1m]
file init.rb Thu May 22 19:59:13 -0700 2008 Initial import. [seven1m]
file install.rb Thu May 22 19:59:13 -0700 2008 Initial import. [seven1m]
directory lib/ Thu May 22 19:59:13 -0700 2008 Initial import. [seven1m]
directory tasks/ Thu May 22 19:59:13 -0700 2008 Initial import. [seven1m]
directory test/ Thu May 22 19:59:13 -0700 2008 Initial import. [seven1m]
file uninstall.rb Thu May 22 19:59:13 -0700 2008 Initial import. [seven1m]
README.textile

simple_restful_openid plugin

Some of the other plugins in the wild were more complex than I needed, so I wrote my own.

This plugin is basically just a generator. You can delete the plugin once you run it.

Usage

script/plugin install git://github.com/seven1m/simple_restful_openid.git
script/generate simple_restful_openid

To sign in, browse to /session/new

Requirements

Edge Rails or Rails 2.1+

Copyright© 2008 Tim Morgan, released under the MIT license