サクサク読めて、アプリ限定の機能も多数!
tsimo のブックマーク 2008/03/28 15:57
#68 OpenID Authentication - RailsCasts[rails][openid]2008/03/28 15:57
このブックマークにはスターがありません。 最初のスターをつけてみよう!
railscasts.com2007/08/27
class SessionController < ApplicationController # render new.rhtml def new end def create if using_open_id? open_id_authentication(params[:openid_url]) else password_authentication(params[:login], ...
6 人がブックマーク・0 件のコメント
\ コメントが サクサク読める アプリです /
このブックマークにはスターがありません。
最初のスターをつけてみよう!
#68 OpenID Authentication - RailsCasts
class SessionController < ApplicationController # render new.rhtml def new end def create if using_open_id? open_id_authentication(params[:openid_url]) else password_authentication(params[:login], ...
6 人がブックマーク・0 件のコメント
\ コメントが サクサク読める アプリです /