RubyGems
サンプルソースコード - Sample Source Code http://github.com/bekkou68/openid 現象 - Phenomenon Rails で config/initializers/warden.rb を以下のように編集したら、redirect_to 後の flash に値が空になりました。 - The value of flash after redirec…
導入 - Introduction 以下の前のエントリで紹介した warden-openid のログインにログアウトを追加しました。 - I added the logout to the login of warden-openid introduced by the following entry. http://d.hatena.ne.jp/bekkou68/20100816/1281886942 …
必要な gem - Required gem gem install rails_warden gem install warden-openid warden-openid の概要 - Outline of warden-openid アプリ側から OP に遷移する際に、OP にコールバック先の URL を渡します。認証に成功したら、そのコールバック先にリダイ…
導入 - Introduction pit は、パスワードをエディタで一度だけ入力し、それをファイルに取っておき、次回以降はそのファイルを使って入力の手間を省いてくれる。 - pit emits troublesome to input. User inputs password only first by their editor then p…