public
Description: A plugin to help authentication through OpenID
Homepage:
Clone URL: git://github.com/madnificent/openid_enabled.git
name age message
file LICENSE Loading commit data...
file README
directory generators/
file init.rb
directory lib/
README
OpenidEnabled
=============

This plugin is based on an example in the ruby-openid gem.


Example
=======

UsersController < ApplicationController
  openid_enabled
  
  # normal actions here
end


Copyright (c) 2008 The MADnificent, released under the MIT license (unless otherwise specified by the terms of the 
ruby-openid gem)