Created
December 8, 2010 14:33
-
-
Save resistorsoftware/733346 to your computer and use it in GitHub Desktop.
WHat happens on authenticate
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Started GET "/server?openid.assoc_handle=%7BHMAC-SHA1%7D%7B4cfd44f7%7D%7BN2m%2BzA%3D%3D%7D&openid.identity=http%3A%2F%2Flocalhost%3A3000%2Fdlazar&openid.mode=checkid_setup&openid.return_to=http%3A%2F%2Flocalhost%3A3001%2Fconsumer%2Fcomplete%3Fopenid1_claimed_id%3Dhttp%253A%252F%252Flocalhost%253A3000%252Fdlazar%26rp_nonce%3D2010-12-08T14%253A32%253A35Zx92dI4&openid.trust_root=http%3A%2F%2Flocalhost%3A3001%2Fconsumer" for 127.0.0.1 at Wed Dec 08 09:32:35 -0500 2010 | |
| Processing by ServerController#index as HTML | |
| Parameters: {"openid.return_to"=>"http://localhost:3001/consumer/complete?openid1_claimed_id=http%3A%2F%2Flocalhost%3A3000%2Fdlazar&rp_nonce=2010-12-08T14%3A32%3A35Zx92dI4", "openid.mode"=>"checkid_setup", "action"=>"index", "openid.identity"=>"http://localhost:3000/dlazar", "openid.trust_root"=>"http://localhost:3001/consumer", "openid.assoc_handle"=>"{HMAC-SHA1}{4cfd44f7}{N2m+zA==}", "controller"=>"server"} | |
| SQL (0.7ms) SELECT a.attname, format_type(a.atttypid, a.atttypmod), d.adsrc, a.attnotnull | |
| FROM pg_attribute a LEFT JOIN pg_attrdef d | |
| ON a.attrelid = d.adrelid AND a.attnum = d.adnum | |
| WHERE a.attrelid = '"accounts"'::regclass | |
| AND a.attnum > 0 AND NOT a.attisdropped | |
| ORDER BY a.attnum | |
| Account Load (0.2ms) SELECT "accounts".* FROM "accounts" WHERE ("accounts"."id" = 1) LIMIT 1 | |
| SQL (0.5ms) SELECT a.attname, format_type(a.atttypid, a.atttypmod), d.adsrc, a.attnotnull | |
| FROM pg_attribute a LEFT JOIN pg_attrdef d | |
| ON a.attrelid = d.adrelid AND a.attnum = d.adnum | |
| WHERE a.attrelid = '"accounts"'::regclass | |
| AND a.attnum > 0 AND NOT a.attisdropped | |
| ORDER BY a.attnum | |
| SQL (0.6ms) SELECT a.attname, format_type(a.atttypid, a.atttypmod), d.adsrc, a.attnotnull | |
| FROM pg_attribute a LEFT JOIN pg_attrdef d | |
| ON a.attrelid = d.adrelid AND a.attnum = d.adnum | |
| WHERE a.attrelid = '"open_id_requests"'::regclass | |
| AND a.attnum > 0 AND NOT a.attisdropped | |
| ORDER BY a.attnum | |
| SQL (0.1ms) BEGIN | |
| SQL (0.4ms) SELECT a.attname, format_type(a.atttypid, a.atttypmod), d.adsrc, a.attnotnull | |
| FROM pg_attribute a LEFT JOIN pg_attrdef d | |
| ON a.attrelid = d.adrelid AND a.attnum = d.adnum | |
| WHERE a.attrelid = '"open_id_requests"'::regclass | |
| AND a.attnum > 0 AND NOT a.attisdropped | |
| ORDER BY a.attnum | |
| SQL (0.3ms) INSERT INTO "open_id_requests" ("created_at", "parameters", "token", "updated_at") VALUES ('2010-12-08 14:32:35.632716', '--- !map:ActiveSupport::HashWithIndifferentAccess | |
| openid.mode: checkid_setup | |
| openid.return_to: http://localhost:3001/consumer/complete?openid1_claimed_id=http%3A%2F%2Flocalhost%3A3000%2Fdlazar&rp_nonce=2010-12-08T14%3A32%3A35Zx92dI4 | |
| openid.identity: http://localhost:3000/dlazar | |
| openid.assoc_handle: "{HMAC-SHA1}{4cfd44f7}{N2m+zA==}" | |
| openid.trust_root: http://localhost:3001/consumer | |
| ', 'f85beba7b997fe621ab5e4f672047b49f52f1d47', '2010-12-08 14:32:35.632716') RETURNING "id" | |
| SQL (29.2ms) COMMIT | |
| Redirected to http://localhost:3000/server/proceed | |
| Completed 302 Found in 187ms | |
| Started GET "/server/proceed" for 127.0.0.1 at Wed Dec 08 09:32:35 -0500 2010 | |
| Processing by ServerController#proceed as HTML | |
| Parameters: {"action"=>"proceed", "controller"=>"server"} | |
| SQL (0.7ms) SELECT a.attname, format_type(a.atttypid, a.atttypmod), d.adsrc, a.attnotnull | |
| FROM pg_attribute a LEFT JOIN pg_attrdef d | |
| ON a.attrelid = d.adrelid AND a.attnum = d.adnum | |
| WHERE a.attrelid = '"accounts"'::regclass | |
| AND a.attnum > 0 AND NOT a.attisdropped | |
| ORDER BY a.attnum | |
| Account Load (0.2ms) SELECT "accounts".* FROM "accounts" WHERE ("accounts"."id" = 1) LIMIT 1 | |
| SQL (0.5ms) SELECT a.attname, format_type(a.atttypid, a.atttypmod), d.adsrc, a.attnotnull | |
| FROM pg_attribute a LEFT JOIN pg_attrdef d | |
| ON a.attrelid = d.adrelid AND a.attnum = d.adnum | |
| WHERE a.attrelid = '"accounts"'::regclass | |
| AND a.attnum > 0 AND NOT a.attisdropped | |
| ORDER BY a.attnum | |
| SQL (0.6ms) SELECT a.attname, format_type(a.atttypid, a.atttypmod), d.adsrc, a.attnotnull | |
| FROM pg_attribute a LEFT JOIN pg_attrdef d | |
| ON a.attrelid = d.adrelid AND a.attnum = d.adnum | |
| WHERE a.attrelid = '"open_id_requests"'::regclass | |
| AND a.attnum > 0 AND NOT a.attisdropped | |
| ORDER BY a.attnum | |
| SQL (0.4ms) SELECT a.attname, format_type(a.atttypid, a.atttypmod), d.adsrc, a.attnotnull | |
| FROM pg_attribute a LEFT JOIN pg_attrdef d | |
| ON a.attrelid = d.adrelid AND a.attnum = d.adnum | |
| WHERE a.attrelid = '"open_id_requests"'::regclass | |
| AND a.attnum > 0 AND NOT a.attisdropped | |
| ORDER BY a.attnum | |
| OpenIdRequest Load (0.2ms) SELECT "open_id_requests".* FROM "open_id_requests" WHERE ("open_id_requests"."token" = 'f85beba7b997fe621ab5e4f672047b49f52f1d47') LIMIT 1 | |
| SQL (0.6ms) SELECT a.attname, format_type(a.atttypid, a.atttypmod), d.adsrc, a.attnotnull | |
| FROM pg_attribute a LEFT JOIN pg_attrdef d | |
| ON a.attrelid = d.adrelid AND a.attnum = d.adnum | |
| WHERE a.attrelid = '"sites"'::regclass | |
| AND a.attnum > 0 AND NOT a.attisdropped | |
| ORDER BY a.attnum | |
| SQL (0.4ms) SELECT a.attname, format_type(a.atttypid, a.atttypmod), d.adsrc, a.attnotnull | |
| FROM pg_attribute a LEFT JOIN pg_attrdef d | |
| ON a.attrelid = d.adrelid AND a.attnum = d.adnum | |
| WHERE a.attrelid = '"sites"'::regclass | |
| AND a.attnum > 0 AND NOT a.attisdropped | |
| ORDER BY a.attnum | |
| Site Load (0.2ms) SELECT "sites".* FROM "sites" WHERE ("sites".account_id = 1) AND ("sites"."url" = 'http://localhost:3001/consumer') LIMIT 1 | |
| Redirected to http://localhost:3000/server/decide | |
| Completed 302 Found in 36ms | |
| Started GET "/server/decide" for 127.0.0.1 at Wed Dec 08 09:32:35 -0500 2010 | |
| Processing by ServerController#decide as HTML | |
| Parameters: {"action"=>"decide", "controller"=>"server"} | |
| SQL (0.7ms) SELECT a.attname, format_type(a.atttypid, a.atttypmod), d.adsrc, a.attnotnull | |
| FROM pg_attribute a LEFT JOIN pg_attrdef d | |
| ON a.attrelid = d.adrelid AND a.attnum = d.adnum | |
| WHERE a.attrelid = '"accounts"'::regclass | |
| AND a.attnum > 0 AND NOT a.attisdropped | |
| ORDER BY a.attnum | |
| Account Load (0.2ms) SELECT "accounts".* FROM "accounts" WHERE ("accounts"."id" = 1) LIMIT 1 | |
| SQL (0.5ms) SELECT a.attname, format_type(a.atttypid, a.atttypmod), d.adsrc, a.attnotnull | |
| FROM pg_attribute a LEFT JOIN pg_attrdef d | |
| ON a.attrelid = d.adrelid AND a.attnum = d.adnum | |
| WHERE a.attrelid = '"accounts"'::regclass | |
| AND a.attnum > 0 AND NOT a.attisdropped | |
| ORDER BY a.attnum | |
| SQL (0.6ms) SELECT a.attname, format_type(a.atttypid, a.atttypmod), d.adsrc, a.attnotnull | |
| FROM pg_attribute a LEFT JOIN pg_attrdef d | |
| ON a.attrelid = d.adrelid AND a.attnum = d.adnum | |
| WHERE a.attrelid = '"open_id_requests"'::regclass | |
| AND a.attnum > 0 AND NOT a.attisdropped | |
| ORDER BY a.attnum | |
| SQL (0.5ms) SELECT a.attname, format_type(a.atttypid, a.atttypmod), d.adsrc, a.attnotnull | |
| FROM pg_attribute a LEFT JOIN pg_attrdef d | |
| ON a.attrelid = d.adrelid AND a.attnum = d.adnum | |
| WHERE a.attrelid = '"open_id_requests"'::regclass | |
| AND a.attnum > 0 AND NOT a.attisdropped | |
| ORDER BY a.attnum | |
| OpenIdRequest Load (0.2ms) SELECT "open_id_requests".* FROM "open_id_requests" WHERE ("open_id_requests"."token" = 'f85beba7b997fe621ab5e4f672047b49f52f1d47') LIMIT 1 | |
| SQL (0.6ms) SELECT a.attname, format_type(a.atttypid, a.atttypmod), d.adsrc, a.attnotnull | |
| FROM pg_attribute a LEFT JOIN pg_attrdef d | |
| ON a.attrelid = d.adrelid AND a.attnum = d.adnum | |
| WHERE a.attrelid = '"sites"'::regclass | |
| AND a.attnum > 0 AND NOT a.attisdropped | |
| ORDER BY a.attnum | |
| SQL (0.6ms) SELECT a.attname, format_type(a.atttypid, a.atttypmod), d.adsrc, a.attnotnull | |
| FROM pg_attribute a LEFT JOIN pg_attrdef d | |
| ON a.attrelid = d.adrelid AND a.attnum = d.adnum | |
| WHERE a.attrelid = '"sites"'::regclass | |
| AND a.attnum > 0 AND NOT a.attisdropped | |
| ORDER BY a.attnum | |
| Site Load (0.2ms) SELECT "sites".* FROM "sites" WHERE ("sites".account_id = 1) AND ("sites"."url" = 'http://localhost:3001/consumer') LIMIT 1 | |
| SQL (0.9ms) SELECT a.attname, format_type(a.atttypid, a.atttypmod), d.adsrc, a.attnotnull | |
| FROM pg_attribute a LEFT JOIN pg_attrdef d | |
| ON a.attrelid = d.adrelid AND a.attnum = d.adnum | |
| WHERE a.attrelid = '"personas"'::regclass | |
| AND a.attnum > 0 AND NOT a.attisdropped | |
| ORDER BY a.attnum | |
| SQL (0.2ms) SELECT COUNT(*) AS count_id FROM (SELECT 1 FROM "personas" WHERE ("personas".account_id = 1)) AS subquery | |
| Rendered server/decide.html.erb within layouts/application (26.9ms) | |
| Completed 200 OK in 89ms (Views: 47.8ms | ActiveRecord: 5.1ms) | |
| Started POST "/server/complete" for 127.0.0.1 at Wed Dec 08 09:32:43 -0500 2010 | |
| Processing by ServerController#complete as HTML | |
| Parameters: {"authenticity_token"=>"CSKHWBSuECdP6779BfVI0n8Lg7PYSdR9hMCnh93jWb4=", "utf8"=>"✓", "action"=>"complete", "temporary"=>"Approve this request", "controller"=>"server"} | |
| SQL (0.7ms) SELECT a.attname, format_type(a.atttypid, a.atttypmod), d.adsrc, a.attnotnull | |
| FROM pg_attribute a LEFT JOIN pg_attrdef d | |
| ON a.attrelid = d.adrelid AND a.attnum = d.adnum | |
| WHERE a.attrelid = '"accounts"'::regclass | |
| AND a.attnum > 0 AND NOT a.attisdropped | |
| ORDER BY a.attnum | |
| Account Load (0.2ms) SELECT "accounts".* FROM "accounts" WHERE ("accounts"."id" = 1) LIMIT 1 | |
| SQL (0.5ms) SELECT a.attname, format_type(a.atttypid, a.atttypmod), d.adsrc, a.attnotnull | |
| FROM pg_attribute a LEFT JOIN pg_attrdef d | |
| ON a.attrelid = d.adrelid AND a.attnum = d.adnum | |
| WHERE a.attrelid = '"accounts"'::regclass | |
| AND a.attnum > 0 AND NOT a.attisdropped | |
| ORDER BY a.attnum | |
| SQL (0.6ms) SELECT a.attname, format_type(a.atttypid, a.atttypmod), d.adsrc, a.attnotnull | |
| FROM pg_attribute a LEFT JOIN pg_attrdef d | |
| ON a.attrelid = d.adrelid AND a.attnum = d.adnum | |
| WHERE a.attrelid = '"open_id_requests"'::regclass | |
| AND a.attnum > 0 AND NOT a.attisdropped | |
| ORDER BY a.attnum | |
| SQL (0.4ms) SELECT a.attname, format_type(a.atttypid, a.atttypmod), d.adsrc, a.attnotnull | |
| FROM pg_attribute a LEFT JOIN pg_attrdef d | |
| ON a.attrelid = d.adrelid AND a.attnum = d.adnum | |
| WHERE a.attrelid = '"open_id_requests"'::regclass | |
| AND a.attnum > 0 AND NOT a.attisdropped | |
| ORDER BY a.attnum | |
| OpenIdRequest Load (0.2ms) SELECT "open_id_requests".* FROM "open_id_requests" WHERE ("open_id_requests"."token" = 'f85beba7b997fe621ab5e4f672047b49f52f1d47') LIMIT 1 | |
| OpenIdRequest Load (0.3ms) SELECT "open_id_requests".* FROM "open_id_requests" WHERE ("open_id_requests"."token" = 'f85beba7b997fe621ab5e4f672047b49f52f1d47') | |
| SQL (0.1ms) BEGIN | |
| SQL (0.1ms) DELETE FROM "open_id_requests" WHERE ("open_id_requests"."id" = 12) | |
| SQL (65.6ms) COMMIT | |
| Association Load (0.3ms) SELECT "open_id_associations".* FROM "open_id_associations" WHERE ("open_id_associations"."server_url" = 'http://localhost/|normal') AND ("open_id_associations"."handle" = '{HMAC-SHA1}{4cfd44f7}{N2m+zA==}') | |
| CACHE (0.0ms) SELECT "open_id_associations".* FROM "open_id_associations" WHERE ("open_id_associations"."server_url" = 'http://localhost/|normal') AND ("open_id_associations"."handle" = '{HMAC-SHA1}{4cfd44f7}{N2m+zA==}') | |
| Redirected to http://localhost:3001/consumer/complete?openid1_claimed_id=http%3A%2F%2Flocalhost%3A3000%2Fdlazar&rp_nonce=2010-12-08T14%3A32%3A35Zx92dI4&openid.assoc_handle=%7BHMAC-SHA1%7D%7B4cfd44f7%7D%7BN2m%2BzA%3D%3D%7D&openid.identity=http%3A%2F%2Flocalhost%3A3000%2Fdlazar&openid.mode=id_res&openid.op_endpoint=http%3A%2F%2Flocalhost%3A3000%2Fserver&openid.response_nonce=2010-12-08T14%3A32%3A43ZKujei1&openid.return_to=http%3A%2F%2Flocalhost%3A3001%2Fconsumer%2Fcomplete%3Fopenid1_claimed_id%3Dhttp%253A%252F%252Flocalhost%253A3000%252Fdlazar%26rp_nonce%3D2010-12-08T14%253A32%253A35Zx92dI4&openid.sig=%2F1biiIvUatEh7LMMQrAbxwCS4X4%3D&openid.signed=assoc_handle%2Cidentity%2Cmode%2Cop_endpoint%2Cresponse_nonce%2Creturn_to%2Csigned | |
| Completed 302 Found in 95ms | |
| Started GET "/consumer/complete?openid1_claimed_id=http%3A%2F%2Flocalhost%3A3000%2Fdlazar&rp_nonce=2010-12-08T14%3A32%3A35Zx92dI4&openid.assoc_handle=%7BHMAC-SHA1%7D%7B4cfd44f7%7D%7BN2m%2BzA%3D%3D%7D&openid.identity=http%3A%2F%2Flocalhost%3A3000%2Fdlazar&openid.mode=id_res&openid.op_endpoint=http%3A%2F%2Flocalhost%3A3000%2Fserver&openid.response_nonce=2010-12-08T14%3A32%3A43ZKujei1&openid.return_to=http%3A%2F%2Flocalhost%3A3001%2Fconsumer%2Fcomplete%3Fopenid1_claimed_id%3Dhttp%253A%252F%252Flocalhost%253A3000%252Fdlazar%26rp_nonce%3D2010-12-08T14%253A32%253A35Zx92dI4&openid.sig=%2F1biiIvUatEh7LMMQrAbxwCS4X4%3D&openid.signed=assoc_handle%2Cidentity%2Cmode%2Cop_endpoint%2Cresponse_nonce%2Creturn_to%2Csigned" for 127.0.0.1 at Wed Dec 08 09:32:43 -0500 2010 | |
| Processing by ConsumerController#complete as HTML | |
| Parameters: {"openid.sig"=>"/1biiIvUatEh7LMMQrAbxwCS4X4=", "openid.return_to"=>"http://localhost:3001/consumer/complete?openid1_claimed_id=http%3A%2F%2Flocalhost%3A3000%2Fdlazar&rp_nonce=2010-12-08T14%3A32%3A35Zx92dI4", "openid.op_endpoint"=>"http://localhost:3000/server", "openid.mode"=>"id_res", "openid.response_nonce"=>"2010-12-08T14:32:43ZKujei1", "rp_nonce"=>"2010-12-08T14:32:35Zx92dI4", "action"=>"complete", "openid.identity"=>"http://localhost:3000/dlazar", "openid.signed"=>"assoc_handle,identity,mode,op_endpoint,response_nonce,return_to,signed", "openid.assoc_handle"=>"{HMAC-SHA1}{4cfd44f7}{N2m+zA==}", "openid1_claimed_id"=>"http://localhost:3000/dlazar", "controller"=>"consumer"} | |
| Redirected to http://localhost:3001/consumer | |
| Completed 302 Found in 9ms | |
| Started GET "/consumer" for 127.0.0.1 at Wed Dec 08 09:32:43 -0500 2010 | |
| Processing by ConsumerController#index as HTML | |
| Parameters: {"action"=>"index", "controller"=>"consumer"} | |
| Rendered consumer/index.rhtml within layouts/consumer (3.5ms) | |
| Completed 200 OK in 7ms (Views: 7.0ms | ActiveRecord: 0.0ms) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment