Header

  1. View current page

    딥뿔이 자라나는 노트

Profile_image?t=1225424611&type=big
나를 바꾼 똑똑한 생활 습관, 스프링노트 - 여러분도 지금 시작해보세요!
71

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/

History

Last edited on 07/17/2008 09:12 by deepblue

Comments (0)

You must log in to leave a comment. Please sign in.