A

A

5분만에 만드는 레일스 오픈아이디 인증 - OpenIdAuthentication 플러그인

(작성중)

 

사용법

Step 1. Install the plugin
  1. script/plugin install http://springnote.rubyforge.org/svn/plugins/open_id_authentication
    
Step 2. Generate a migration for Open ID Store.
  1. script/generate open_id_store_migration AddOpenIdStore
    
If you are using OpenID Consumer Library 1.x and previous version of OpenIdStore, please upgrade the schema with this command
  1. script/generate open_id_store_migration UpgradeOpenIdStore UPGRADE
    
And migrate!
  1. rake db:migrate
    
Step 3. Generate a controller
  1. script/generate open_id_consumer_controller OpenId
    
Now you have OpenIdController with the consumer module included.

There is no step 4.

소스 저장소

http://springnote.rubyforge.org/svn/plugins/open_id_authentication/

Recent Updates
    All Pages
      Show/Hide the left navigation
      Show/Hide bookmarks

      Header

      1. View current page

        deepblue.springnote

      loginBar