Sha256: a26151a08776861d590f37b6fa3570be57a0b2da2352271ecad2cc7b0881603a

Contents?: true

Size: 676 Bytes

Versions: 12

Compression:

Stored size: 676 Bytes

Contents

NAME
     openid_login - creates a functional openid login system

SYNOPSIS
     openid_login [Controller name]
     
     Good names are Account Myaccount Security

DESCRIPTION
     This generator creates a general purpose login system.

     Included:
      - a User model which stores OpenID authenticated users
      - a Controller with login, welcome and logoff actions
      - a mixin which lets you easily add advanced authentication 
        features to your abstract base controller

            
EXAMPLE
      ./script/generate openid_login Account

     This will generate an Account controller with login and logout methods. 
     The model is always called User 

Version data entries

12 entries across 12 versions & 2 rubygems

Version Path
openid_login_generator-0.1 USAGE
ruby-openid-2.0.1 examples/rails_openid_login_generator/USAGE
ruby-openid-1.0 examples/rails_openid_login_generator/USAGE
ruby-openid-2.0.2 examples/rails_openid_login_generator/USAGE
ruby-openid-1.0.1 examples/rails_openid_login_generator/USAGE
ruby-openid-1.1.4 examples/rails_openid_login_generator/USAGE
ruby-openid-1.1.2 examples/rails_openid_login_generator/USAGE
ruby-openid-1.1.3 examples/rails_openid_login_generator/USAGE
ruby-openid-1.1.1 examples/rails_openid_login_generator/USAGE
ruby-openid-1.0.2 examples/rails_openid_login_generator/USAGE
ruby-openid-2.0.3 examples/rails_openid_login_generator/USAGE
ruby-openid-2.0.4 examples/rails_openid_login_generator/USAGE