madnificent / openid_enabled

A plugin to help authentication through OpenID

This URL has Read+Write access

openid_enabled / README
100644 17 lines (10 sloc) 0.328 kb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
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)