9/05/08: Alpha release Full featured restful authentication starter app from http://railsforum.com/viewtopic.php?id=14216 combining role requirement, open id authentication, recaptcha, ui, debugging, and security plugins. This is a preliminary release and has not been tested or audited. Please feel free to fork and improve, or message me with any feature requests, suggestions, bugs, fixes for the
restful_authentication restful_authenticationとは restfulなログイン認証ページを簡単に作れるプラグインです。 acts_as_authenticatedプラグインの代わりにこれを使ってください。 Rails 1.2.6以上が必要です。 使い方 インストール ruby script/plugin install http://svn.techno-weenie.net/projects/plugins/restful_authentication/ ジェネレート ruby ./script/generate authenticated user sessions \ --include-activation \ --stateful 引数 最初の引数は モデル名を指定します。 このモデル名でアカウント管理用のコントローラが作成さ
Ruby-1.8.6, Rails-2.0.2でアプリで使えるユーザ認証の手段を探していてrestful_authenticationプラグインというものを見つけた。使い方を紹介してくれている動画があって、その通りにやったらあっさり使えた。 で、メモ。 インストール $ script/plugin source http://svn.techno-weenie.net/projects/plugins/ $ script/plugin install restful_authentication ユーザとセッション管理用クラスの生成 $ script/generate authenticated user session ルーティングの設定 config/route.rbに次の行を追加 map.resources :users map.resource :session # map.res
Restful Authentication with all the bells and whistles (new 9/05/08) This is a new restful authentication tutorial based the lastest version of the plugin and edge rails as of 9/05/08. The original tutorial can be found at http://railsforum.com/viewtopic.php?pid=74245#p74245 The source code is now available on github.com at http://github.com/activefx/restful_auth … ree/master Since this new tutori
最近、restful_authenticationで試行錯誤していて感じたこと。restful_authenticationはユーザー認証に関する必要最小限の機能を提供してくれるが、実際に運用できるレベルに仕上げるには、要点を押さえた的確な修正が必要になる。ユーザー認証のscaffold的な位置付けだろうと。 生成されるソースコードはとても簡潔にまとめられていて、読み易い。しかし、いざ自分好みのログインに修正しようとすると、実にいろいろな手段があり、どのような仕組みにするか本当に迷ってしまう。 例えば、以前の日記で試したパスワード忘れに対応する方法も、今振り返ってみれば最悪の例だ...。アクティベーションとパスワード忘れの処理が混同しているし、修正の手順もセキュリティ的に中途半端。実装の仕方もせっかくのrestful_authenticationのRESTfulなルールを無視している。やは
リリース、障害情報などのサービスのお知らせ
最新の人気エントリーの配信
処理を実行中です
j次のブックマーク
k前のブックマーク
lあとで読む
eコメント一覧を開く
oページを開く