devise_token_auth 0.1.28.beta8 → 0.1.28.beta9

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 3578a75c232fd309e784dd6317253429ea932984
4
- data.tar.gz: 26b85404f714086c4d0305b118b08abe689b2ed3
3
+ metadata.gz: 48b018f8cb35a830b447659a09a29342e1894259
4
+ data.tar.gz: 9e208714354c37d2628c262f23979227838b7c22
5
5
  SHA512:
6
- metadata.gz: 3ef99c1beb9e12ae68c75e113c685d6715691988db226ad73f1c34cc4cb9e79d82e2d703fc01d8c32a2462af37c837c3d2199ee323bacc3fb4bf7f761838050b
7
- data.tar.gz: 256707472bacbddd8c010d3bb800ea5c9be9657ee2865683338ff7c44911d4ca102fab2a6a65003e2066a628b885fbf3273a5e1281d49845ba6beb0f1e679832
6
+ metadata.gz: 2f70406885b6aed947d17754b866706a639de80735298d1c7bd4a8692bcfe45af79bdf64a5b6f4b2a5fcb9fbc68d0554553edfdb970d29390fbebe278d167454
7
+ data.tar.gz: 860b0dcf872e3166f55dd60d42f54bccfa35c78ea99c5f2ae98803ebc90df8297bd59d3c88a621bf7e12efa420557f1d12cf3c77d49d583dd7c0fb2d636fe0e3
@@ -20,7 +20,8 @@ module DeviseTokenAuth
20
20
  redirect_to(@user.build_auth_url(params[:redirect_url], {
21
21
  token: token,
22
22
  client_id: client_id,
23
- account_confirmation_success: true
23
+ account_confirmation_success: true,
24
+ config: params[:config]
24
25
  }))
25
26
  else
26
27
  raise ActionController::RoutingError.new('Not Found')
@@ -82,7 +82,8 @@ module DeviseTokenAuth
82
82
  redirect_to(@user.build_auth_url(params[:redirect_url], {
83
83
  token: token,
84
84
  client_id: client_id,
85
- reset_password: true
85
+ reset_password: true,
86
+ config: params[:config]
86
87
  }))
87
88
  else
88
89
  raise ActionController::RoutingError.new('Not Found')
@@ -1,3 +1,3 @@
1
1
  module DeviseTokenAuth
2
- VERSION = "0.1.28.beta8"
2
+ VERSION = "0.1.28.beta9"
3
3
  end
Binary file
Binary file
Binary file
@@ -22983,3 +22983,2676 @@ ArgumentError (bad argument (expected URI object or URI string)):
22983
22983
  Rendered /opt/rubies/2.1.2/lib/ruby/gems/2.1.0/gems/actionpack-4.1.6/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.0ms)
22984
22984
  Rendered /opt/rubies/2.1.2/lib/ruby/gems/2.1.0/gems/actionpack-4.1.6/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (0.8ms)
22985
22985
  Rendered /opt/rubies/2.1.2/lib/ruby/gems/2.1.0/gems/actionpack-4.1.6/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (10.5ms)
22986
+
22987
+
22988
+ Started POST "/mangs/password" for 127.0.0.1 at 2014-09-22 13:14:06 -0500
22989
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
22990
+ Processing by DeviseTokenAuth::PasswordsController#create as HTML
22991
+ Parameters: {"email"=>"test@test.com", "redirect_url"=>"http://ng-token-auth.dev/#/multi-user", "config_name"=>"evilUser", "password"=>{"email"=>"test@test.com", "redirect_url"=>"http://ng-token-auth.dev/#/multi-user", "config_name"=>"evilUser"}}
22992
+ Unpermitted parameters: redirect_url, config_name, password
22993
+ Unpermitted parameters: redirect_url, config_name, password
22994
+ Mang Load (0.2ms) SELECT "mangs".* FROM "mangs" WHERE "mangs"."email" = 'test@test.com' AND "mangs"."provider" = 'email' ORDER BY "mangs"."id" ASC LIMIT 1
22995
+ Unpermitted parameters: redirect_url, config_name, password
22996
+ Mang Load (0.2ms) SELECT "mangs".* FROM "mangs" WHERE "mangs"."reset_password_token" = '0fad89ebaf04e45fb3fd8c21c0ebf9afbe786ab34ca01ff64103cdcaaa5f91b6' ORDER BY "mangs"."id" ASC LIMIT 1
22997
+  (0.1ms) begin transaction
22998
+ Binary data inserted for `string` type on column `reset_password_token`
22999
+ SQL (0.3ms) UPDATE "mangs" SET "reset_password_sent_at" = ?, "reset_password_token" = ?, "tokens" = ?, "updated_at" = ? WHERE "mangs"."id" = 3 [["reset_password_sent_at", "2014-09-22 18:14:07.257185"], ["reset_password_token", "0fad89ebaf04e45fb3fd8c21c0ebf9afbe786ab34ca01ff64103cdcaaa5f91b6"], ["tokens", "{}"], ["updated_at", "2014-09-22 18:14:07.257780"]]
23000
+  (0.7ms) commit transaction
23001
+ Rendered /Users/lynn/Code/Auth/devise_token_auth/app/views/devise/mailer/reset_password_instructions.html.erb (2.3ms)
23002
+
23003
+ Devise::Mailer#reset_password_instructions: processed outbound mail in 291.4ms
23004
+
23005
+ Sent mail to test@test.com (12.8ms)
23006
+ Date: Mon, 22 Sep 2014 13:14:07 -0500
23007
+ From: please-change-me-at-config-initializers-devise@example.com
23008
+ Reply-To: please-change-me-at-config-initializers-devise@example.com
23009
+ To: test@test.com
23010
+ Message-ID: <542066ef88c21_f2f03fd4cd865bf03332e@tests-MacBook-Pro-2.local.mail>
23011
+ Subject: Reset password instructions
23012
+ Mime-Version: 1.0
23013
+ Content-Type: text/html;
23014
+ charset=UTF-8
23015
+ Content-Transfer-Encoding: 7bit
23016
+ email: test@test.com
23017
+ provider: email
23018
+ redirect-url: http://ng-token-auth.dev/#/multi-user
23019
+ client-config: evilUser
23020
+
23021
+ <p>Hello test@test.com!</p>
23022
+
23023
+ <p>Someone has requested a link to change your password. You can do this through the link below.</p>
23024
+
23025
+ <p><a href="http://devise-token-auth.dev/mangs/password/edit?config=evilUser&amp;redirect_url=http%3A%2F%2Fng-token-auth.dev%2F%23%2Fmulti-user&amp;reset_password_token=1uExVPpNCRjN1guyUB13">Change my password</a></p>
23026
+
23027
+ <p>If you didn't request this, please ignore this email.</p>
23028
+ <p>Your password won't change until you access the link above and create a new one.</p>
23029
+
23030
+ Completed 200 OK in 511ms (Views: 0.2ms | ActiveRecord: 1.7ms)
23031
+
23032
+
23033
+ Started GET "/mangs/password/edit?config=evilUser&redirect_url=http%3A%2F%2Fng-token-auth.dev%2F%23%2Fmulti-user&reset_password_token=[FILTERED]" for 127.0.0.1 at 2014-09-22 13:14:51 -0500
23034
+ Processing by DeviseTokenAuth::PasswordsController#edit as HTML
23035
+ Parameters: {"config"=>"evilUser", "redirect_url"=>"http://ng-token-auth.dev/#/multi-user", "reset_password_token"=>"[FILTERED]"}
23036
+ Unpermitted parameters: config, redirect_url
23037
+ Mang Load (0.2ms) SELECT "mangs".* FROM "mangs" WHERE "mangs"."reset_password_token" = '0fad89ebaf04e45fb3fd8c21c0ebf9afbe786ab34ca01ff64103cdcaaa5f91b6' ORDER BY "mangs"."id" ASC LIMIT 1
23038
+  (0.0ms) begin transaction
23039
+ SQL (0.2ms) UPDATE "mangs" SET "reset_password_sent_at" = ?, "reset_password_token" = ?, "tokens" = ?, "updated_at" = ? WHERE "mangs"."id" = 3 [["reset_password_sent_at", nil], ["reset_password_token", nil], ["tokens", "{}"], ["updated_at", "2014-09-22 18:14:51.324709"]]
23040
+  (1.7ms) commit transaction
23041
+  (0.1ms) begin transaction
23042
+ SQL (0.3ms) UPDATE "mangs" SET "confirmed_at" = ?, "reset_password_token" = ?, "tokens" = ?, "updated_at" = ? WHERE "mangs"."id" = 3 [["confirmed_at", "2014-09-22 18:14:51.387725"], ["reset_password_token", "1uExVPpNCRjN1guyUB13"], ["tokens", "{\"GJ81P6-Qir8IL84brufu9w\":{\"token\":\"$2a$10$gi2nOKZNdyO/H9Rh9WiNj.p9yAJMuwmB4iLqY2fssDeAgtfxfOpdC\",\"expiry\":1412619291}}"], ["updated_at", "2014-09-22 18:14:51.388276"]]
23043
+  (0.6ms) commit transaction
23044
+ Redirected to http://ng-token-auth.dev/#/multi-user?client_id=GJ81P6-Qir8IL84brufu9w&expiry=1412619291&reset_password=true&token=URy2fSKPn1WGevk1Z6cmXQ&uid=test%40test.com
23045
+ Completed 302 Found in 25342ms (ActiveRecord: 3.1ms)
23046
+
23047
+
23048
+ Started GET "/auth/validate_token" for 127.0.0.1 at 2014-09-22 13:15:17 -0500
23049
+ Processing by DeviseTokenAuth::AuthController#validate_token as HTML
23050
+ User Load (0.3ms) SELECT "users".* FROM "users" WHERE "users"."uid" = 'test@test.com' LIMIT 1
23051
+ Completed 401 Unauthorized in 19ms (Views: 0.2ms | ActiveRecord: 0.8ms)
23052
+
23053
+
23054
+ Started POST "/mangs/password" for 127.0.0.1 at 2014-09-22 15:00:34 -0500
23055
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
23056
+ Processing by DeviseTokenAuth::PasswordsController#create as HTML
23057
+ Parameters: {"email"=>"test@test.com", "redirect_url"=>"http://ng-token-auth.dev/#/multi-user?client_id=GJ81P6-Qir8IL84brufu9w&expiry=1412619291&reset_password=true&token=URy2fSKPn1WGevk1Z6cmXQ&uid=test%40test.com", "config_name"=>"evilUser", "password"=>{"email"=>"test@test.com", "redirect_url"=>"http://ng-token-auth.dev/#/multi-user?client_id=GJ81P6-Qir8IL84brufu9w&expiry=1412619291&reset_password=true&token=URy2fSKPn1WGevk1Z6cmXQ&uid=test%40test.com", "config_name"=>"evilUser"}}
23058
+ Unpermitted parameters: redirect_url, config_name, password
23059
+ Unpermitted parameters: redirect_url, config_name, password
23060
+ Mang Load (0.1ms) SELECT "mangs".* FROM "mangs" WHERE "mangs"."email" = 'test@test.com' AND "mangs"."provider" = 'email' ORDER BY "mangs"."id" ASC LIMIT 1
23061
+ Unpermitted parameters: redirect_url, config_name, password
23062
+ Mang Load (0.2ms) SELECT "mangs".* FROM "mangs" WHERE "mangs"."reset_password_token" = 'f34979e77a3e34512e2173bd2a0bc3c7f009faa296f7e7b42b931ab90aa139bc' ORDER BY "mangs"."id" ASC LIMIT 1
23063
+  (0.1ms) begin transaction
23064
+ Binary data inserted for `string` type on column `reset_password_token`
23065
+ SQL (0.3ms) UPDATE "mangs" SET "reset_password_sent_at" = ?, "reset_password_token" = ?, "tokens" = ?, "updated_at" = ? WHERE "mangs"."id" = 3 [["reset_password_sent_at", "2014-09-22 20:00:34.691700"], ["reset_password_token", "f34979e77a3e34512e2173bd2a0bc3c7f009faa296f7e7b42b931ab90aa139bc"], ["tokens", "{\"GJ81P6-Qir8IL84brufu9w\":{\"token\":\"$2a$10$gi2nOKZNdyO/H9Rh9WiNj.p9yAJMuwmB4iLqY2fssDeAgtfxfOpdC\",\"expiry\":1412619291}}"], ["updated_at", "2014-09-22 20:00:34.692063"]]
23066
+  (1.6ms) commit transaction
23067
+ Rendered /Users/lynn/Code/Auth/devise_token_auth/app/views/devise/mailer/reset_password_instructions.html.erb (2.4ms)
23068
+
23069
+ Devise::Mailer#reset_password_instructions: processed outbound mail in 289.6ms
23070
+
23071
+ Sent mail to test@test.com (12.9ms)
23072
+ Date: Mon, 22 Sep 2014 15:00:34 -0500
23073
+ From: please-change-me-at-config-initializers-devise@example.com
23074
+ Reply-To: please-change-me-at-config-initializers-devise@example.com
23075
+ To: test@test.com
23076
+ Message-ID: <54207fe2f28ae_14b733ff199c65be083699@tests-MacBook-Pro-2.local.mail>
23077
+ Subject: Reset password instructions
23078
+ Mime-Version: 1.0
23079
+ Content-Type: text/html;
23080
+ charset=UTF-8
23081
+ Content-Transfer-Encoding: 7bit
23082
+ email: test@test.com
23083
+ provider: email
23084
+ redirect-url: http://ng-token-auth.dev/#/multi-user?client_id=GJ81P6-Qir8IL84brufu9w&expiry=1412619291&reset_password=true&token=URy2fSKPn1WGevk1Z6cmXQ&uid=test%40test.com
23085
+ client-config: evilUser
23086
+
23087
+ <p>Hello test@test.com!</p>
23088
+
23089
+ <p>Someone has requested a link to change your password. You can do this through the link below.</p>
23090
+
23091
+ <p><a href="http://devise-token-auth.dev/mangs/password/edit?config=evilUser&amp;redirect_url=http%3A%2F%2Fng-token-auth.dev%2F%23%2Fmulti-user%3Fclient_id%3DGJ81P6-Qir8IL84brufu9w%26expiry%3D1412619291%26reset_password%3Dtrue%26token%3DURy2fSKPn1WGevk1Z6cmXQ%26uid%3Dtest%2540test.com&amp;reset_password_token=6tZWaEbXRHkMs7ommaLx">Change my password</a></p>
23092
+
23093
+ <p>If you didn't request this, please ignore this email.</p>
23094
+ <p>Your password won't change until you access the link above and create a new one.</p>
23095
+
23096
+ Completed 200 OK in 517ms (Views: 0.3ms | ActiveRecord: 2.6ms)
23097
+
23098
+
23099
+ Started GET "/mangs/password/edit?config=evilUser&redirect_url=http%3A%2F%2Fng-token-auth.dev%2F%23%2Fmulti-user%3Fclient_id%3DGJ81P6-Qir8IL84brufu9w%26expiry%3D1412619291%26reset_password%3Dtrue%26token%3DURy2fSKPn1WGevk1Z6cmXQ%26uid%3Dtest%2540test.com&reset_password_token=[FILTERED]" for 127.0.0.1 at 2014-09-22 15:00:43 -0500
23100
+ Processing by DeviseTokenAuth::PasswordsController#edit as HTML
23101
+ Parameters: {"config"=>"evilUser", "redirect_url"=>"http://ng-token-auth.dev/#/multi-user?client_id=GJ81P6-Qir8IL84brufu9w&expiry=1412619291&reset_password=true&token=URy2fSKPn1WGevk1Z6cmXQ&uid=test%40test.com", "reset_password_token"=>"[FILTERED]"}
23102
+ Unpermitted parameters: config, redirect_url
23103
+ Mang Load (0.2ms) SELECT "mangs".* FROM "mangs" WHERE "mangs"."reset_password_token" = 'f34979e77a3e34512e2173bd2a0bc3c7f009faa296f7e7b42b931ab90aa139bc' ORDER BY "mangs"."id" ASC LIMIT 1
23104
+  (0.0ms) begin transaction
23105
+ SQL (0.2ms) UPDATE "mangs" SET "reset_password_sent_at" = ?, "reset_password_token" = ?, "tokens" = ?, "updated_at" = ? WHERE "mangs"."id" = 3 [["reset_password_sent_at", nil], ["reset_password_token", nil], ["tokens", "{\"GJ81P6-Qir8IL84brufu9w\":{\"token\":\"$2a$10$gi2nOKZNdyO/H9Rh9WiNj.p9yAJMuwmB4iLqY2fssDeAgtfxfOpdC\",\"expiry\":1412619291}}"], ["updated_at", "2014-09-22 20:00:43.015237"]]
23106
+  (1.6ms) commit transaction
23107
+  (0.1ms) begin transaction
23108
+ SQL (0.3ms) UPDATE "mangs" SET "reset_password_token" = ?, "tokens" = ?, "updated_at" = ? WHERE "mangs"."id" = 3 [["reset_password_token", "6tZWaEbXRHkMs7ommaLx"], ["tokens", "{\"GJ81P6-Qir8IL84brufu9w\":{\"token\":\"$2a$10$gi2nOKZNdyO/H9Rh9WiNj.p9yAJMuwmB4iLqY2fssDeAgtfxfOpdC\",\"expiry\":1412619291},\"IYjOM_3fwPeY-gL76NTU_g\":{\"token\":\"$2a$10$kecv6JADc8P8yX.Hps5MVuZTSn9.g2p/XTS0BlTv5nnqK3r82/N3S\",\"expiry\":1412625643}}"], ["updated_at", "2014-09-22 20:00:43.079037"]]
23109
+  (0.6ms) commit transaction
23110
+ Completed 500 Internal Server Error in 69ms
23111
+
23112
+ Errno::EADDRINUSE (Address already in use - bind(2) for "127.0.0.1" port 9876):
23113
+ /opt/rubies/2.1.2/lib/ruby/2.1.0/drb/drb.rb:879:in `initialize'
23114
+ /opt/rubies/2.1.2/lib/ruby/2.1.0/drb/drb.rb:879:in `open'
23115
+ /opt/rubies/2.1.2/lib/ruby/2.1.0/drb/drb.rb:879:in `open_server'
23116
+ /opt/rubies/2.1.2/lib/ruby/2.1.0/drb/drb.rb:764:in `block in open_server'
23117
+ /opt/rubies/2.1.2/lib/ruby/2.1.0/drb/drb.rb:762:in `each'
23118
+ /opt/rubies/2.1.2/lib/ruby/2.1.0/drb/drb.rb:762:in `open_server'
23119
+ /opt/rubies/2.1.2/lib/ruby/2.1.0/drb/drb.rb:1373:in `initialize'
23120
+ /opt/rubies/2.1.2/lib/ruby/2.1.0/drb/drb.rb:1664:in `new'
23121
+ /opt/rubies/2.1.2/lib/ruby/2.1.0/drb/drb.rb:1664:in `start_service'
23122
+ pry-remote (0.1.8) lib/pry-remote.rb:149:in `initialize'
23123
+ pry-remote (0.1.8) lib/pry-remote.rb:320:in `new'
23124
+ pry-remote (0.1.8) lib/pry-remote.rb:320:in `remote_pry'
23125
+ /Users/lynn/Code/Auth/devise_token_auth/app/models/devise_token_auth/concerns/user.rb:199:in `generate_url'
23126
+ /Users/lynn/Code/Auth/devise_token_auth/app/models/devise_token_auth/concerns/user.rb:172:in `build_auth_url'
23127
+ /Users/lynn/Code/Auth/devise_token_auth/app/controllers/devise_token_auth/passwords_controller.rb:82:in `edit'
23128
+ actionpack (4.1.6) lib/action_controller/metal/implicit_render.rb:4:in `send_action'
23129
+ actionpack (4.1.6) lib/abstract_controller/base.rb:189:in `process_action'
23130
+ actionpack (4.1.6) lib/action_controller/metal/rendering.rb:10:in `process_action'
23131
+ actionpack (4.1.6) lib/abstract_controller/callbacks.rb:20:in `block in process_action'
23132
+ activesupport (4.1.6) lib/active_support/callbacks.rb:113:in `call'
23133
+ activesupport (4.1.6) lib/active_support/callbacks.rb:113:in `call'
23134
+ activesupport (4.1.6) lib/active_support/callbacks.rb:149:in `block in halting_and_conditional'
23135
+ activesupport (4.1.6) lib/active_support/callbacks.rb:149:in `call'
23136
+ activesupport (4.1.6) lib/active_support/callbacks.rb:149:in `block in halting_and_conditional'
23137
+ activesupport (4.1.6) lib/active_support/callbacks.rb:215:in `call'
23138
+ activesupport (4.1.6) lib/active_support/callbacks.rb:215:in `block in halting_and_conditional'
23139
+ activesupport (4.1.6) lib/active_support/callbacks.rb:166:in `call'
23140
+ activesupport (4.1.6) lib/active_support/callbacks.rb:166:in `block in halting'
23141
+ activesupport (4.1.6) lib/active_support/callbacks.rb:86:in `call'
23142
+ activesupport (4.1.6) lib/active_support/callbacks.rb:86:in `run_callbacks'
23143
+ actionpack (4.1.6) lib/abstract_controller/callbacks.rb:19:in `process_action'
23144
+ actionpack (4.1.6) lib/action_controller/metal/rescue.rb:29:in `process_action'
23145
+ actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action'
23146
+ activesupport (4.1.6) lib/active_support/notifications.rb:159:in `block in instrument'
23147
+ activesupport (4.1.6) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
23148
+ activesupport (4.1.6) lib/active_support/notifications.rb:159:in `instrument'
23149
+ actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
23150
+ actionpack (4.1.6) lib/action_controller/metal/params_wrapper.rb:250:in `process_action'
23151
+ activerecord (4.1.6) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
23152
+ actionpack (4.1.6) lib/abstract_controller/base.rb:136:in `process'
23153
+ actionview (4.1.6) lib/action_view/rendering.rb:30:in `process'
23154
+ actionpack (4.1.6) lib/action_controller/metal.rb:196:in `dispatch'
23155
+ actionpack (4.1.6) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'
23156
+ actionpack (4.1.6) lib/action_controller/metal.rb:232:in `block in action'
23157
+ actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:82:in `call'
23158
+ actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:82:in `dispatch'
23159
+ actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:50:in `call'
23160
+ actionpack (4.1.6) lib/action_dispatch/routing/mapper.rb:45:in `call'
23161
+ actionpack (4.1.6) lib/action_dispatch/journey/router.rb:73:in `block in call'
23162
+ actionpack (4.1.6) lib/action_dispatch/journey/router.rb:59:in `each'
23163
+ actionpack (4.1.6) lib/action_dispatch/journey/router.rb:59:in `call'
23164
+ actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:678:in `call'
23165
+ omniauth (1.2.2) lib/omniauth/strategy.rb:186:in `call!'
23166
+ omniauth (1.2.2) lib/omniauth/strategy.rb:164:in `call'
23167
+ omniauth (1.2.2) lib/omniauth/strategy.rb:186:in `call!'
23168
+ omniauth (1.2.2) lib/omniauth/strategy.rb:164:in `call'
23169
+ omniauth (1.2.2) lib/omniauth/strategy.rb:186:in `call!'
23170
+ omniauth (1.2.2) lib/omniauth/strategy.rb:164:in `call'
23171
+ omniauth (1.2.2) lib/omniauth/strategy.rb:186:in `call!'
23172
+ omniauth (1.2.2) lib/omniauth/strategy.rb:164:in `call'
23173
+ omniauth (1.2.2) lib/omniauth/builder.rb:59:in `call'
23174
+ warden (1.2.3) lib/warden/manager.rb:35:in `block in call'
23175
+ warden (1.2.3) lib/warden/manager.rb:34:in `catch'
23176
+ warden (1.2.3) lib/warden/manager.rb:34:in `call'
23177
+ rack (1.5.2) lib/rack/etag.rb:23:in `call'
23178
+ rack (1.5.2) lib/rack/conditionalget.rb:25:in `call'
23179
+ rack (1.5.2) lib/rack/head.rb:11:in `call'
23180
+ actionpack (4.1.6) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
23181
+ actionpack (4.1.6) lib/action_dispatch/middleware/flash.rb:254:in `call'
23182
+ rack (1.5.2) lib/rack/session/abstract/id.rb:225:in `context'
23183
+ rack (1.5.2) lib/rack/session/abstract/id.rb:220:in `call'
23184
+ actionpack (4.1.6) lib/action_dispatch/middleware/cookies.rb:560:in `call'
23185
+ activerecord (4.1.6) lib/active_record/query_cache.rb:36:in `call'
23186
+ activerecord (4.1.6) lib/active_record/connection_adapters/abstract/connection_pool.rb:621:in `call'
23187
+ activerecord (4.1.6) lib/active_record/migration.rb:380:in `call'
23188
+ actionpack (4.1.6) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
23189
+ activesupport (4.1.6) lib/active_support/callbacks.rb:82:in `run_callbacks'
23190
+ actionpack (4.1.6) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
23191
+ actionpack (4.1.6) lib/action_dispatch/middleware/reloader.rb:73:in `call'
23192
+ actionpack (4.1.6) lib/action_dispatch/middleware/remote_ip.rb:76:in `call'
23193
+ actionpack (4.1.6) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
23194
+ actionpack (4.1.6) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
23195
+ railties (4.1.6) lib/rails/rack/logger.rb:38:in `call_app'
23196
+ railties (4.1.6) lib/rails/rack/logger.rb:20:in `block in call'
23197
+ activesupport (4.1.6) lib/active_support/tagged_logging.rb:68:in `block in tagged'
23198
+ activesupport (4.1.6) lib/active_support/tagged_logging.rb:26:in `tagged'
23199
+ activesupport (4.1.6) lib/active_support/tagged_logging.rb:68:in `tagged'
23200
+ railties (4.1.6) lib/rails/rack/logger.rb:20:in `call'
23201
+ actionpack (4.1.6) lib/action_dispatch/middleware/request_id.rb:21:in `call'
23202
+ rack (1.5.2) lib/rack/methodoverride.rb:21:in `call'
23203
+ rack (1.5.2) lib/rack/runtime.rb:17:in `call'
23204
+ activesupport (4.1.6) lib/active_support/cache/strategy/local_cache_middleware.rb:26:in `call'
23205
+ rack (1.5.2) lib/rack/lock.rb:17:in `call'
23206
+ actionpack (4.1.6) lib/action_dispatch/middleware/static.rb:64:in `call'
23207
+ rack (1.5.2) lib/rack/sendfile.rb:112:in `call'
23208
+ railties (4.1.6) lib/rails/engine.rb:514:in `call'
23209
+ railties (4.1.6) lib/rails/application.rb:144:in `call'
23210
+ rack-cors (0.2.9) lib/rack/cors.rb:54:in `call'
23211
+ /Users/lynn/Library/Application Support/Pow/Versions/0.4.3/node_modules/nack/lib/nack/server.rb:155:in `handle'
23212
+ /Users/lynn/Library/Application Support/Pow/Versions/0.4.3/node_modules/nack/lib/nack/server.rb:109:in `rescue in block (2 levels) in start'
23213
+ /Users/lynn/Library/Application Support/Pow/Versions/0.4.3/node_modules/nack/lib/nack/server.rb:106:in `block (2 levels) in start'
23214
+ /Users/lynn/Library/Application Support/Pow/Versions/0.4.3/node_modules/nack/lib/nack/server.rb:96:in `each'
23215
+ /Users/lynn/Library/Application Support/Pow/Versions/0.4.3/node_modules/nack/lib/nack/server.rb:96:in `block in start'
23216
+ /Users/lynn/Library/Application Support/Pow/Versions/0.4.3/node_modules/nack/lib/nack/server.rb:76:in `loop'
23217
+ /Users/lynn/Library/Application Support/Pow/Versions/0.4.3/node_modules/nack/lib/nack/server.rb:76:in `start'
23218
+ /Users/lynn/Library/Application Support/Pow/Versions/0.4.3/node_modules/nack/lib/nack/server.rb:12:in `run'
23219
+ /Users/lynn/Library/Application Support/Pow/Versions/0.4.3/node_modules/nack/bin/nack_worker:4:in `<main>'
23220
+
23221
+
23222
+ Rendered /opt/rubies/2.1.2/lib/ruby/gems/2.1.0/gems/actionpack-4.1.6/lib/action_dispatch/middleware/templates/rescues/_source.erb (0.8ms)
23223
+ Rendered /opt/rubies/2.1.2/lib/ruby/gems/2.1.0/gems/actionpack-4.1.6/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.6ms)
23224
+ Rendered /opt/rubies/2.1.2/lib/ruby/gems/2.1.0/gems/actionpack-4.1.6/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (14.7ms)
23225
+ Rendered /opt/rubies/2.1.2/lib/ruby/gems/2.1.0/gems/actionpack-4.1.6/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (32.1ms)
23226
+
23227
+
23228
+ Started POST "/mangs/password" for 127.0.0.1 at 2014-09-22 15:01:27 -0500
23229
+ Processing by DeviseTokenAuth::PasswordsController#create as HTML
23230
+ Parameters: {"email"=>"test@test.com", "redirect_url"=>"http://ng-token-auth.dev/#/multi-user", "config_name"=>"evilUser", "password"=>{"email"=>"test@test.com", "redirect_url"=>"http://ng-token-auth.dev/#/multi-user", "config_name"=>"evilUser"}}
23231
+ Unpermitted parameters: redirect_url, config_name, password
23232
+ Unpermitted parameters: redirect_url, config_name, password
23233
+ Mang Load (0.1ms) SELECT "mangs".* FROM "mangs" WHERE "mangs"."email" = 'test@test.com' AND "mangs"."provider" = 'email' ORDER BY "mangs"."id" ASC LIMIT 1
23234
+ Unpermitted parameters: redirect_url, config_name, password
23235
+ Mang Load (0.2ms) SELECT "mangs".* FROM "mangs" WHERE "mangs"."reset_password_token" = 'a1f7fb31356d9135a84939fb3565363e567e3376bc0d71ae28b1c5389a834253' ORDER BY "mangs"."id" ASC LIMIT 1
23236
+  (0.0ms) begin transaction
23237
+ Binary data inserted for `string` type on column `reset_password_token`
23238
+ SQL (0.3ms) UPDATE "mangs" SET "reset_password_sent_at" = ?, "reset_password_token" = ?, "tokens" = ?, "updated_at" = ? WHERE "mangs"."id" = 3 [["reset_password_sent_at", "2014-09-22 20:01:27.152257"], ["reset_password_token", "a1f7fb31356d9135a84939fb3565363e567e3376bc0d71ae28b1c5389a834253"], ["tokens", "{\"GJ81P6-Qir8IL84brufu9w\":{\"token\":\"$2a$10$gi2nOKZNdyO/H9Rh9WiNj.p9yAJMuwmB4iLqY2fssDeAgtfxfOpdC\",\"expiry\":1412619291},\"IYjOM_3fwPeY-gL76NTU_g\":{\"token\":\"$2a$10$kecv6JADc8P8yX.Hps5MVuZTSn9.g2p/XTS0BlTv5nnqK3r82/N3S\",\"expiry\":1412625643}}"], ["updated_at", "2014-09-22 20:01:27.152528"]]
23239
+  (0.5ms) commit transaction
23240
+ Rendered /Users/lynn/Code/Auth/devise_token_auth/app/views/devise/mailer/reset_password_instructions.html.erb (0.4ms)
23241
+
23242
+ Devise::Mailer#reset_password_instructions: processed outbound mail in 6.2ms
23243
+
23244
+ Sent mail to test@test.com (9.1ms)
23245
+ Date: Mon, 22 Sep 2014 15:01:27 -0500
23246
+ From: please-change-me-at-config-initializers-devise@example.com
23247
+ Reply-To: please-change-me-at-config-initializers-devise@example.com
23248
+ To: test@test.com
23249
+ Message-ID: <5420801728048_14b733ff199c65be08374d@tests-MacBook-Pro-2.local.mail>
23250
+ Subject: Reset password instructions
23251
+ Mime-Version: 1.0
23252
+ Content-Type: text/html;
23253
+ charset=UTF-8
23254
+ Content-Transfer-Encoding: 7bit
23255
+ email: test@test.com
23256
+ provider: email
23257
+ redirect-url: http://ng-token-auth.dev/#/multi-user
23258
+ client-config: evilUser
23259
+
23260
+ <p>Hello test@test.com!</p>
23261
+
23262
+ <p>Someone has requested a link to change your password. You can do this through the link below.</p>
23263
+
23264
+ <p><a href="http://devise-token-auth.dev/mangs/password/edit?config=evilUser&amp;redirect_url=http%3A%2F%2Fng-token-auth.dev%2F%23%2Fmulti-user&amp;reset_password_token=faUy-9Dw-CEtAiAqykQo">Change my password</a></p>
23265
+
23266
+ <p>If you didn't request this, please ignore this email.</p>
23267
+ <p>Your password won't change until you access the link above and create a new one.</p>
23268
+
23269
+ Completed 200 OK in 34ms (Views: 0.2ms | ActiveRecord: 1.6ms)
23270
+
23271
+
23272
+ Started GET "/mangs/password/edit?config=evilUser&redirect_url=http%3A%2F%2Fng-token-auth.dev%2F%23%2Fmulti-user&reset_password_token=[FILTERED]" for 127.0.0.1 at 2014-09-22 15:02:10 -0500
23273
+ Processing by DeviseTokenAuth::PasswordsController#edit as HTML
23274
+ Parameters: {"config"=>"evilUser", "redirect_url"=>"http://ng-token-auth.dev/#/multi-user", "reset_password_token"=>"[FILTERED]"}
23275
+ Unpermitted parameters: config, redirect_url
23276
+ Mang Load (0.2ms) SELECT "mangs".* FROM "mangs" WHERE "mangs"."reset_password_token" = 'a1f7fb31356d9135a84939fb3565363e567e3376bc0d71ae28b1c5389a834253' ORDER BY "mangs"."id" ASC LIMIT 1
23277
+  (0.0ms) begin transaction
23278
+ SQL (0.6ms) UPDATE "mangs" SET "reset_password_sent_at" = ?, "reset_password_token" = ?, "tokens" = ?, "updated_at" = ? WHERE "mangs"."id" = 3 [["reset_password_sent_at", nil], ["reset_password_token", nil], ["tokens", "{\"GJ81P6-Qir8IL84brufu9w\":{\"token\":\"$2a$10$gi2nOKZNdyO/H9Rh9WiNj.p9yAJMuwmB4iLqY2fssDeAgtfxfOpdC\",\"expiry\":1412619291},\"IYjOM_3fwPeY-gL76NTU_g\":{\"token\":\"$2a$10$kecv6JADc8P8yX.Hps5MVuZTSn9.g2p/XTS0BlTv5nnqK3r82/N3S\",\"expiry\":1412625643}}"], ["updated_at", "2014-09-22 20:02:10.399099"]]
23279
+  (1.7ms) commit transaction
23280
+  (0.1ms) begin transaction
23281
+ SQL (0.3ms) UPDATE "mangs" SET "reset_password_token" = ?, "tokens" = ?, "updated_at" = ? WHERE "mangs"."id" = 3 [["reset_password_token", "faUy-9Dw-CEtAiAqykQo"], ["tokens", "{\"GJ81P6-Qir8IL84brufu9w\":{\"token\":\"$2a$10$gi2nOKZNdyO/H9Rh9WiNj.p9yAJMuwmB4iLqY2fssDeAgtfxfOpdC\",\"expiry\":1412619291},\"IYjOM_3fwPeY-gL76NTU_g\":{\"token\":\"$2a$10$kecv6JADc8P8yX.Hps5MVuZTSn9.g2p/XTS0BlTv5nnqK3r82/N3S\",\"expiry\":1412625643},\"MH_vHywaaJWNasuuQsSqMQ\":{\"token\":\"$2a$10$m5HT6PE26k74tlXHli7SG.eLfUuNEe2RL//33Be5UGGU0vkeVCLU6\",\"expiry\":1412625730}}"], ["updated_at", "2014-09-22 20:02:10.464076"]]
23282
+  (0.5ms) commit transaction
23283
+ Redirected to http://ng-token-auth.dev/#/multi-user?client_id=MH_vHywaaJWNasuuQsSqMQ&config=evilUser&expiry=1412625730&reset_password=true&token=s42SGtSPkGpaAOHoDYy2OA&uid=test%40test.com
23284
+ Completed 302 Found in 69ms (ActiveRecord: 3.4ms)
23285
+
23286
+
23287
+ Started GET "/mangs/validate_token" for 127.0.0.1 at 2014-09-22 15:02:11 -0500
23288
+ Processing by DeviseTokenAuth::AuthController#validate_token as HTML
23289
+ Mang Load (0.2ms) SELECT "mangs".* FROM "mangs" WHERE "mangs"."uid" = 'test@test.com' LIMIT 1
23290
+  (0.1ms) begin transaction
23291
+ SQL (0.3ms) UPDATE "mangs" SET "tokens" = ?, "updated_at" = ? WHERE "mangs"."id" = 3 [["tokens", "{\"GJ81P6-Qir8IL84brufu9w\":{\"token\":\"$2a$10$gi2nOKZNdyO/H9Rh9WiNj.p9yAJMuwmB4iLqY2fssDeAgtfxfOpdC\",\"expiry\":1412619291},\"IYjOM_3fwPeY-gL76NTU_g\":{\"token\":\"$2a$10$kecv6JADc8P8yX.Hps5MVuZTSn9.g2p/XTS0BlTv5nnqK3r82/N3S\",\"expiry\":1412625643},\"MH_vHywaaJWNasuuQsSqMQ\":{\"token\":\"$2a$10$zbJez2n.TUGLt76PbuLqfueV4.vf8jVU1.ogGoIn/WqgHubA1edb2\",\"expiry\":1412625731,\"last_token\":\"$2a$10$m5HT6PE26k74tlXHli7SG.eLfUuNEe2RL//33Be5UGGU0vkeVCLU6\",\"updated_at\":\"2014-09-22T15:02:11.319-05:00\"}}"], ["updated_at", "2014-09-22 20:02:11.320232"]]
23292
+  (1.6ms) commit transaction
23293
+ Completed 200 OK in 129ms (Views: 0.2ms | ActiveRecord: 2.2ms)
23294
+
23295
+
23296
+ Started PUT "/auth/password" for 127.0.0.1 at 2014-09-22 15:02:18 -0500
23297
+ Processing by DeviseTokenAuth::PasswordsController#update as HTML
23298
+ Parameters: {"password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]"}
23299
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."uid" = 'test@test.com' LIMIT 1
23300
+ Completed 401 Unauthorized in 12ms (Views: 0.2ms | ActiveRecord: 0.4ms)
23301
+
23302
+
23303
+ Started GET "/auth/validate_token" for 127.0.0.1 at 2014-09-22 15:05:55 -0500
23304
+ Processing by DeviseTokenAuth::AuthController#validate_token as HTML
23305
+ User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."uid" = 'test@test.com' LIMIT 1
23306
+ Completed 401 Unauthorized in 1ms (Views: 0.1ms | ActiveRecord: 0.2ms)
23307
+
23308
+
23309
+ Started POST "/mangs/password" for 127.0.0.1 at 2014-09-22 15:06:06 -0500
23310
+ Processing by DeviseTokenAuth::PasswordsController#create as HTML
23311
+ Parameters: {"email"=>"test@test.com", "redirect_url"=>"http://ng-token-auth.dev/#/multi-user", "config_name"=>"evilUser", "password"=>{"email"=>"test@test.com", "redirect_url"=>"http://ng-token-auth.dev/#/multi-user", "config_name"=>"evilUser"}}
23312
+ Unpermitted parameters: redirect_url, config_name, password
23313
+ Unpermitted parameters: redirect_url, config_name, password
23314
+ Mang Load (0.2ms) SELECT "mangs".* FROM "mangs" WHERE "mangs"."email" = 'test@test.com' AND "mangs"."provider" = 'email' ORDER BY "mangs"."id" ASC LIMIT 1
23315
+ Unpermitted parameters: redirect_url, config_name, password
23316
+ Mang Load (0.1ms) SELECT "mangs".* FROM "mangs" WHERE "mangs"."reset_password_token" = '46f4cdad6e7a223725ecedac3942c26cf7c4d7cb32aeaca16a3e0a3f1524ad20' ORDER BY "mangs"."id" ASC LIMIT 1
23317
+  (0.1ms) begin transaction
23318
+ Binary data inserted for `string` type on column `reset_password_token`
23319
+ SQL (0.3ms) UPDATE "mangs" SET "reset_password_sent_at" = ?, "reset_password_token" = ?, "tokens" = ?, "updated_at" = ? WHERE "mangs"."id" = 3 [["reset_password_sent_at", "2014-09-22 20:06:06.950788"], ["reset_password_token", "46f4cdad6e7a223725ecedac3942c26cf7c4d7cb32aeaca16a3e0a3f1524ad20"], ["tokens", "{\"GJ81P6-Qir8IL84brufu9w\":{\"token\":\"$2a$10$gi2nOKZNdyO/H9Rh9WiNj.p9yAJMuwmB4iLqY2fssDeAgtfxfOpdC\",\"expiry\":1412619291},\"IYjOM_3fwPeY-gL76NTU_g\":{\"token\":\"$2a$10$kecv6JADc8P8yX.Hps5MVuZTSn9.g2p/XTS0BlTv5nnqK3r82/N3S\",\"expiry\":1412625643},\"MH_vHywaaJWNasuuQsSqMQ\":{\"token\":\"$2a$10$zbJez2n.TUGLt76PbuLqfueV4.vf8jVU1.ogGoIn/WqgHubA1edb2\",\"expiry\":1412625731,\"last_token\":\"$2a$10$m5HT6PE26k74tlXHli7SG.eLfUuNEe2RL//33Be5UGGU0vkeVCLU6\",\"updated_at\":\"2014-09-22T15:02:11.319-05:00\"}}"], ["updated_at", "2014-09-22 20:06:06.951178"]]
23320
+  (2.2ms) commit transaction
23321
+ Rendered /Users/lynn/Code/Auth/devise_token_auth/app/views/devise/mailer/reset_password_instructions.html.erb (0.5ms)
23322
+
23323
+ Devise::Mailer#reset_password_instructions: processed outbound mail in 7.7ms
23324
+
23325
+ Sent mail to test@test.com (9.8ms)
23326
+ Date: Mon, 22 Sep 2014 15:06:06 -0500
23327
+ From: please-change-me-at-config-initializers-devise@example.com
23328
+ Reply-To: please-change-me-at-config-initializers-devise@example.com
23329
+ To: test@test.com
23330
+ Message-ID: <5420812eeb8c1_14b733ff199c65be08385c@tests-MacBook-Pro-2.local.mail>
23331
+ Subject: Reset password instructions
23332
+ Mime-Version: 1.0
23333
+ Content-Type: text/html;
23334
+ charset=UTF-8
23335
+ Content-Transfer-Encoding: 7bit
23336
+ email: test@test.com
23337
+ provider: email
23338
+ redirect-url: http://ng-token-auth.dev/#/multi-user
23339
+ client-config: evilUser
23340
+
23341
+ <p>Hello test@test.com!</p>
23342
+
23343
+ <p>Someone has requested a link to change your password. You can do this through the link below.</p>
23344
+
23345
+ <p><a href="http://devise-token-auth.dev/mangs/password/edit?config=evilUser&amp;redirect_url=http%3A%2F%2Fng-token-auth.dev%2F%23%2Fmulti-user&amp;reset_password_token=fb-EcFxfAc-Rnn5VeV1J">Change my password</a></p>
23346
+
23347
+ <p>If you didn't request this, please ignore this email.</p>
23348
+ <p>Your password won't change until you access the link above and create a new one.</p>
23349
+
23350
+ Completed 200 OK in 26ms (Views: 0.3ms | ActiveRecord: 2.9ms)
23351
+
23352
+
23353
+ Started GET "/mangs/password/edit?config=evilUser&redirect_url=http%3A%2F%2Fng-token-auth.dev%2F%23%2Fmulti-user&reset_password_token=[FILTERED]" for 127.0.0.1 at 2014-09-22 15:06:14 -0500
23354
+ Processing by DeviseTokenAuth::PasswordsController#edit as HTML
23355
+ Parameters: {"config"=>"evilUser", "redirect_url"=>"http://ng-token-auth.dev/#/multi-user", "reset_password_token"=>"[FILTERED]"}
23356
+ Unpermitted parameters: config, redirect_url
23357
+ Mang Load (0.2ms) SELECT "mangs".* FROM "mangs" WHERE "mangs"."reset_password_token" = '46f4cdad6e7a223725ecedac3942c26cf7c4d7cb32aeaca16a3e0a3f1524ad20' ORDER BY "mangs"."id" ASC LIMIT 1
23358
+  (0.0ms) begin transaction
23359
+ SQL (0.2ms) UPDATE "mangs" SET "reset_password_sent_at" = ?, "reset_password_token" = ?, "tokens" = ?, "updated_at" = ? WHERE "mangs"."id" = 3 [["reset_password_sent_at", nil], ["reset_password_token", nil], ["tokens", "{\"GJ81P6-Qir8IL84brufu9w\":{\"token\":\"$2a$10$gi2nOKZNdyO/H9Rh9WiNj.p9yAJMuwmB4iLqY2fssDeAgtfxfOpdC\",\"expiry\":1412619291},\"IYjOM_3fwPeY-gL76NTU_g\":{\"token\":\"$2a$10$kecv6JADc8P8yX.Hps5MVuZTSn9.g2p/XTS0BlTv5nnqK3r82/N3S\",\"expiry\":1412625643},\"MH_vHywaaJWNasuuQsSqMQ\":{\"token\":\"$2a$10$zbJez2n.TUGLt76PbuLqfueV4.vf8jVU1.ogGoIn/WqgHubA1edb2\",\"expiry\":1412625731,\"last_token\":\"$2a$10$m5HT6PE26k74tlXHli7SG.eLfUuNEe2RL//33Be5UGGU0vkeVCLU6\",\"updated_at\":\"2014-09-22T15:02:11.319-05:00\"}}"], ["updated_at", "2014-09-22 20:06:14.552107"]]
23360
+  (1.8ms) commit transaction
23361
+  (0.1ms) begin transaction
23362
+ SQL (0.2ms) UPDATE "mangs" SET "reset_password_token" = ?, "tokens" = ?, "updated_at" = ? WHERE "mangs"."id" = 3 [["reset_password_token", "fb-EcFxfAc-Rnn5VeV1J"], ["tokens", "{\"GJ81P6-Qir8IL84brufu9w\":{\"token\":\"$2a$10$gi2nOKZNdyO/H9Rh9WiNj.p9yAJMuwmB4iLqY2fssDeAgtfxfOpdC\",\"expiry\":1412619291},\"IYjOM_3fwPeY-gL76NTU_g\":{\"token\":\"$2a$10$kecv6JADc8P8yX.Hps5MVuZTSn9.g2p/XTS0BlTv5nnqK3r82/N3S\",\"expiry\":1412625643},\"MH_vHywaaJWNasuuQsSqMQ\":{\"token\":\"$2a$10$zbJez2n.TUGLt76PbuLqfueV4.vf8jVU1.ogGoIn/WqgHubA1edb2\",\"expiry\":1412625731,\"last_token\":\"$2a$10$m5HT6PE26k74tlXHli7SG.eLfUuNEe2RL//33Be5UGGU0vkeVCLU6\",\"updated_at\":\"2014-09-22T15:02:11.319-05:00\"},\"jzgVQkCww6t7muTOKDPGFQ\":{\"token\":\"$2a$10$JeI4ccSNBhFU.hTR3Ao56ubex01sFZiH8TUsyWMJxWOk9qIdU66Ly\",\"expiry\":1412625974}}"], ["updated_at", "2014-09-22 20:06:14.615504"]]
23363
+  (0.7ms) commit transaction
23364
+ Redirected to http://ng-token-auth.dev/#/multi-user?client_id=jzgVQkCww6t7muTOKDPGFQ&config=evilUser&expiry=1412625974&reset_password=true&token=nDU9M8lwajagsDtg0hwqUA&uid=test%40test.com
23365
+ Completed 302 Found in 67ms (ActiveRecord: 3.3ms)
23366
+
23367
+
23368
+ Started GET "/mangs/validate_token" for 127.0.0.1 at 2014-09-22 15:06:15 -0500
23369
+ Processing by DeviseTokenAuth::AuthController#validate_token as HTML
23370
+ Mang Load (0.2ms) SELECT "mangs".* FROM "mangs" WHERE "mangs"."uid" = 'test@test.com' LIMIT 1
23371
+  (0.1ms) begin transaction
23372
+ SQL (0.2ms) UPDATE "mangs" SET "tokens" = ?, "updated_at" = ? WHERE "mangs"."id" = 3 [["tokens", "{\"GJ81P6-Qir8IL84brufu9w\":{\"token\":\"$2a$10$gi2nOKZNdyO/H9Rh9WiNj.p9yAJMuwmB4iLqY2fssDeAgtfxfOpdC\",\"expiry\":1412619291},\"IYjOM_3fwPeY-gL76NTU_g\":{\"token\":\"$2a$10$kecv6JADc8P8yX.Hps5MVuZTSn9.g2p/XTS0BlTv5nnqK3r82/N3S\",\"expiry\":1412625643},\"MH_vHywaaJWNasuuQsSqMQ\":{\"token\":\"$2a$10$zbJez2n.TUGLt76PbuLqfueV4.vf8jVU1.ogGoIn/WqgHubA1edb2\",\"expiry\":1412625731,\"last_token\":\"$2a$10$m5HT6PE26k74tlXHli7SG.eLfUuNEe2RL//33Be5UGGU0vkeVCLU6\",\"updated_at\":\"2014-09-22T15:02:11.319-05:00\"},\"jzgVQkCww6t7muTOKDPGFQ\":{\"token\":\"$2a$10$l5ZjkFpb9Lv.0WYsmKdQGu3VEjsmRQIl6n/rJYxUTP13SGFfE4QJq\",\"expiry\":1412625975,\"last_token\":\"$2a$10$JeI4ccSNBhFU.hTR3Ao56ubex01sFZiH8TUsyWMJxWOk9qIdU66Ly\",\"updated_at\":\"2014-09-22T15:06:15.166-05:00\"}}"], ["updated_at", "2014-09-22 20:06:15.166782"]]
23373
+  (1.9ms) commit transaction
23374
+ Completed 200 OK in 129ms (Views: 0.2ms | ActiveRecord: 2.4ms)
23375
+
23376
+
23377
+ Started PUT "/auth/password" for 127.0.0.1 at 2014-09-22 15:06:22 -0500
23378
+ Processing by DeviseTokenAuth::PasswordsController#update as HTML
23379
+ Parameters: {"password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]"}
23380
+ User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."uid" = 'test@test.com' LIMIT 1
23381
+ Completed 401 Unauthorized in 1ms (Views: 0.1ms | ActiveRecord: 0.2ms)
23382
+
23383
+
23384
+ Started GET "/auth/validate_token" for 127.0.0.1 at 2014-09-22 15:07:43 -0500
23385
+ Processing by DeviseTokenAuth::AuthController#validate_token as HTML
23386
+ User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."uid" = 'test@test.com' LIMIT 1
23387
+ Completed 401 Unauthorized in 2ms (Views: 0.2ms | ActiveRecord: 0.2ms)
23388
+
23389
+
23390
+ Started POST "/mangs/password" for 127.0.0.1 at 2014-09-22 15:07:51 -0500
23391
+ Processing by DeviseTokenAuth::PasswordsController#create as HTML
23392
+ Parameters: {"email"=>"test@test.com", "redirect_url"=>"http://ng-token-auth.dev/#/multi-user", "config_name"=>"evilUser", "password"=>{"email"=>"test@test.com", "redirect_url"=>"http://ng-token-auth.dev/#/multi-user", "config_name"=>"evilUser"}}
23393
+ Unpermitted parameters: redirect_url, config_name, password
23394
+ Unpermitted parameters: redirect_url, config_name, password
23395
+ Mang Load (0.2ms) SELECT "mangs".* FROM "mangs" WHERE "mangs"."email" = 'test@test.com' AND "mangs"."provider" = 'email' ORDER BY "mangs"."id" ASC LIMIT 1
23396
+ Unpermitted parameters: redirect_url, config_name, password
23397
+ Mang Load (0.1ms) SELECT "mangs".* FROM "mangs" WHERE "mangs"."reset_password_token" = '692da963ee43a33c3de268b1b178fa366c10ca7429629c15f6aa31e45ac43713' ORDER BY "mangs"."id" ASC LIMIT 1
23398
+  (0.0ms) begin transaction
23399
+ Binary data inserted for `string` type on column `reset_password_token`
23400
+ SQL (0.2ms) UPDATE "mangs" SET "reset_password_sent_at" = ?, "reset_password_token" = ?, "tokens" = ?, "updated_at" = ? WHERE "mangs"."id" = 3 [["reset_password_sent_at", "2014-09-22 20:07:51.645094"], ["reset_password_token", "692da963ee43a33c3de268b1b178fa366c10ca7429629c15f6aa31e45ac43713"], ["tokens", "{\"GJ81P6-Qir8IL84brufu9w\":{\"token\":\"$2a$10$gi2nOKZNdyO/H9Rh9WiNj.p9yAJMuwmB4iLqY2fssDeAgtfxfOpdC\",\"expiry\":1412619291},\"IYjOM_3fwPeY-gL76NTU_g\":{\"token\":\"$2a$10$kecv6JADc8P8yX.Hps5MVuZTSn9.g2p/XTS0BlTv5nnqK3r82/N3S\",\"expiry\":1412625643},\"MH_vHywaaJWNasuuQsSqMQ\":{\"token\":\"$2a$10$zbJez2n.TUGLt76PbuLqfueV4.vf8jVU1.ogGoIn/WqgHubA1edb2\",\"expiry\":1412625731,\"last_token\":\"$2a$10$m5HT6PE26k74tlXHli7SG.eLfUuNEe2RL//33Be5UGGU0vkeVCLU6\",\"updated_at\":\"2014-09-22T15:02:11.319-05:00\"},\"jzgVQkCww6t7muTOKDPGFQ\":{\"token\":\"$2a$10$l5ZjkFpb9Lv.0WYsmKdQGu3VEjsmRQIl6n/rJYxUTP13SGFfE4QJq\",\"expiry\":1412625975,\"last_token\":\"$2a$10$JeI4ccSNBhFU.hTR3Ao56ubex01sFZiH8TUsyWMJxWOk9qIdU66Ly\",\"updated_at\":\"2014-09-22T15:06:15.166-05:00\"}}"], ["updated_at", "2014-09-22 20:07:51.645350"]]
23401
+  (1.8ms) commit transaction
23402
+ Rendered /Users/lynn/Code/Auth/devise_token_auth/app/views/devise/mailer/reset_password_instructions.html.erb (0.4ms)
23403
+
23404
+ Devise::Mailer#reset_password_instructions: processed outbound mail in 6.1ms
23405
+
23406
+ Sent mail to test@test.com (9.2ms)
23407
+ Date: Mon, 22 Sep 2014 15:07:51 -0500
23408
+ From: please-change-me-at-config-initializers-devise@example.com
23409
+ Reply-To: please-change-me-at-config-initializers-devise@example.com
23410
+ To: test@test.com
23411
+ Message-ID: <54208197a0180_14b733ff199c65be083947@tests-MacBook-Pro-2.local.mail>
23412
+ Subject: Reset password instructions
23413
+ Mime-Version: 1.0
23414
+ Content-Type: text/html;
23415
+ charset=UTF-8
23416
+ Content-Transfer-Encoding: 7bit
23417
+ email: test@test.com
23418
+ provider: email
23419
+ redirect-url: http://ng-token-auth.dev/#/multi-user
23420
+ client-config: evilUser
23421
+
23422
+ <p>Hello test@test.com!</p>
23423
+
23424
+ <p>Someone has requested a link to change your password. You can do this through the link below.</p>
23425
+
23426
+ <p><a href="http://devise-token-auth.dev/mangs/password/edit?config=evilUser&amp;redirect_url=http%3A%2F%2Fng-token-auth.dev%2F%23%2Fmulti-user&amp;reset_password_token=vya7xn9_mrDKQTrVpzN7">Change my password</a></p>
23427
+
23428
+ <p>If you didn't request this, please ignore this email.</p>
23429
+ <p>Your password won't change until you access the link above and create a new one.</p>
23430
+
23431
+ Completed 200 OK in 22ms (Views: 0.2ms | ActiveRecord: 2.4ms)
23432
+
23433
+
23434
+ Started GET "/mangs/password/edit?config=evilUser&redirect_url=http%3A%2F%2Fng-token-auth.dev%2F%23%2Fmulti-user&reset_password_token=[FILTERED]" for 127.0.0.1 at 2014-09-22 15:08:05 -0500
23435
+ Processing by DeviseTokenAuth::PasswordsController#edit as HTML
23436
+ Parameters: {"config"=>"evilUser", "redirect_url"=>"http://ng-token-auth.dev/#/multi-user", "reset_password_token"=>"[FILTERED]"}
23437
+ Unpermitted parameters: config, redirect_url
23438
+ Mang Load (0.3ms) SELECT "mangs".* FROM "mangs" WHERE "mangs"."reset_password_token" = '692da963ee43a33c3de268b1b178fa366c10ca7429629c15f6aa31e45ac43713' ORDER BY "mangs"."id" ASC LIMIT 1
23439
+  (0.1ms) begin transaction
23440
+ SQL (0.3ms) UPDATE "mangs" SET "reset_password_sent_at" = ?, "reset_password_token" = ?, "tokens" = ?, "updated_at" = ? WHERE "mangs"."id" = 3 [["reset_password_sent_at", nil], ["reset_password_token", nil], ["tokens", "{\"GJ81P6-Qir8IL84brufu9w\":{\"token\":\"$2a$10$gi2nOKZNdyO/H9Rh9WiNj.p9yAJMuwmB4iLqY2fssDeAgtfxfOpdC\",\"expiry\":1412619291},\"IYjOM_3fwPeY-gL76NTU_g\":{\"token\":\"$2a$10$kecv6JADc8P8yX.Hps5MVuZTSn9.g2p/XTS0BlTv5nnqK3r82/N3S\",\"expiry\":1412625643},\"MH_vHywaaJWNasuuQsSqMQ\":{\"token\":\"$2a$10$zbJez2n.TUGLt76PbuLqfueV4.vf8jVU1.ogGoIn/WqgHubA1edb2\",\"expiry\":1412625731,\"last_token\":\"$2a$10$m5HT6PE26k74tlXHli7SG.eLfUuNEe2RL//33Be5UGGU0vkeVCLU6\",\"updated_at\":\"2014-09-22T15:02:11.319-05:00\"},\"jzgVQkCww6t7muTOKDPGFQ\":{\"token\":\"$2a$10$l5ZjkFpb9Lv.0WYsmKdQGu3VEjsmRQIl6n/rJYxUTP13SGFfE4QJq\",\"expiry\":1412625975,\"last_token\":\"$2a$10$JeI4ccSNBhFU.hTR3Ao56ubex01sFZiH8TUsyWMJxWOk9qIdU66Ly\",\"updated_at\":\"2014-09-22T15:06:15.166-05:00\"}}"], ["updated_at", "2014-09-22 20:08:05.435502"]]
23441
+  (0.9ms) commit transaction
23442
+  (0.1ms) begin transaction
23443
+ SQL (0.2ms) UPDATE "mangs" SET "reset_password_token" = ?, "tokens" = ?, "updated_at" = ? WHERE "mangs"."id" = 3 [["reset_password_token", "vya7xn9_mrDKQTrVpzN7"], ["tokens", "{\"GJ81P6-Qir8IL84brufu9w\":{\"token\":\"$2a$10$gi2nOKZNdyO/H9Rh9WiNj.p9yAJMuwmB4iLqY2fssDeAgtfxfOpdC\",\"expiry\":1412619291},\"IYjOM_3fwPeY-gL76NTU_g\":{\"token\":\"$2a$10$kecv6JADc8P8yX.Hps5MVuZTSn9.g2p/XTS0BlTv5nnqK3r82/N3S\",\"expiry\":1412625643},\"MH_vHywaaJWNasuuQsSqMQ\":{\"token\":\"$2a$10$zbJez2n.TUGLt76PbuLqfueV4.vf8jVU1.ogGoIn/WqgHubA1edb2\",\"expiry\":1412625731,\"last_token\":\"$2a$10$m5HT6PE26k74tlXHli7SG.eLfUuNEe2RL//33Be5UGGU0vkeVCLU6\",\"updated_at\":\"2014-09-22T15:02:11.319-05:00\"},\"jzgVQkCww6t7muTOKDPGFQ\":{\"token\":\"$2a$10$l5ZjkFpb9Lv.0WYsmKdQGu3VEjsmRQIl6n/rJYxUTP13SGFfE4QJq\",\"expiry\":1412625975,\"last_token\":\"$2a$10$JeI4ccSNBhFU.hTR3Ao56ubex01sFZiH8TUsyWMJxWOk9qIdU66Ly\",\"updated_at\":\"2014-09-22T15:06:15.166-05:00\"},\"ACNCNNH2pClAFwZz6M8Yag\":{\"token\":\"$2a$10$x5iV56Ll2rPPxlwqFbdXneZLPO5uPq5I3Fvy0m9.FqxA9Cj1ShlMm\",\"expiry\":1412626085}}"], ["updated_at", "2014-09-22 20:08:05.499694"]]
23444
+  (0.9ms) commit transaction
23445
+ Redirected to http://ng-token-auth.dev/#/multi-user?client_id=ACNCNNH2pClAFwZz6M8Yag&config=evilUser&expiry=1412626085&reset_password=true&token=9L5jwjwTDluIAl5MRCbNEw&uid=test%40test.com
23446
+ Completed 302 Found in 69ms (ActiveRecord: 2.7ms)
23447
+
23448
+
23449
+ Started GET "/mangs/validate_token" for 127.0.0.1 at 2014-09-22 15:08:05 -0500
23450
+ Processing by DeviseTokenAuth::AuthController#validate_token as HTML
23451
+ Mang Load (0.2ms) SELECT "mangs".* FROM "mangs" WHERE "mangs"."uid" = 'test@test.com' LIMIT 1
23452
+  (0.1ms) begin transaction
23453
+ SQL (0.2ms) UPDATE "mangs" SET "tokens" = ?, "updated_at" = ? WHERE "mangs"."id" = 3 [["tokens", "{\"GJ81P6-Qir8IL84brufu9w\":{\"token\":\"$2a$10$gi2nOKZNdyO/H9Rh9WiNj.p9yAJMuwmB4iLqY2fssDeAgtfxfOpdC\",\"expiry\":1412619291},\"IYjOM_3fwPeY-gL76NTU_g\":{\"token\":\"$2a$10$kecv6JADc8P8yX.Hps5MVuZTSn9.g2p/XTS0BlTv5nnqK3r82/N3S\",\"expiry\":1412625643},\"MH_vHywaaJWNasuuQsSqMQ\":{\"token\":\"$2a$10$zbJez2n.TUGLt76PbuLqfueV4.vf8jVU1.ogGoIn/WqgHubA1edb2\",\"expiry\":1412625731,\"last_token\":\"$2a$10$m5HT6PE26k74tlXHli7SG.eLfUuNEe2RL//33Be5UGGU0vkeVCLU6\",\"updated_at\":\"2014-09-22T15:02:11.319-05:00\"},\"jzgVQkCww6t7muTOKDPGFQ\":{\"token\":\"$2a$10$l5ZjkFpb9Lv.0WYsmKdQGu3VEjsmRQIl6n/rJYxUTP13SGFfE4QJq\",\"expiry\":1412625975,\"last_token\":\"$2a$10$JeI4ccSNBhFU.hTR3Ao56ubex01sFZiH8TUsyWMJxWOk9qIdU66Ly\",\"updated_at\":\"2014-09-22T15:06:15.166-05:00\"},\"ACNCNNH2pClAFwZz6M8Yag\":{\"token\":\"$2a$10$RdxkHjewYmJbNHSkCryKv.cka3fZTd17hTxeLuzxpX/z9I3dCCzXC\",\"expiry\":1412626086,\"last_token\":\"$2a$10$x5iV56Ll2rPPxlwqFbdXneZLPO5uPq5I3Fvy0m9.FqxA9Cj1ShlMm\",\"updated_at\":\"2014-09-22T15:08:06.078-05:00\"}}"], ["updated_at", "2014-09-22 20:08:06.079345"]]
23454
+  (1.8ms) commit transaction
23455
+ Completed 200 OK in 129ms (Views: 0.2ms | ActiveRecord: 2.3ms)
23456
+
23457
+
23458
+ Started PUT "/auth/password" for 127.0.0.1 at 2014-09-22 15:08:19 -0500
23459
+ Processing by DeviseTokenAuth::PasswordsController#update as HTML
23460
+ Parameters: {"password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]"}
23461
+ User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."uid" = 'test@test.com' LIMIT 1
23462
+ Completed 401 Unauthorized in 1ms (Views: 0.1ms | ActiveRecord: 0.2ms)
23463
+
23464
+
23465
+ Started GET "/auth/validate_token" for 127.0.0.1 at 2014-09-22 15:09:06 -0500
23466
+ Processing by DeviseTokenAuth::AuthController#validate_token as HTML
23467
+ User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."uid" = 'test@test.com' LIMIT 1
23468
+ Completed 401 Unauthorized in 2ms (Views: 0.2ms | ActiveRecord: 0.2ms)
23469
+
23470
+
23471
+ Started POST "/mangs/password" for 127.0.0.1 at 2014-09-22 15:09:17 -0500
23472
+ Processing by DeviseTokenAuth::PasswordsController#create as HTML
23473
+ Parameters: {"email"=>"test@test.com", "redirect_url"=>"http://ng-token-auth.dev/#/multi-user", "config_name"=>"evilUser", "password"=>{"email"=>"test@test.com", "redirect_url"=>"http://ng-token-auth.dev/#/multi-user", "config_name"=>"evilUser"}}
23474
+ Unpermitted parameters: redirect_url, config_name, password
23475
+ Unpermitted parameters: redirect_url, config_name, password
23476
+ Mang Load (0.2ms) SELECT "mangs".* FROM "mangs" WHERE "mangs"."email" = 'test@test.com' AND "mangs"."provider" = 'email' ORDER BY "mangs"."id" ASC LIMIT 1
23477
+ Unpermitted parameters: redirect_url, config_name, password
23478
+ Mang Load (0.1ms) SELECT "mangs".* FROM "mangs" WHERE "mangs"."reset_password_token" = '8f94733656ea06db80d17f2512d138555fc578ed2529daa4e52007b5dc5978bf' ORDER BY "mangs"."id" ASC LIMIT 1
23479
+  (0.0ms) begin transaction
23480
+ Binary data inserted for `string` type on column `reset_password_token`
23481
+ SQL (0.2ms) UPDATE "mangs" SET "reset_password_sent_at" = ?, "reset_password_token" = ?, "tokens" = ?, "updated_at" = ? WHERE "mangs"."id" = 3 [["reset_password_sent_at", "2014-09-22 20:09:17.175116"], ["reset_password_token", "8f94733656ea06db80d17f2512d138555fc578ed2529daa4e52007b5dc5978bf"], ["tokens", "{\"GJ81P6-Qir8IL84brufu9w\":{\"token\":\"$2a$10$gi2nOKZNdyO/H9Rh9WiNj.p9yAJMuwmB4iLqY2fssDeAgtfxfOpdC\",\"expiry\":1412619291},\"IYjOM_3fwPeY-gL76NTU_g\":{\"token\":\"$2a$10$kecv6JADc8P8yX.Hps5MVuZTSn9.g2p/XTS0BlTv5nnqK3r82/N3S\",\"expiry\":1412625643},\"MH_vHywaaJWNasuuQsSqMQ\":{\"token\":\"$2a$10$zbJez2n.TUGLt76PbuLqfueV4.vf8jVU1.ogGoIn/WqgHubA1edb2\",\"expiry\":1412625731,\"last_token\":\"$2a$10$m5HT6PE26k74tlXHli7SG.eLfUuNEe2RL//33Be5UGGU0vkeVCLU6\",\"updated_at\":\"2014-09-22T15:02:11.319-05:00\"},\"jzgVQkCww6t7muTOKDPGFQ\":{\"token\":\"$2a$10$l5ZjkFpb9Lv.0WYsmKdQGu3VEjsmRQIl6n/rJYxUTP13SGFfE4QJq\",\"expiry\":1412625975,\"last_token\":\"$2a$10$JeI4ccSNBhFU.hTR3Ao56ubex01sFZiH8TUsyWMJxWOk9qIdU66Ly\",\"updated_at\":\"2014-09-22T15:06:15.166-05:00\"},\"ACNCNNH2pClAFwZz6M8Yag\":{\"token\":\"$2a$10$RdxkHjewYmJbNHSkCryKv.cka3fZTd17hTxeLuzxpX/z9I3dCCzXC\",\"expiry\":1412626086,\"last_token\":\"$2a$10$x5iV56Ll2rPPxlwqFbdXneZLPO5uPq5I3Fvy0m9.FqxA9Cj1ShlMm\",\"updated_at\":\"2014-09-22T15:08:06.078-05:00\"}}"], ["updated_at", "2014-09-22 20:09:17.175349"]]
23482
+  (1.9ms) commit transaction
23483
+ Rendered /Users/lynn/Code/Auth/devise_token_auth/app/views/devise/mailer/reset_password_instructions.html.erb (0.3ms)
23484
+
23485
+ Devise::Mailer#reset_password_instructions: processed outbound mail in 5.9ms
23486
+
23487
+ Sent mail to test@test.com (8.2ms)
23488
+ Date: Mon, 22 Sep 2014 15:09:17 -0500
23489
+ From: please-change-me-at-config-initializers-devise@example.com
23490
+ Reply-To: please-change-me-at-config-initializers-devise@example.com
23491
+ To: test@test.com
23492
+ Message-ID: <542081ed2d4e9_14b733ff199c65be0840ec@tests-MacBook-Pro-2.local.mail>
23493
+ Subject: Reset password instructions
23494
+ Mime-Version: 1.0
23495
+ Content-Type: text/html;
23496
+ charset=UTF-8
23497
+ Content-Transfer-Encoding: 7bit
23498
+ email: test@test.com
23499
+ provider: email
23500
+ redirect-url: http://ng-token-auth.dev/#/multi-user
23501
+ client-config: evilUser
23502
+
23503
+ <p>Hello test@test.com!</p>
23504
+
23505
+ <p>Someone has requested a link to change your password. You can do this through the link below.</p>
23506
+
23507
+ <p><a href="http://devise-token-auth.dev/mangs/password/edit?config=evilUser&amp;redirect_url=http%3A%2F%2Fng-token-auth.dev%2F%23%2Fmulti-user&amp;reset_password_token=uQPyHZFK2PChzJqwfpSt">Change my password</a></p>
23508
+
23509
+ <p>If you didn't request this, please ignore this email.</p>
23510
+ <p>Your password won't change until you access the link above and create a new one.</p>
23511
+
23512
+ Completed 200 OK in 20ms (Views: 0.3ms | ActiveRecord: 2.4ms)
23513
+
23514
+
23515
+ Started GET "/mangs/password/edit?config=evilUser&redirect_url=http%3A%2F%2Fng-token-auth.dev%2F%23%2Fmulti-user&reset_password_token=[FILTERED]" for 127.0.0.1 at 2014-09-22 15:09:24 -0500
23516
+ Processing by DeviseTokenAuth::PasswordsController#edit as HTML
23517
+ Parameters: {"config"=>"evilUser", "redirect_url"=>"http://ng-token-auth.dev/#/multi-user", "reset_password_token"=>"[FILTERED]"}
23518
+ Unpermitted parameters: config, redirect_url
23519
+ Mang Load (0.2ms) SELECT "mangs".* FROM "mangs" WHERE "mangs"."reset_password_token" = '8f94733656ea06db80d17f2512d138555fc578ed2529daa4e52007b5dc5978bf' ORDER BY "mangs"."id" ASC LIMIT 1
23520
+  (0.1ms) begin transaction
23521
+ SQL (0.2ms) UPDATE "mangs" SET "reset_password_sent_at" = ?, "reset_password_token" = ?, "tokens" = ?, "updated_at" = ? WHERE "mangs"."id" = 3 [["reset_password_sent_at", nil], ["reset_password_token", nil], ["tokens", "{\"GJ81P6-Qir8IL84brufu9w\":{\"token\":\"$2a$10$gi2nOKZNdyO/H9Rh9WiNj.p9yAJMuwmB4iLqY2fssDeAgtfxfOpdC\",\"expiry\":1412619291},\"IYjOM_3fwPeY-gL76NTU_g\":{\"token\":\"$2a$10$kecv6JADc8P8yX.Hps5MVuZTSn9.g2p/XTS0BlTv5nnqK3r82/N3S\",\"expiry\":1412625643},\"MH_vHywaaJWNasuuQsSqMQ\":{\"token\":\"$2a$10$zbJez2n.TUGLt76PbuLqfueV4.vf8jVU1.ogGoIn/WqgHubA1edb2\",\"expiry\":1412625731,\"last_token\":\"$2a$10$m5HT6PE26k74tlXHli7SG.eLfUuNEe2RL//33Be5UGGU0vkeVCLU6\",\"updated_at\":\"2014-09-22T15:02:11.319-05:00\"},\"jzgVQkCww6t7muTOKDPGFQ\":{\"token\":\"$2a$10$l5ZjkFpb9Lv.0WYsmKdQGu3VEjsmRQIl6n/rJYxUTP13SGFfE4QJq\",\"expiry\":1412625975,\"last_token\":\"$2a$10$JeI4ccSNBhFU.hTR3Ao56ubex01sFZiH8TUsyWMJxWOk9qIdU66Ly\",\"updated_at\":\"2014-09-22T15:06:15.166-05:00\"},\"ACNCNNH2pClAFwZz6M8Yag\":{\"token\":\"$2a$10$RdxkHjewYmJbNHSkCryKv.cka3fZTd17hTxeLuzxpX/z9I3dCCzXC\",\"expiry\":1412626086,\"last_token\":\"$2a$10$x5iV56Ll2rPPxlwqFbdXneZLPO5uPq5I3Fvy0m9.FqxA9Cj1ShlMm\",\"updated_at\":\"2014-09-22T15:08:06.078-05:00\"}}"], ["updated_at", "2014-09-22 20:09:24.353330"]]
23522
+  (2.3ms) commit transaction
23523
+  (0.1ms) begin transaction
23524
+ SQL (0.4ms) UPDATE "mangs" SET "reset_password_token" = ?, "tokens" = ?, "updated_at" = ? WHERE "mangs"."id" = 3 [["reset_password_token", "uQPyHZFK2PChzJqwfpSt"], ["tokens", "{\"GJ81P6-Qir8IL84brufu9w\":{\"token\":\"$2a$10$gi2nOKZNdyO/H9Rh9WiNj.p9yAJMuwmB4iLqY2fssDeAgtfxfOpdC\",\"expiry\":1412619291},\"IYjOM_3fwPeY-gL76NTU_g\":{\"token\":\"$2a$10$kecv6JADc8P8yX.Hps5MVuZTSn9.g2p/XTS0BlTv5nnqK3r82/N3S\",\"expiry\":1412625643},\"MH_vHywaaJWNasuuQsSqMQ\":{\"token\":\"$2a$10$zbJez2n.TUGLt76PbuLqfueV4.vf8jVU1.ogGoIn/WqgHubA1edb2\",\"expiry\":1412625731,\"last_token\":\"$2a$10$m5HT6PE26k74tlXHli7SG.eLfUuNEe2RL//33Be5UGGU0vkeVCLU6\",\"updated_at\":\"2014-09-22T15:02:11.319-05:00\"},\"jzgVQkCww6t7muTOKDPGFQ\":{\"token\":\"$2a$10$l5ZjkFpb9Lv.0WYsmKdQGu3VEjsmRQIl6n/rJYxUTP13SGFfE4QJq\",\"expiry\":1412625975,\"last_token\":\"$2a$10$JeI4ccSNBhFU.hTR3Ao56ubex01sFZiH8TUsyWMJxWOk9qIdU66Ly\",\"updated_at\":\"2014-09-22T15:06:15.166-05:00\"},\"ACNCNNH2pClAFwZz6M8Yag\":{\"token\":\"$2a$10$RdxkHjewYmJbNHSkCryKv.cka3fZTd17hTxeLuzxpX/z9I3dCCzXC\",\"expiry\":1412626086,\"last_token\":\"$2a$10$x5iV56Ll2rPPxlwqFbdXneZLPO5uPq5I3Fvy0m9.FqxA9Cj1ShlMm\",\"updated_at\":\"2014-09-22T15:08:06.078-05:00\"},\"vPvyZ-yZpErAoYn-NZM7cQ\":{\"token\":\"$2a$10$Kt3XKNrtH8CQhfuFREDeEO3OHXb4HEKcgk.PnnKK6xVZk3mSoVbiy\",\"expiry\":1412626164}}"], ["updated_at", "2014-09-22 20:09:24.418632"]]
23525
+  (0.8ms) commit transaction
23526
+ Redirected to http://ng-token-auth.dev/#/multi-user?client_id=vPvyZ-yZpErAoYn-NZM7cQ&config=evilUser&expiry=1412626164&reset_password=true&token=yeHSLM1nU8vjmGIPBaeFQw&uid=test%40test.com
23527
+ Completed 302 Found in 70ms (ActiveRecord: 4.1ms)
23528
+
23529
+
23530
+ Started GET "/mangs/validate_token" for 127.0.0.1 at 2014-09-22 15:09:24 -0500
23531
+ Processing by DeviseTokenAuth::AuthController#validate_token as HTML
23532
+ Mang Load (0.2ms) SELECT "mangs".* FROM "mangs" WHERE "mangs"."uid" = 'test@test.com' LIMIT 1
23533
+  (0.1ms) begin transaction
23534
+ SQL (0.2ms) UPDATE "mangs" SET "tokens" = ?, "updated_at" = ? WHERE "mangs"."id" = 3 [["tokens", "{\"GJ81P6-Qir8IL84brufu9w\":{\"token\":\"$2a$10$gi2nOKZNdyO/H9Rh9WiNj.p9yAJMuwmB4iLqY2fssDeAgtfxfOpdC\",\"expiry\":1412619291},\"IYjOM_3fwPeY-gL76NTU_g\":{\"token\":\"$2a$10$kecv6JADc8P8yX.Hps5MVuZTSn9.g2p/XTS0BlTv5nnqK3r82/N3S\",\"expiry\":1412625643},\"MH_vHywaaJWNasuuQsSqMQ\":{\"token\":\"$2a$10$zbJez2n.TUGLt76PbuLqfueV4.vf8jVU1.ogGoIn/WqgHubA1edb2\",\"expiry\":1412625731,\"last_token\":\"$2a$10$m5HT6PE26k74tlXHli7SG.eLfUuNEe2RL//33Be5UGGU0vkeVCLU6\",\"updated_at\":\"2014-09-22T15:02:11.319-05:00\"},\"jzgVQkCww6t7muTOKDPGFQ\":{\"token\":\"$2a$10$l5ZjkFpb9Lv.0WYsmKdQGu3VEjsmRQIl6n/rJYxUTP13SGFfE4QJq\",\"expiry\":1412625975,\"last_token\":\"$2a$10$JeI4ccSNBhFU.hTR3Ao56ubex01sFZiH8TUsyWMJxWOk9qIdU66Ly\",\"updated_at\":\"2014-09-22T15:06:15.166-05:00\"},\"ACNCNNH2pClAFwZz6M8Yag\":{\"token\":\"$2a$10$RdxkHjewYmJbNHSkCryKv.cka3fZTd17hTxeLuzxpX/z9I3dCCzXC\",\"expiry\":1412626086,\"last_token\":\"$2a$10$x5iV56Ll2rPPxlwqFbdXneZLPO5uPq5I3Fvy0m9.FqxA9Cj1ShlMm\",\"updated_at\":\"2014-09-22T15:08:06.078-05:00\"},\"vPvyZ-yZpErAoYn-NZM7cQ\":{\"token\":\"$2a$10$zkOv4qr/tdFwZ8iFNyrDO.oDG1pzNdOzcxnh6fjvXf2BfQ/fmmfHm\",\"expiry\":1412626164,\"last_token\":\"$2a$10$Kt3XKNrtH8CQhfuFREDeEO3OHXb4HEKcgk.PnnKK6xVZk3mSoVbiy\",\"updated_at\":\"2014-09-22T15:09:24.982-05:00\"}}"], ["updated_at", "2014-09-22 20:09:24.982622"]]
23535
+  (2.5ms) commit transaction
23536
+ Completed 200 OK in 129ms (Views: 0.2ms | ActiveRecord: 3.0ms)
23537
+
23538
+
23539
+ Started PUT "/mangs/password" for 127.0.0.1 at 2014-09-22 15:09:30 -0500
23540
+ Processing by DeviseTokenAuth::PasswordsController#update as HTML
23541
+ Parameters: {"password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]"}
23542
+ Mang Load (0.2ms) SELECT "mangs".* FROM "mangs" WHERE "mangs"."uid" = 'test@test.com' LIMIT 1
23543
+  (0.1ms) begin transaction
23544
+ Binary data inserted for `string` type on column `encrypted_password`
23545
+ SQL (0.3ms) UPDATE "mangs" SET "encrypted_password" = ?, "tokens" = ?, "updated_at" = ? WHERE "mangs"."id" = 3 [["encrypted_password", "$2a$10$tNX5q/dMA1lxtyzXnCps8.qvbBbyzkL/ZVkJCzBE6FbUb2SB/N7C."], ["tokens", "{\"GJ81P6-Qir8IL84brufu9w\":{\"token\":\"$2a$10$gi2nOKZNdyO/H9Rh9WiNj.p9yAJMuwmB4iLqY2fssDeAgtfxfOpdC\",\"expiry\":1412619291},\"IYjOM_3fwPeY-gL76NTU_g\":{\"token\":\"$2a$10$kecv6JADc8P8yX.Hps5MVuZTSn9.g2p/XTS0BlTv5nnqK3r82/N3S\",\"expiry\":1412625643},\"MH_vHywaaJWNasuuQsSqMQ\":{\"token\":\"$2a$10$zbJez2n.TUGLt76PbuLqfueV4.vf8jVU1.ogGoIn/WqgHubA1edb2\",\"expiry\":1412625731,\"last_token\":\"$2a$10$m5HT6PE26k74tlXHli7SG.eLfUuNEe2RL//33Be5UGGU0vkeVCLU6\",\"updated_at\":\"2014-09-22T15:02:11.319-05:00\"},\"jzgVQkCww6t7muTOKDPGFQ\":{\"token\":\"$2a$10$l5ZjkFpb9Lv.0WYsmKdQGu3VEjsmRQIl6n/rJYxUTP13SGFfE4QJq\",\"expiry\":1412625975,\"last_token\":\"$2a$10$JeI4ccSNBhFU.hTR3Ao56ubex01sFZiH8TUsyWMJxWOk9qIdU66Ly\",\"updated_at\":\"2014-09-22T15:06:15.166-05:00\"},\"ACNCNNH2pClAFwZz6M8Yag\":{\"token\":\"$2a$10$RdxkHjewYmJbNHSkCryKv.cka3fZTd17hTxeLuzxpX/z9I3dCCzXC\",\"expiry\":1412626086,\"last_token\":\"$2a$10$x5iV56Ll2rPPxlwqFbdXneZLPO5uPq5I3Fvy0m9.FqxA9Cj1ShlMm\",\"updated_at\":\"2014-09-22T15:08:06.078-05:00\"},\"vPvyZ-yZpErAoYn-NZM7cQ\":{\"token\":\"$2a$10$zkOv4qr/tdFwZ8iFNyrDO.oDG1pzNdOzcxnh6fjvXf2BfQ/fmmfHm\",\"expiry\":1412626164,\"last_token\":\"$2a$10$Kt3XKNrtH8CQhfuFREDeEO3OHXb4HEKcgk.PnnKK6xVZk3mSoVbiy\",\"updated_at\":\"2014-09-22T15:09:24.982-05:00\"}}"], ["updated_at", "2014-09-22 20:09:30.991394"]]
23546
+  (1.8ms) commit transaction
23547
+  (0.1ms) begin transaction
23548
+ SQL (0.2ms) UPDATE "mangs" SET "tokens" = ?, "updated_at" = ? WHERE "mangs"."id" = 3 [["tokens", "{\"GJ81P6-Qir8IL84brufu9w\":{\"token\":\"$2a$10$gi2nOKZNdyO/H9Rh9WiNj.p9yAJMuwmB4iLqY2fssDeAgtfxfOpdC\",\"expiry\":1412619291},\"IYjOM_3fwPeY-gL76NTU_g\":{\"token\":\"$2a$10$kecv6JADc8P8yX.Hps5MVuZTSn9.g2p/XTS0BlTv5nnqK3r82/N3S\",\"expiry\":1412625643},\"MH_vHywaaJWNasuuQsSqMQ\":{\"token\":\"$2a$10$zbJez2n.TUGLt76PbuLqfueV4.vf8jVU1.ogGoIn/WqgHubA1edb2\",\"expiry\":1412625731,\"last_token\":\"$2a$10$m5HT6PE26k74tlXHli7SG.eLfUuNEe2RL//33Be5UGGU0vkeVCLU6\",\"updated_at\":\"2014-09-22T15:02:11.319-05:00\"},\"jzgVQkCww6t7muTOKDPGFQ\":{\"token\":\"$2a$10$l5ZjkFpb9Lv.0WYsmKdQGu3VEjsmRQIl6n/rJYxUTP13SGFfE4QJq\",\"expiry\":1412625975,\"last_token\":\"$2a$10$JeI4ccSNBhFU.hTR3Ao56ubex01sFZiH8TUsyWMJxWOk9qIdU66Ly\",\"updated_at\":\"2014-09-22T15:06:15.166-05:00\"},\"ACNCNNH2pClAFwZz6M8Yag\":{\"token\":\"$2a$10$RdxkHjewYmJbNHSkCryKv.cka3fZTd17hTxeLuzxpX/z9I3dCCzXC\",\"expiry\":1412626086,\"last_token\":\"$2a$10$x5iV56Ll2rPPxlwqFbdXneZLPO5uPq5I3Fvy0m9.FqxA9Cj1ShlMm\",\"updated_at\":\"2014-09-22T15:08:06.078-05:00\"},\"vPvyZ-yZpErAoYn-NZM7cQ\":{\"token\":\"$2a$10$/P71v8Nwy1OdcXLUULyL2.pmR0XFV9ibU5FmIWIUSkq6dqqBshXJK\",\"expiry\":1412626171,\"last_token\":\"$2a$10$zkOv4qr/tdFwZ8iFNyrDO.oDG1pzNdOzcxnh6fjvXf2BfQ/fmmfHm\",\"updated_at\":\"2014-09-22T15:09:31.055-05:00\"}}"], ["updated_at", "2014-09-22 20:09:31.055975"]]
23549
+  (0.8ms) commit transaction
23550
+ Completed 200 OK in 190ms (Views: 0.4ms | ActiveRecord: 3.5ms)
23551
+
23552
+
23553
+ Started PUT "/mangs" for 127.0.0.1 at 2014-09-22 15:09:44 -0500
23554
+ Processing by DeviseTokenAuth::RegistrationsController#update as HTML
23555
+ Parameters: {"favorite_color"=>"pink", "registration"=>{"favorite_color"=>"pink"}}
23556
+ Mang Load (0.2ms) SELECT "mangs".* FROM "mangs" WHERE "mangs"."uid" = 'test@test.com' LIMIT 1
23557
+ Unpermitted parameters: registration
23558
+  (0.1ms) begin transaction
23559
+ SQL (0.3ms) UPDATE "mangs" SET "favorite_color" = ?, "tokens" = ?, "updated_at" = ? WHERE "mangs"."id" = 3 [["favorite_color", "pink"], ["tokens", "{\"GJ81P6-Qir8IL84brufu9w\":{\"token\":\"$2a$10$gi2nOKZNdyO/H9Rh9WiNj.p9yAJMuwmB4iLqY2fssDeAgtfxfOpdC\",\"expiry\":1412619291},\"IYjOM_3fwPeY-gL76NTU_g\":{\"token\":\"$2a$10$kecv6JADc8P8yX.Hps5MVuZTSn9.g2p/XTS0BlTv5nnqK3r82/N3S\",\"expiry\":1412625643},\"MH_vHywaaJWNasuuQsSqMQ\":{\"token\":\"$2a$10$zbJez2n.TUGLt76PbuLqfueV4.vf8jVU1.ogGoIn/WqgHubA1edb2\",\"expiry\":1412625731,\"last_token\":\"$2a$10$m5HT6PE26k74tlXHli7SG.eLfUuNEe2RL//33Be5UGGU0vkeVCLU6\",\"updated_at\":\"2014-09-22T15:02:11.319-05:00\"},\"jzgVQkCww6t7muTOKDPGFQ\":{\"token\":\"$2a$10$l5ZjkFpb9Lv.0WYsmKdQGu3VEjsmRQIl6n/rJYxUTP13SGFfE4QJq\",\"expiry\":1412625975,\"last_token\":\"$2a$10$JeI4ccSNBhFU.hTR3Ao56ubex01sFZiH8TUsyWMJxWOk9qIdU66Ly\",\"updated_at\":\"2014-09-22T15:06:15.166-05:00\"},\"ACNCNNH2pClAFwZz6M8Yag\":{\"token\":\"$2a$10$RdxkHjewYmJbNHSkCryKv.cka3fZTd17hTxeLuzxpX/z9I3dCCzXC\",\"expiry\":1412626086,\"last_token\":\"$2a$10$x5iV56Ll2rPPxlwqFbdXneZLPO5uPq5I3Fvy0m9.FqxA9Cj1ShlMm\",\"updated_at\":\"2014-09-22T15:08:06.078-05:00\"},\"vPvyZ-yZpErAoYn-NZM7cQ\":{\"token\":\"$2a$10$/P71v8Nwy1OdcXLUULyL2.pmR0XFV9ibU5FmIWIUSkq6dqqBshXJK\",\"expiry\":1412626171,\"last_token\":\"$2a$10$zkOv4qr/tdFwZ8iFNyrDO.oDG1pzNdOzcxnh6fjvXf2BfQ/fmmfHm\",\"updated_at\":\"2014-09-22T15:09:31.055-05:00\"}}"], ["updated_at", "2014-09-22 20:09:44.900703"]]
23560
+  (1.6ms) commit transaction
23561
+  (0.1ms) begin transaction
23562
+ SQL (0.2ms) UPDATE "mangs" SET "tokens" = ?, "updated_at" = ? WHERE "mangs"."id" = 3 [["tokens", "{\"GJ81P6-Qir8IL84brufu9w\":{\"token\":\"$2a$10$gi2nOKZNdyO/H9Rh9WiNj.p9yAJMuwmB4iLqY2fssDeAgtfxfOpdC\",\"expiry\":1412619291},\"IYjOM_3fwPeY-gL76NTU_g\":{\"token\":\"$2a$10$kecv6JADc8P8yX.Hps5MVuZTSn9.g2p/XTS0BlTv5nnqK3r82/N3S\",\"expiry\":1412625643},\"MH_vHywaaJWNasuuQsSqMQ\":{\"token\":\"$2a$10$zbJez2n.TUGLt76PbuLqfueV4.vf8jVU1.ogGoIn/WqgHubA1edb2\",\"expiry\":1412625731,\"last_token\":\"$2a$10$m5HT6PE26k74tlXHli7SG.eLfUuNEe2RL//33Be5UGGU0vkeVCLU6\",\"updated_at\":\"2014-09-22T15:02:11.319-05:00\"},\"jzgVQkCww6t7muTOKDPGFQ\":{\"token\":\"$2a$10$l5ZjkFpb9Lv.0WYsmKdQGu3VEjsmRQIl6n/rJYxUTP13SGFfE4QJq\",\"expiry\":1412625975,\"last_token\":\"$2a$10$JeI4ccSNBhFU.hTR3Ao56ubex01sFZiH8TUsyWMJxWOk9qIdU66Ly\",\"updated_at\":\"2014-09-22T15:06:15.166-05:00\"},\"ACNCNNH2pClAFwZz6M8Yag\":{\"token\":\"$2a$10$RdxkHjewYmJbNHSkCryKv.cka3fZTd17hTxeLuzxpX/z9I3dCCzXC\",\"expiry\":1412626086,\"last_token\":\"$2a$10$x5iV56Ll2rPPxlwqFbdXneZLPO5uPq5I3Fvy0m9.FqxA9Cj1ShlMm\",\"updated_at\":\"2014-09-22T15:08:06.078-05:00\"},\"vPvyZ-yZpErAoYn-NZM7cQ\":{\"token\":\"$2a$10$.YiiojfYOj9uVoOmR9CzmObwTmqqexc8y5qKACPJna40jVYPbItLe\",\"expiry\":1412626184,\"last_token\":\"$2a$10$/P71v8Nwy1OdcXLUULyL2.pmR0XFV9ibU5FmIWIUSkq6dqqBshXJK\",\"updated_at\":\"2014-09-22T15:09:44.963-05:00\"}}"], ["updated_at", "2014-09-22 20:09:44.964448"]]
23563
+  (0.5ms) commit transaction
23564
+ Completed 200 OK in 127ms (Views: 0.2ms | ActiveRecord: 2.9ms)
23565
+
23566
+
23567
+ Started GET "/demo/members_only" for 127.0.0.1 at 2014-09-22 15:09:52 -0500
23568
+ Processing by DemoUserController#members_only as HTML
23569
+ User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."uid" = 'test@test.com' LIMIT 1
23570
+ Filter chain halted as :authenticate_user! rendered or redirected
23571
+ Completed 401 Unauthorized in 1ms (Views: 0.1ms | ActiveRecord: 0.2ms)
23572
+
23573
+
23574
+ Started GET "/demo/members_only_mang" for 127.0.0.1 at 2014-09-22 15:09:53 -0500
23575
+ Processing by DemoMangController#members_only as HTML
23576
+ Mang Load (0.2ms) SELECT "mangs".* FROM "mangs" WHERE "mangs"."uid" = 'test@test.com' LIMIT 1
23577
+  (0.1ms) begin transaction
23578
+ SQL (0.2ms) UPDATE "mangs" SET "tokens" = ?, "updated_at" = ? WHERE "mangs"."id" = 3 [["tokens", "{\"GJ81P6-Qir8IL84brufu9w\":{\"token\":\"$2a$10$gi2nOKZNdyO/H9Rh9WiNj.p9yAJMuwmB4iLqY2fssDeAgtfxfOpdC\",\"expiry\":1412619291},\"IYjOM_3fwPeY-gL76NTU_g\":{\"token\":\"$2a$10$kecv6JADc8P8yX.Hps5MVuZTSn9.g2p/XTS0BlTv5nnqK3r82/N3S\",\"expiry\":1412625643},\"MH_vHywaaJWNasuuQsSqMQ\":{\"token\":\"$2a$10$zbJez2n.TUGLt76PbuLqfueV4.vf8jVU1.ogGoIn/WqgHubA1edb2\",\"expiry\":1412625731,\"last_token\":\"$2a$10$m5HT6PE26k74tlXHli7SG.eLfUuNEe2RL//33Be5UGGU0vkeVCLU6\",\"updated_at\":\"2014-09-22T15:02:11.319-05:00\"},\"jzgVQkCww6t7muTOKDPGFQ\":{\"token\":\"$2a$10$l5ZjkFpb9Lv.0WYsmKdQGu3VEjsmRQIl6n/rJYxUTP13SGFfE4QJq\",\"expiry\":1412625975,\"last_token\":\"$2a$10$JeI4ccSNBhFU.hTR3Ao56ubex01sFZiH8TUsyWMJxWOk9qIdU66Ly\",\"updated_at\":\"2014-09-22T15:06:15.166-05:00\"},\"ACNCNNH2pClAFwZz6M8Yag\":{\"token\":\"$2a$10$RdxkHjewYmJbNHSkCryKv.cka3fZTd17hTxeLuzxpX/z9I3dCCzXC\",\"expiry\":1412626086,\"last_token\":\"$2a$10$x5iV56Ll2rPPxlwqFbdXneZLPO5uPq5I3Fvy0m9.FqxA9Cj1ShlMm\",\"updated_at\":\"2014-09-22T15:08:06.078-05:00\"},\"vPvyZ-yZpErAoYn-NZM7cQ\":{\"token\":\"$2a$10$KGAC.p/FtC73PQ8ihjou7uLcbhX9lYvhh4sDX1zwTUj4DmBw48hOe\",\"expiry\":1412626194,\"last_token\":\"$2a$10$.YiiojfYOj9uVoOmR9CzmObwTmqqexc8y5qKACPJna40jVYPbItLe\",\"updated_at\":\"2014-09-22T15:09:54.068-05:00\"}}"], ["updated_at", "2014-09-22 20:09:54.069370"]]
23579
+  (1.8ms) commit transaction
23580
+ Completed 200 OK in 127ms (Views: 0.6ms | ActiveRecord: 2.3ms)
23581
+
23582
+
23583
+ Started GET "/demo/members_only_group" for 127.0.0.1 at 2014-09-22 15:09:56 -0500
23584
+ Processing by DemoGroupController#members_only as HTML
23585
+ User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."uid" = 'test@test.com' LIMIT 1
23586
+ Mang Load (0.1ms) SELECT "mangs".* FROM "mangs" WHERE "mangs"."uid" = 'test@test.com' LIMIT 1
23587
+ CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."uid" = 'test@test.com' LIMIT 1
23588
+ CACHE (0.0ms) SELECT "mangs".* FROM "mangs" WHERE "mangs"."uid" = 'test@test.com' LIMIT 1
23589
+ CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."uid" = 'test@test.com' LIMIT 1
23590
+ CACHE (0.0ms) SELECT "mangs".* FROM "mangs" WHERE "mangs"."uid" = 'test@test.com' LIMIT 1
23591
+  (0.1ms) begin transaction
23592
+ SQL (0.3ms) UPDATE "mangs" SET "tokens" = ?, "updated_at" = ? WHERE "mangs"."id" = 3 [["tokens", "{\"GJ81P6-Qir8IL84brufu9w\":{\"token\":\"$2a$10$gi2nOKZNdyO/H9Rh9WiNj.p9yAJMuwmB4iLqY2fssDeAgtfxfOpdC\",\"expiry\":1412619291},\"IYjOM_3fwPeY-gL76NTU_g\":{\"token\":\"$2a$10$kecv6JADc8P8yX.Hps5MVuZTSn9.g2p/XTS0BlTv5nnqK3r82/N3S\",\"expiry\":1412625643},\"MH_vHywaaJWNasuuQsSqMQ\":{\"token\":\"$2a$10$zbJez2n.TUGLt76PbuLqfueV4.vf8jVU1.ogGoIn/WqgHubA1edb2\",\"expiry\":1412625731,\"last_token\":\"$2a$10$m5HT6PE26k74tlXHli7SG.eLfUuNEe2RL//33Be5UGGU0vkeVCLU6\",\"updated_at\":\"2014-09-22T15:02:11.319-05:00\"},\"jzgVQkCww6t7muTOKDPGFQ\":{\"token\":\"$2a$10$l5ZjkFpb9Lv.0WYsmKdQGu3VEjsmRQIl6n/rJYxUTP13SGFfE4QJq\",\"expiry\":1412625975,\"last_token\":\"$2a$10$JeI4ccSNBhFU.hTR3Ao56ubex01sFZiH8TUsyWMJxWOk9qIdU66Ly\",\"updated_at\":\"2014-09-22T15:06:15.166-05:00\"},\"ACNCNNH2pClAFwZz6M8Yag\":{\"token\":\"$2a$10$RdxkHjewYmJbNHSkCryKv.cka3fZTd17hTxeLuzxpX/z9I3dCCzXC\",\"expiry\":1412626086,\"last_token\":\"$2a$10$x5iV56Ll2rPPxlwqFbdXneZLPO5uPq5I3Fvy0m9.FqxA9Cj1ShlMm\",\"updated_at\":\"2014-09-22T15:08:06.078-05:00\"},\"vPvyZ-yZpErAoYn-NZM7cQ\":{\"token\":\"$2a$10$KGAC.p/FtC73PQ8ihjou7uLcbhX9lYvhh4sDX1zwTUj4DmBw48hOe\",\"expiry\":1412626194,\"last_token\":\"$2a$10$.YiiojfYOj9uVoOmR9CzmObwTmqqexc8y5qKACPJna40jVYPbItLe\",\"updated_at\":\"2014-09-22T15:09:56.235-05:00\"}}"], ["updated_at", "2014-09-22 20:09:56.236470"]]
23593
+  (0.5ms) commit transaction
23594
+ Completed 200 OK in 189ms (Views: 0.9ms | ActiveRecord: 1.3ms)
23595
+
23596
+
23597
+ Started GET "/mangs/validate_token" for 127.0.0.1 at 2014-09-22 15:11:20 -0500
23598
+ Processing by DeviseTokenAuth::AuthController#validate_token as HTML
23599
+ Mang Load (0.2ms) SELECT "mangs".* FROM "mangs" WHERE "mangs"."uid" = 'test@test.com' LIMIT 1
23600
+  (0.1ms) begin transaction
23601
+ SQL (0.3ms) UPDATE "mangs" SET "tokens" = ?, "updated_at" = ? WHERE "mangs"."id" = 3 [["tokens", "{\"GJ81P6-Qir8IL84brufu9w\":{\"token\":\"$2a$10$gi2nOKZNdyO/H9Rh9WiNj.p9yAJMuwmB4iLqY2fssDeAgtfxfOpdC\",\"expiry\":1412619291},\"IYjOM_3fwPeY-gL76NTU_g\":{\"token\":\"$2a$10$kecv6JADc8P8yX.Hps5MVuZTSn9.g2p/XTS0BlTv5nnqK3r82/N3S\",\"expiry\":1412625643},\"MH_vHywaaJWNasuuQsSqMQ\":{\"token\":\"$2a$10$zbJez2n.TUGLt76PbuLqfueV4.vf8jVU1.ogGoIn/WqgHubA1edb2\",\"expiry\":1412625731,\"last_token\":\"$2a$10$m5HT6PE26k74tlXHli7SG.eLfUuNEe2RL//33Be5UGGU0vkeVCLU6\",\"updated_at\":\"2014-09-22T15:02:11.319-05:00\"},\"jzgVQkCww6t7muTOKDPGFQ\":{\"token\":\"$2a$10$l5ZjkFpb9Lv.0WYsmKdQGu3VEjsmRQIl6n/rJYxUTP13SGFfE4QJq\",\"expiry\":1412625975,\"last_token\":\"$2a$10$JeI4ccSNBhFU.hTR3Ao56ubex01sFZiH8TUsyWMJxWOk9qIdU66Ly\",\"updated_at\":\"2014-09-22T15:06:15.166-05:00\"},\"ACNCNNH2pClAFwZz6M8Yag\":{\"token\":\"$2a$10$RdxkHjewYmJbNHSkCryKv.cka3fZTd17hTxeLuzxpX/z9I3dCCzXC\",\"expiry\":1412626086,\"last_token\":\"$2a$10$x5iV56Ll2rPPxlwqFbdXneZLPO5uPq5I3Fvy0m9.FqxA9Cj1ShlMm\",\"updated_at\":\"2014-09-22T15:08:06.078-05:00\"},\"vPvyZ-yZpErAoYn-NZM7cQ\":{\"token\":\"$2a$10$GKhkADQBPZbRBGaSW/6gMOrc1b0OBL3ytfLRDo.SQV6swwImPPG3e\",\"expiry\":1412626280,\"last_token\":\"$2a$10$KGAC.p/FtC73PQ8ihjou7uLcbhX9lYvhh4sDX1zwTUj4DmBw48hOe\",\"updated_at\":\"2014-09-22T15:11:20.631-05:00\"}}"], ["updated_at", "2014-09-22 20:11:20.632609"]]
23602
+  (1.6ms) commit transaction
23603
+ Completed 200 OK in 129ms (Views: 0.3ms | ActiveRecord: 2.2ms)
23604
+
23605
+
23606
+ Started GET "/mangs/validate_token" for 127.0.0.1 at 2014-09-22 15:16:48 -0500
23607
+ Processing by DeviseTokenAuth::AuthController#validate_token as HTML
23608
+ Mang Load (0.2ms) SELECT "mangs".* FROM "mangs" WHERE "mangs"."uid" = 'test@test.com' LIMIT 1
23609
+  (0.1ms) begin transaction
23610
+ SQL (0.2ms) UPDATE "mangs" SET "tokens" = ?, "updated_at" = ? WHERE "mangs"."id" = 3 [["tokens", "{\"GJ81P6-Qir8IL84brufu9w\":{\"token\":\"$2a$10$gi2nOKZNdyO/H9Rh9WiNj.p9yAJMuwmB4iLqY2fssDeAgtfxfOpdC\",\"expiry\":1412619291},\"IYjOM_3fwPeY-gL76NTU_g\":{\"token\":\"$2a$10$kecv6JADc8P8yX.Hps5MVuZTSn9.g2p/XTS0BlTv5nnqK3r82/N3S\",\"expiry\":1412625643},\"MH_vHywaaJWNasuuQsSqMQ\":{\"token\":\"$2a$10$zbJez2n.TUGLt76PbuLqfueV4.vf8jVU1.ogGoIn/WqgHubA1edb2\",\"expiry\":1412625731,\"last_token\":\"$2a$10$m5HT6PE26k74tlXHli7SG.eLfUuNEe2RL//33Be5UGGU0vkeVCLU6\",\"updated_at\":\"2014-09-22T15:02:11.319-05:00\"},\"jzgVQkCww6t7muTOKDPGFQ\":{\"token\":\"$2a$10$l5ZjkFpb9Lv.0WYsmKdQGu3VEjsmRQIl6n/rJYxUTP13SGFfE4QJq\",\"expiry\":1412625975,\"last_token\":\"$2a$10$JeI4ccSNBhFU.hTR3Ao56ubex01sFZiH8TUsyWMJxWOk9qIdU66Ly\",\"updated_at\":\"2014-09-22T15:06:15.166-05:00\"},\"ACNCNNH2pClAFwZz6M8Yag\":{\"token\":\"$2a$10$RdxkHjewYmJbNHSkCryKv.cka3fZTd17hTxeLuzxpX/z9I3dCCzXC\",\"expiry\":1412626086,\"last_token\":\"$2a$10$x5iV56Ll2rPPxlwqFbdXneZLPO5uPq5I3Fvy0m9.FqxA9Cj1ShlMm\",\"updated_at\":\"2014-09-22T15:08:06.078-05:00\"},\"vPvyZ-yZpErAoYn-NZM7cQ\":{\"token\":\"$2a$10$GD2WepHcOIA7d807W4CVtum7xmlGQ5KvGdZWDG0LXW.nuoj0VWdAO\",\"expiry\":1412626609,\"last_token\":\"$2a$10$GKhkADQBPZbRBGaSW/6gMOrc1b0OBL3ytfLRDo.SQV6swwImPPG3e\",\"updated_at\":\"2014-09-22T15:16:49.059-05:00\"}}"], ["updated_at", "2014-09-22 20:16:49.059755"]]
23611
+  (15.8ms) commit transaction
23612
+ Completed 200 OK in 143ms (Views: 0.2ms | ActiveRecord: 16.3ms)
23613
+
23614
+
23615
+ Started GET "/mangs/validate_token" for 127.0.0.1 at 2014-09-22 15:17:29 -0500
23616
+ Processing by DeviseTokenAuth::AuthController#validate_token as HTML
23617
+ Mang Load (0.2ms) SELECT "mangs".* FROM "mangs" WHERE "mangs"."uid" = 'test@test.com' LIMIT 1
23618
+  (0.1ms) begin transaction
23619
+ SQL (0.2ms) UPDATE "mangs" SET "tokens" = ?, "updated_at" = ? WHERE "mangs"."id" = 3 [["tokens", "{\"GJ81P6-Qir8IL84brufu9w\":{\"token\":\"$2a$10$gi2nOKZNdyO/H9Rh9WiNj.p9yAJMuwmB4iLqY2fssDeAgtfxfOpdC\",\"expiry\":1412619291},\"IYjOM_3fwPeY-gL76NTU_g\":{\"token\":\"$2a$10$kecv6JADc8P8yX.Hps5MVuZTSn9.g2p/XTS0BlTv5nnqK3r82/N3S\",\"expiry\":1412625643},\"MH_vHywaaJWNasuuQsSqMQ\":{\"token\":\"$2a$10$zbJez2n.TUGLt76PbuLqfueV4.vf8jVU1.ogGoIn/WqgHubA1edb2\",\"expiry\":1412625731,\"last_token\":\"$2a$10$m5HT6PE26k74tlXHli7SG.eLfUuNEe2RL//33Be5UGGU0vkeVCLU6\",\"updated_at\":\"2014-09-22T15:02:11.319-05:00\"},\"jzgVQkCww6t7muTOKDPGFQ\":{\"token\":\"$2a$10$l5ZjkFpb9Lv.0WYsmKdQGu3VEjsmRQIl6n/rJYxUTP13SGFfE4QJq\",\"expiry\":1412625975,\"last_token\":\"$2a$10$JeI4ccSNBhFU.hTR3Ao56ubex01sFZiH8TUsyWMJxWOk9qIdU66Ly\",\"updated_at\":\"2014-09-22T15:06:15.166-05:00\"},\"ACNCNNH2pClAFwZz6M8Yag\":{\"token\":\"$2a$10$RdxkHjewYmJbNHSkCryKv.cka3fZTd17hTxeLuzxpX/z9I3dCCzXC\",\"expiry\":1412626086,\"last_token\":\"$2a$10$x5iV56Ll2rPPxlwqFbdXneZLPO5uPq5I3Fvy0m9.FqxA9Cj1ShlMm\",\"updated_at\":\"2014-09-22T15:08:06.078-05:00\"},\"vPvyZ-yZpErAoYn-NZM7cQ\":{\"token\":\"$2a$10$v6luFPXWej.YxmmCKSdRwO/4Ky320IOKWATDGGx1/.dnBsXzJjXA.\",\"expiry\":1412626650,\"last_token\":\"$2a$10$GD2WepHcOIA7d807W4CVtum7xmlGQ5KvGdZWDG0LXW.nuoj0VWdAO\",\"updated_at\":\"2014-09-22T15:17:30.049-05:00\"}}"], ["updated_at", "2014-09-22 20:17:30.050487"]]
23620
+  (1.6ms) commit transaction
23621
+ Completed 200 OK in 126ms (Views: 0.3ms | ActiveRecord: 2.0ms)
23622
+
23623
+
23624
+ Started GET "/mangs/validate_token" for 127.0.0.1 at 2014-09-22 15:18:45 -0500
23625
+ Processing by DeviseTokenAuth::AuthController#validate_token as HTML
23626
+ Mang Load (0.2ms) SELECT "mangs".* FROM "mangs" WHERE "mangs"."uid" = 'test@test.com' LIMIT 1
23627
+  (0.1ms) begin transaction
23628
+ SQL (0.2ms) UPDATE "mangs" SET "tokens" = ?, "updated_at" = ? WHERE "mangs"."id" = 3 [["tokens", "{\"GJ81P6-Qir8IL84brufu9w\":{\"token\":\"$2a$10$gi2nOKZNdyO/H9Rh9WiNj.p9yAJMuwmB4iLqY2fssDeAgtfxfOpdC\",\"expiry\":1412619291},\"IYjOM_3fwPeY-gL76NTU_g\":{\"token\":\"$2a$10$kecv6JADc8P8yX.Hps5MVuZTSn9.g2p/XTS0BlTv5nnqK3r82/N3S\",\"expiry\":1412625643},\"MH_vHywaaJWNasuuQsSqMQ\":{\"token\":\"$2a$10$zbJez2n.TUGLt76PbuLqfueV4.vf8jVU1.ogGoIn/WqgHubA1edb2\",\"expiry\":1412625731,\"last_token\":\"$2a$10$m5HT6PE26k74tlXHli7SG.eLfUuNEe2RL//33Be5UGGU0vkeVCLU6\",\"updated_at\":\"2014-09-22T15:02:11.319-05:00\"},\"jzgVQkCww6t7muTOKDPGFQ\":{\"token\":\"$2a$10$l5ZjkFpb9Lv.0WYsmKdQGu3VEjsmRQIl6n/rJYxUTP13SGFfE4QJq\",\"expiry\":1412625975,\"last_token\":\"$2a$10$JeI4ccSNBhFU.hTR3Ao56ubex01sFZiH8TUsyWMJxWOk9qIdU66Ly\",\"updated_at\":\"2014-09-22T15:06:15.166-05:00\"},\"ACNCNNH2pClAFwZz6M8Yag\":{\"token\":\"$2a$10$RdxkHjewYmJbNHSkCryKv.cka3fZTd17hTxeLuzxpX/z9I3dCCzXC\",\"expiry\":1412626086,\"last_token\":\"$2a$10$x5iV56Ll2rPPxlwqFbdXneZLPO5uPq5I3Fvy0m9.FqxA9Cj1ShlMm\",\"updated_at\":\"2014-09-22T15:08:06.078-05:00\"},\"vPvyZ-yZpErAoYn-NZM7cQ\":{\"token\":\"$2a$10$pXnRr0wW/IOQMhsLUEKM9Ok9wSKWbryCus5g7xzwKwqGKi5AL3H6G\",\"expiry\":1412626725,\"last_token\":\"$2a$10$v6luFPXWej.YxmmCKSdRwO/4Ky320IOKWATDGGx1/.dnBsXzJjXA.\",\"updated_at\":\"2014-09-22T15:18:45.735-05:00\"}}"], ["updated_at", "2014-09-22 20:18:45.735812"]]
23629
+  (1.9ms) commit transaction
23630
+ Completed 200 OK in 129ms (Views: 0.2ms | ActiveRecord: 2.4ms)
23631
+
23632
+
23633
+ Started GET "/mangs/validate_token" for 127.0.0.1 at 2014-09-22 15:23:15 -0500
23634
+ Processing by DeviseTokenAuth::AuthController#validate_token as HTML
23635
+ Mang Load (0.2ms) SELECT "mangs".* FROM "mangs" WHERE "mangs"."uid" = 'test@test.com' LIMIT 1
23636
+  (0.1ms) begin transaction
23637
+ SQL (0.2ms) UPDATE "mangs" SET "tokens" = ?, "updated_at" = ? WHERE "mangs"."id" = 3 [["tokens", "{\"GJ81P6-Qir8IL84brufu9w\":{\"token\":\"$2a$10$gi2nOKZNdyO/H9Rh9WiNj.p9yAJMuwmB4iLqY2fssDeAgtfxfOpdC\",\"expiry\":1412619291},\"IYjOM_3fwPeY-gL76NTU_g\":{\"token\":\"$2a$10$kecv6JADc8P8yX.Hps5MVuZTSn9.g2p/XTS0BlTv5nnqK3r82/N3S\",\"expiry\":1412625643},\"MH_vHywaaJWNasuuQsSqMQ\":{\"token\":\"$2a$10$zbJez2n.TUGLt76PbuLqfueV4.vf8jVU1.ogGoIn/WqgHubA1edb2\",\"expiry\":1412625731,\"last_token\":\"$2a$10$m5HT6PE26k74tlXHli7SG.eLfUuNEe2RL//33Be5UGGU0vkeVCLU6\",\"updated_at\":\"2014-09-22T15:02:11.319-05:00\"},\"jzgVQkCww6t7muTOKDPGFQ\":{\"token\":\"$2a$10$l5ZjkFpb9Lv.0WYsmKdQGu3VEjsmRQIl6n/rJYxUTP13SGFfE4QJq\",\"expiry\":1412625975,\"last_token\":\"$2a$10$JeI4ccSNBhFU.hTR3Ao56ubex01sFZiH8TUsyWMJxWOk9qIdU66Ly\",\"updated_at\":\"2014-09-22T15:06:15.166-05:00\"},\"ACNCNNH2pClAFwZz6M8Yag\":{\"token\":\"$2a$10$RdxkHjewYmJbNHSkCryKv.cka3fZTd17hTxeLuzxpX/z9I3dCCzXC\",\"expiry\":1412626086,\"last_token\":\"$2a$10$x5iV56Ll2rPPxlwqFbdXneZLPO5uPq5I3Fvy0m9.FqxA9Cj1ShlMm\",\"updated_at\":\"2014-09-22T15:08:06.078-05:00\"},\"vPvyZ-yZpErAoYn-NZM7cQ\":{\"token\":\"$2a$10$8OSJofQnhWVlh4mdrGqBueKQ2ar6JXbJDKYIQ.Oh194lUZK4c/NTy\",\"expiry\":1412626995,\"last_token\":\"$2a$10$pXnRr0wW/IOQMhsLUEKM9Ok9wSKWbryCus5g7xzwKwqGKi5AL3H6G\",\"updated_at\":\"2014-09-22T15:23:15.301-05:00\"}}"], ["updated_at", "2014-09-22 20:23:15.301781"]]
23638
+  (0.5ms) commit transaction
23639
+ Completed 200 OK in 126ms (Views: 0.3ms | ActiveRecord: 1.0ms)
23640
+
23641
+
23642
+ Started GET "/mangs/validate_token" for 127.0.0.1 at 2014-09-22 15:23:22 -0500
23643
+ Processing by DeviseTokenAuth::AuthController#validate_token as HTML
23644
+ Mang Load (0.2ms) SELECT "mangs".* FROM "mangs" WHERE "mangs"."uid" = 'test@test.com' LIMIT 1
23645
+  (0.1ms) begin transaction
23646
+ SQL (0.2ms) UPDATE "mangs" SET "tokens" = ?, "updated_at" = ? WHERE "mangs"."id" = 3 [["tokens", "{\"GJ81P6-Qir8IL84brufu9w\":{\"token\":\"$2a$10$gi2nOKZNdyO/H9Rh9WiNj.p9yAJMuwmB4iLqY2fssDeAgtfxfOpdC\",\"expiry\":1412619291},\"IYjOM_3fwPeY-gL76NTU_g\":{\"token\":\"$2a$10$kecv6JADc8P8yX.Hps5MVuZTSn9.g2p/XTS0BlTv5nnqK3r82/N3S\",\"expiry\":1412625643},\"MH_vHywaaJWNasuuQsSqMQ\":{\"token\":\"$2a$10$zbJez2n.TUGLt76PbuLqfueV4.vf8jVU1.ogGoIn/WqgHubA1edb2\",\"expiry\":1412625731,\"last_token\":\"$2a$10$m5HT6PE26k74tlXHli7SG.eLfUuNEe2RL//33Be5UGGU0vkeVCLU6\",\"updated_at\":\"2014-09-22T15:02:11.319-05:00\"},\"jzgVQkCww6t7muTOKDPGFQ\":{\"token\":\"$2a$10$l5ZjkFpb9Lv.0WYsmKdQGu3VEjsmRQIl6n/rJYxUTP13SGFfE4QJq\",\"expiry\":1412625975,\"last_token\":\"$2a$10$JeI4ccSNBhFU.hTR3Ao56ubex01sFZiH8TUsyWMJxWOk9qIdU66Ly\",\"updated_at\":\"2014-09-22T15:06:15.166-05:00\"},\"ACNCNNH2pClAFwZz6M8Yag\":{\"token\":\"$2a$10$RdxkHjewYmJbNHSkCryKv.cka3fZTd17hTxeLuzxpX/z9I3dCCzXC\",\"expiry\":1412626086,\"last_token\":\"$2a$10$x5iV56Ll2rPPxlwqFbdXneZLPO5uPq5I3Fvy0m9.FqxA9Cj1ShlMm\",\"updated_at\":\"2014-09-22T15:08:06.078-05:00\"},\"vPvyZ-yZpErAoYn-NZM7cQ\":{\"token\":\"$2a$10$5tb4/.S7I2jW2jqrot6E6Ogbw/mmOE7VNNmjI71AGiCipaQzTlp6K\",\"expiry\":1412627002,\"last_token\":\"$2a$10$8OSJofQnhWVlh4mdrGqBueKQ2ar6JXbJDKYIQ.Oh194lUZK4c/NTy\",\"updated_at\":\"2014-09-22T15:23:22.454-05:00\"}}"], ["updated_at", "2014-09-22 20:23:22.454793"]]
23647
+  (1.9ms) commit transaction
23648
+ Completed 200 OK in 126ms (Views: 0.2ms | ActiveRecord: 2.3ms)
23649
+
23650
+
23651
+ Started GET "/mangs/validate_token" for 127.0.0.1 at 2014-09-22 15:23:23 -0500
23652
+ Processing by DeviseTokenAuth::AuthController#validate_token as HTML
23653
+ Mang Load (0.2ms) SELECT "mangs".* FROM "mangs" WHERE "mangs"."uid" = 'test@test.com' LIMIT 1
23654
+  (0.1ms) begin transaction
23655
+ SQL (0.2ms) UPDATE "mangs" SET "tokens" = ?, "updated_at" = ? WHERE "mangs"."id" = 3 [["tokens", "{\"GJ81P6-Qir8IL84brufu9w\":{\"token\":\"$2a$10$gi2nOKZNdyO/H9Rh9WiNj.p9yAJMuwmB4iLqY2fssDeAgtfxfOpdC\",\"expiry\":1412619291},\"IYjOM_3fwPeY-gL76NTU_g\":{\"token\":\"$2a$10$kecv6JADc8P8yX.Hps5MVuZTSn9.g2p/XTS0BlTv5nnqK3r82/N3S\",\"expiry\":1412625643},\"MH_vHywaaJWNasuuQsSqMQ\":{\"token\":\"$2a$10$zbJez2n.TUGLt76PbuLqfueV4.vf8jVU1.ogGoIn/WqgHubA1edb2\",\"expiry\":1412625731,\"last_token\":\"$2a$10$m5HT6PE26k74tlXHli7SG.eLfUuNEe2RL//33Be5UGGU0vkeVCLU6\",\"updated_at\":\"2014-09-22T15:02:11.319-05:00\"},\"jzgVQkCww6t7muTOKDPGFQ\":{\"token\":\"$2a$10$l5ZjkFpb9Lv.0WYsmKdQGu3VEjsmRQIl6n/rJYxUTP13SGFfE4QJq\",\"expiry\":1412625975,\"last_token\":\"$2a$10$JeI4ccSNBhFU.hTR3Ao56ubex01sFZiH8TUsyWMJxWOk9qIdU66Ly\",\"updated_at\":\"2014-09-22T15:06:15.166-05:00\"},\"ACNCNNH2pClAFwZz6M8Yag\":{\"token\":\"$2a$10$RdxkHjewYmJbNHSkCryKv.cka3fZTd17hTxeLuzxpX/z9I3dCCzXC\",\"expiry\":1412626086,\"last_token\":\"$2a$10$x5iV56Ll2rPPxlwqFbdXneZLPO5uPq5I3Fvy0m9.FqxA9Cj1ShlMm\",\"updated_at\":\"2014-09-22T15:08:06.078-05:00\"},\"vPvyZ-yZpErAoYn-NZM7cQ\":{\"token\":\"$2a$10$5tb4/.S7I2jW2jqrot6E6Ogbw/mmOE7VNNmjI71AGiCipaQzTlp6K\",\"expiry\":1412627002,\"last_token\":\"$2a$10$8OSJofQnhWVlh4mdrGqBueKQ2ar6JXbJDKYIQ.Oh194lUZK4c/NTy\",\"updated_at\":\"2014-09-22T15:23:23.585-05:00\"}}"], ["updated_at", "2014-09-22 20:23:23.586322"]]
23656
+  (1.8ms) commit transaction
23657
+ Completed 200 OK in 65ms (Views: 0.2ms | ActiveRecord: 2.3ms)
23658
+
23659
+
23660
+ Started GET "/mangs/validate_token" for 127.0.0.1 at 2014-09-22 15:23:27 -0500
23661
+ Processing by DeviseTokenAuth::AuthController#validate_token as HTML
23662
+ Mang Load (0.2ms) SELECT "mangs".* FROM "mangs" WHERE "mangs"."uid" = 'test@test.com' LIMIT 1
23663
+  (0.1ms) begin transaction
23664
+ SQL (0.3ms) UPDATE "mangs" SET "tokens" = ?, "updated_at" = ? WHERE "mangs"."id" = 3 [["tokens", "{\"GJ81P6-Qir8IL84brufu9w\":{\"token\":\"$2a$10$gi2nOKZNdyO/H9Rh9WiNj.p9yAJMuwmB4iLqY2fssDeAgtfxfOpdC\",\"expiry\":1412619291},\"IYjOM_3fwPeY-gL76NTU_g\":{\"token\":\"$2a$10$kecv6JADc8P8yX.Hps5MVuZTSn9.g2p/XTS0BlTv5nnqK3r82/N3S\",\"expiry\":1412625643},\"MH_vHywaaJWNasuuQsSqMQ\":{\"token\":\"$2a$10$zbJez2n.TUGLt76PbuLqfueV4.vf8jVU1.ogGoIn/WqgHubA1edb2\",\"expiry\":1412625731,\"last_token\":\"$2a$10$m5HT6PE26k74tlXHli7SG.eLfUuNEe2RL//33Be5UGGU0vkeVCLU6\",\"updated_at\":\"2014-09-22T15:02:11.319-05:00\"},\"jzgVQkCww6t7muTOKDPGFQ\":{\"token\":\"$2a$10$l5ZjkFpb9Lv.0WYsmKdQGu3VEjsmRQIl6n/rJYxUTP13SGFfE4QJq\",\"expiry\":1412625975,\"last_token\":\"$2a$10$JeI4ccSNBhFU.hTR3Ao56ubex01sFZiH8TUsyWMJxWOk9qIdU66Ly\",\"updated_at\":\"2014-09-22T15:06:15.166-05:00\"},\"ACNCNNH2pClAFwZz6M8Yag\":{\"token\":\"$2a$10$RdxkHjewYmJbNHSkCryKv.cka3fZTd17hTxeLuzxpX/z9I3dCCzXC\",\"expiry\":1412626086,\"last_token\":\"$2a$10$x5iV56Ll2rPPxlwqFbdXneZLPO5uPq5I3Fvy0m9.FqxA9Cj1ShlMm\",\"updated_at\":\"2014-09-22T15:08:06.078-05:00\"},\"vPvyZ-yZpErAoYn-NZM7cQ\":{\"token\":\"$2a$10$5tb4/.S7I2jW2jqrot6E6Ogbw/mmOE7VNNmjI71AGiCipaQzTlp6K\",\"expiry\":1412627002,\"last_token\":\"$2a$10$8OSJofQnhWVlh4mdrGqBueKQ2ar6JXbJDKYIQ.Oh194lUZK4c/NTy\",\"updated_at\":\"2014-09-22T15:23:27.109-05:00\"}}"], ["updated_at", "2014-09-22 20:23:27.110192"]]
23665
+  (1.8ms) commit transaction
23666
+ Completed 200 OK in 65ms (Views: 0.2ms | ActiveRecord: 2.3ms)
23667
+
23668
+
23669
+ Started GET "/mangs/validate_token" for 127.0.0.1 at 2014-09-22 15:27:10 -0500
23670
+ Processing by DeviseTokenAuth::AuthController#validate_token as HTML
23671
+ Mang Load (0.2ms) SELECT "mangs".* FROM "mangs" WHERE "mangs"."uid" = 'test@test.com' LIMIT 1
23672
+  (0.1ms) begin transaction
23673
+ SQL (0.2ms) UPDATE "mangs" SET "tokens" = ?, "updated_at" = ? WHERE "mangs"."id" = 3 [["tokens", "{\"GJ81P6-Qir8IL84brufu9w\":{\"token\":\"$2a$10$gi2nOKZNdyO/H9Rh9WiNj.p9yAJMuwmB4iLqY2fssDeAgtfxfOpdC\",\"expiry\":1412619291},\"IYjOM_3fwPeY-gL76NTU_g\":{\"token\":\"$2a$10$kecv6JADc8P8yX.Hps5MVuZTSn9.g2p/XTS0BlTv5nnqK3r82/N3S\",\"expiry\":1412625643},\"MH_vHywaaJWNasuuQsSqMQ\":{\"token\":\"$2a$10$zbJez2n.TUGLt76PbuLqfueV4.vf8jVU1.ogGoIn/WqgHubA1edb2\",\"expiry\":1412625731,\"last_token\":\"$2a$10$m5HT6PE26k74tlXHli7SG.eLfUuNEe2RL//33Be5UGGU0vkeVCLU6\",\"updated_at\":\"2014-09-22T15:02:11.319-05:00\"},\"jzgVQkCww6t7muTOKDPGFQ\":{\"token\":\"$2a$10$l5ZjkFpb9Lv.0WYsmKdQGu3VEjsmRQIl6n/rJYxUTP13SGFfE4QJq\",\"expiry\":1412625975,\"last_token\":\"$2a$10$JeI4ccSNBhFU.hTR3Ao56ubex01sFZiH8TUsyWMJxWOk9qIdU66Ly\",\"updated_at\":\"2014-09-22T15:06:15.166-05:00\"},\"ACNCNNH2pClAFwZz6M8Yag\":{\"token\":\"$2a$10$RdxkHjewYmJbNHSkCryKv.cka3fZTd17hTxeLuzxpX/z9I3dCCzXC\",\"expiry\":1412626086,\"last_token\":\"$2a$10$x5iV56Ll2rPPxlwqFbdXneZLPO5uPq5I3Fvy0m9.FqxA9Cj1ShlMm\",\"updated_at\":\"2014-09-22T15:08:06.078-05:00\"},\"vPvyZ-yZpErAoYn-NZM7cQ\":{\"token\":\"$2a$10$SS6IIQKk5N8maxOO2CF5XeSYHhUBGGUmrcwkCH3FVvEzhRjxwNKua\",\"expiry\":1412627230,\"last_token\":\"$2a$10$5tb4/.S7I2jW2jqrot6E6Ogbw/mmOE7VNNmjI71AGiCipaQzTlp6K\",\"updated_at\":\"2014-09-22T15:27:10.825-05:00\"}}"], ["updated_at", "2014-09-22 20:27:10.825778"]]
23674
+  (0.6ms) commit transaction
23675
+ Completed 200 OK in 126ms (Views: 0.2ms | ActiveRecord: 1.1ms)
23676
+
23677
+
23678
+ Started GET "/mangs/validate_token" for 127.0.0.1 at 2014-09-22 15:29:05 -0500
23679
+ Processing by DeviseTokenAuth::AuthController#validate_token as HTML
23680
+ Mang Load (0.2ms) SELECT "mangs".* FROM "mangs" WHERE "mangs"."uid" = 'test@test.com' LIMIT 1
23681
+  (0.1ms) begin transaction
23682
+ SQL (0.2ms) UPDATE "mangs" SET "tokens" = ?, "updated_at" = ? WHERE "mangs"."id" = 3 [["tokens", "{\"GJ81P6-Qir8IL84brufu9w\":{\"token\":\"$2a$10$gi2nOKZNdyO/H9Rh9WiNj.p9yAJMuwmB4iLqY2fssDeAgtfxfOpdC\",\"expiry\":1412619291},\"IYjOM_3fwPeY-gL76NTU_g\":{\"token\":\"$2a$10$kecv6JADc8P8yX.Hps5MVuZTSn9.g2p/XTS0BlTv5nnqK3r82/N3S\",\"expiry\":1412625643},\"MH_vHywaaJWNasuuQsSqMQ\":{\"token\":\"$2a$10$zbJez2n.TUGLt76PbuLqfueV4.vf8jVU1.ogGoIn/WqgHubA1edb2\",\"expiry\":1412625731,\"last_token\":\"$2a$10$m5HT6PE26k74tlXHli7SG.eLfUuNEe2RL//33Be5UGGU0vkeVCLU6\",\"updated_at\":\"2014-09-22T15:02:11.319-05:00\"},\"jzgVQkCww6t7muTOKDPGFQ\":{\"token\":\"$2a$10$l5ZjkFpb9Lv.0WYsmKdQGu3VEjsmRQIl6n/rJYxUTP13SGFfE4QJq\",\"expiry\":1412625975,\"last_token\":\"$2a$10$JeI4ccSNBhFU.hTR3Ao56ubex01sFZiH8TUsyWMJxWOk9qIdU66Ly\",\"updated_at\":\"2014-09-22T15:06:15.166-05:00\"},\"ACNCNNH2pClAFwZz6M8Yag\":{\"token\":\"$2a$10$RdxkHjewYmJbNHSkCryKv.cka3fZTd17hTxeLuzxpX/z9I3dCCzXC\",\"expiry\":1412626086,\"last_token\":\"$2a$10$x5iV56Ll2rPPxlwqFbdXneZLPO5uPq5I3Fvy0m9.FqxA9Cj1ShlMm\",\"updated_at\":\"2014-09-22T15:08:06.078-05:00\"},\"vPvyZ-yZpErAoYn-NZM7cQ\":{\"token\":\"$2a$10$2ufopdHz2bpG0XIe6mJCueQ1//oVjLskntVgwTfzzIVH37KjChlRC\",\"expiry\":1412627345,\"last_token\":\"$2a$10$SS6IIQKk5N8maxOO2CF5XeSYHhUBGGUmrcwkCH3FVvEzhRjxwNKua\",\"updated_at\":\"2014-09-22T15:29:05.718-05:00\"}}"], ["updated_at", "2014-09-22 20:29:05.719567"]]
23683
+  (0.7ms) commit transaction
23684
+ Completed 200 OK in 125ms (Views: 0.2ms | ActiveRecord: 1.1ms)
23685
+
23686
+
23687
+ Started GET "/mangs/validate_token" for 127.0.0.1 at 2014-09-22 15:30:43 -0500
23688
+ Processing by DeviseTokenAuth::AuthController#validate_token as HTML
23689
+ Mang Load (0.2ms) SELECT "mangs".* FROM "mangs" WHERE "mangs"."uid" = 'test@test.com' LIMIT 1
23690
+  (0.1ms) begin transaction
23691
+ SQL (0.3ms) UPDATE "mangs" SET "tokens" = ?, "updated_at" = ? WHERE "mangs"."id" = 3 [["tokens", "{\"GJ81P6-Qir8IL84brufu9w\":{\"token\":\"$2a$10$gi2nOKZNdyO/H9Rh9WiNj.p9yAJMuwmB4iLqY2fssDeAgtfxfOpdC\",\"expiry\":1412619291},\"IYjOM_3fwPeY-gL76NTU_g\":{\"token\":\"$2a$10$kecv6JADc8P8yX.Hps5MVuZTSn9.g2p/XTS0BlTv5nnqK3r82/N3S\",\"expiry\":1412625643},\"MH_vHywaaJWNasuuQsSqMQ\":{\"token\":\"$2a$10$zbJez2n.TUGLt76PbuLqfueV4.vf8jVU1.ogGoIn/WqgHubA1edb2\",\"expiry\":1412625731,\"last_token\":\"$2a$10$m5HT6PE26k74tlXHli7SG.eLfUuNEe2RL//33Be5UGGU0vkeVCLU6\",\"updated_at\":\"2014-09-22T15:02:11.319-05:00\"},\"jzgVQkCww6t7muTOKDPGFQ\":{\"token\":\"$2a$10$l5ZjkFpb9Lv.0WYsmKdQGu3VEjsmRQIl6n/rJYxUTP13SGFfE4QJq\",\"expiry\":1412625975,\"last_token\":\"$2a$10$JeI4ccSNBhFU.hTR3Ao56ubex01sFZiH8TUsyWMJxWOk9qIdU66Ly\",\"updated_at\":\"2014-09-22T15:06:15.166-05:00\"},\"ACNCNNH2pClAFwZz6M8Yag\":{\"token\":\"$2a$10$RdxkHjewYmJbNHSkCryKv.cka3fZTd17hTxeLuzxpX/z9I3dCCzXC\",\"expiry\":1412626086,\"last_token\":\"$2a$10$x5iV56Ll2rPPxlwqFbdXneZLPO5uPq5I3Fvy0m9.FqxA9Cj1ShlMm\",\"updated_at\":\"2014-09-22T15:08:06.078-05:00\"},\"vPvyZ-yZpErAoYn-NZM7cQ\":{\"token\":\"$2a$10$bD8L5Kw1Wl.lBOcGDBhJQOOKwL/viAbA0AYFi/SRsqdNR1Hyic/XO\",\"expiry\":1412627443,\"last_token\":\"$2a$10$2ufopdHz2bpG0XIe6mJCueQ1//oVjLskntVgwTfzzIVH37KjChlRC\",\"updated_at\":\"2014-09-22T15:30:43.437-05:00\"}}"], ["updated_at", "2014-09-22 20:30:43.438591"]]
23692
+  (9.9ms) commit transaction
23693
+ Completed 200 OK in 140ms (Views: 0.3ms | ActiveRecord: 10.5ms)
23694
+
23695
+
23696
+ Started GET "/mangs/validate_token" for 127.0.0.1 at 2014-09-22 15:30:44 -0500
23697
+ Processing by DeviseTokenAuth::AuthController#validate_token as HTML
23698
+ Mang Load (0.2ms) SELECT "mangs".* FROM "mangs" WHERE "mangs"."uid" = 'test@test.com' LIMIT 1
23699
+  (0.1ms) begin transaction
23700
+ SQL (0.2ms) UPDATE "mangs" SET "tokens" = ?, "updated_at" = ? WHERE "mangs"."id" = 3 [["tokens", "{\"GJ81P6-Qir8IL84brufu9w\":{\"token\":\"$2a$10$gi2nOKZNdyO/H9Rh9WiNj.p9yAJMuwmB4iLqY2fssDeAgtfxfOpdC\",\"expiry\":1412619291},\"IYjOM_3fwPeY-gL76NTU_g\":{\"token\":\"$2a$10$kecv6JADc8P8yX.Hps5MVuZTSn9.g2p/XTS0BlTv5nnqK3r82/N3S\",\"expiry\":1412625643},\"MH_vHywaaJWNasuuQsSqMQ\":{\"token\":\"$2a$10$zbJez2n.TUGLt76PbuLqfueV4.vf8jVU1.ogGoIn/WqgHubA1edb2\",\"expiry\":1412625731,\"last_token\":\"$2a$10$m5HT6PE26k74tlXHli7SG.eLfUuNEe2RL//33Be5UGGU0vkeVCLU6\",\"updated_at\":\"2014-09-22T15:02:11.319-05:00\"},\"jzgVQkCww6t7muTOKDPGFQ\":{\"token\":\"$2a$10$l5ZjkFpb9Lv.0WYsmKdQGu3VEjsmRQIl6n/rJYxUTP13SGFfE4QJq\",\"expiry\":1412625975,\"last_token\":\"$2a$10$JeI4ccSNBhFU.hTR3Ao56ubex01sFZiH8TUsyWMJxWOk9qIdU66Ly\",\"updated_at\":\"2014-09-22T15:06:15.166-05:00\"},\"ACNCNNH2pClAFwZz6M8Yag\":{\"token\":\"$2a$10$RdxkHjewYmJbNHSkCryKv.cka3fZTd17hTxeLuzxpX/z9I3dCCzXC\",\"expiry\":1412626086,\"last_token\":\"$2a$10$x5iV56Ll2rPPxlwqFbdXneZLPO5uPq5I3Fvy0m9.FqxA9Cj1ShlMm\",\"updated_at\":\"2014-09-22T15:08:06.078-05:00\"},\"vPvyZ-yZpErAoYn-NZM7cQ\":{\"token\":\"$2a$10$bD8L5Kw1Wl.lBOcGDBhJQOOKwL/viAbA0AYFi/SRsqdNR1Hyic/XO\",\"expiry\":1412627443,\"last_token\":\"$2a$10$2ufopdHz2bpG0XIe6mJCueQ1//oVjLskntVgwTfzzIVH37KjChlRC\",\"updated_at\":\"2014-09-22T15:30:44.084-05:00\"}}"], ["updated_at", "2014-09-22 20:30:44.084720"]]
23701
+  (1.9ms) commit transaction
23702
+ Completed 200 OK in 66ms (Views: 0.2ms | ActiveRecord: 2.3ms)
23703
+
23704
+
23705
+ Started GET "/mangs/validate_token" for 127.0.0.1 at 2014-09-22 15:31:36 -0500
23706
+ Processing by DeviseTokenAuth::AuthController#validate_token as HTML
23707
+ Mang Load (0.2ms) SELECT "mangs".* FROM "mangs" WHERE "mangs"."uid" = 'test@test.com' LIMIT 1
23708
+  (0.1ms) begin transaction
23709
+ SQL (0.2ms) UPDATE "mangs" SET "tokens" = ?, "updated_at" = ? WHERE "mangs"."id" = 3 [["tokens", "{\"GJ81P6-Qir8IL84brufu9w\":{\"token\":\"$2a$10$gi2nOKZNdyO/H9Rh9WiNj.p9yAJMuwmB4iLqY2fssDeAgtfxfOpdC\",\"expiry\":1412619291},\"IYjOM_3fwPeY-gL76NTU_g\":{\"token\":\"$2a$10$kecv6JADc8P8yX.Hps5MVuZTSn9.g2p/XTS0BlTv5nnqK3r82/N3S\",\"expiry\":1412625643},\"MH_vHywaaJWNasuuQsSqMQ\":{\"token\":\"$2a$10$zbJez2n.TUGLt76PbuLqfueV4.vf8jVU1.ogGoIn/WqgHubA1edb2\",\"expiry\":1412625731,\"last_token\":\"$2a$10$m5HT6PE26k74tlXHli7SG.eLfUuNEe2RL//33Be5UGGU0vkeVCLU6\",\"updated_at\":\"2014-09-22T15:02:11.319-05:00\"},\"jzgVQkCww6t7muTOKDPGFQ\":{\"token\":\"$2a$10$l5ZjkFpb9Lv.0WYsmKdQGu3VEjsmRQIl6n/rJYxUTP13SGFfE4QJq\",\"expiry\":1412625975,\"last_token\":\"$2a$10$JeI4ccSNBhFU.hTR3Ao56ubex01sFZiH8TUsyWMJxWOk9qIdU66Ly\",\"updated_at\":\"2014-09-22T15:06:15.166-05:00\"},\"ACNCNNH2pClAFwZz6M8Yag\":{\"token\":\"$2a$10$RdxkHjewYmJbNHSkCryKv.cka3fZTd17hTxeLuzxpX/z9I3dCCzXC\",\"expiry\":1412626086,\"last_token\":\"$2a$10$x5iV56Ll2rPPxlwqFbdXneZLPO5uPq5I3Fvy0m9.FqxA9Cj1ShlMm\",\"updated_at\":\"2014-09-22T15:08:06.078-05:00\"},\"vPvyZ-yZpErAoYn-NZM7cQ\":{\"token\":\"$2a$10$rc3/wkvfI0.dc9eS7dWP.uqu4GJddU9YoUIu6mulObd06C/U12xiS\",\"expiry\":1412627496,\"last_token\":\"$2a$10$bD8L5Kw1Wl.lBOcGDBhJQOOKwL/viAbA0AYFi/SRsqdNR1Hyic/XO\",\"updated_at\":\"2014-09-22T15:31:36.846-05:00\"}}"], ["updated_at", "2014-09-22 20:31:36.847104"]]
23710
+  (1.8ms) commit transaction
23711
+ Completed 200 OK in 126ms (Views: 0.2ms | ActiveRecord: 2.3ms)
23712
+
23713
+
23714
+ Started GET "/mangs/validate_token" for 127.0.0.1 at 2014-09-22 15:34:44 -0500
23715
+ Processing by DeviseTokenAuth::AuthController#validate_token as HTML
23716
+ Mang Load (0.3ms) SELECT "mangs".* FROM "mangs" WHERE "mangs"."uid" = 'test@test.com' LIMIT 1
23717
+  (0.1ms) begin transaction
23718
+ SQL (0.2ms) UPDATE "mangs" SET "tokens" = ?, "updated_at" = ? WHERE "mangs"."id" = 3 [["tokens", "{\"GJ81P6-Qir8IL84brufu9w\":{\"token\":\"$2a$10$gi2nOKZNdyO/H9Rh9WiNj.p9yAJMuwmB4iLqY2fssDeAgtfxfOpdC\",\"expiry\":1412619291},\"IYjOM_3fwPeY-gL76NTU_g\":{\"token\":\"$2a$10$kecv6JADc8P8yX.Hps5MVuZTSn9.g2p/XTS0BlTv5nnqK3r82/N3S\",\"expiry\":1412625643},\"MH_vHywaaJWNasuuQsSqMQ\":{\"token\":\"$2a$10$zbJez2n.TUGLt76PbuLqfueV4.vf8jVU1.ogGoIn/WqgHubA1edb2\",\"expiry\":1412625731,\"last_token\":\"$2a$10$m5HT6PE26k74tlXHli7SG.eLfUuNEe2RL//33Be5UGGU0vkeVCLU6\",\"updated_at\":\"2014-09-22T15:02:11.319-05:00\"},\"jzgVQkCww6t7muTOKDPGFQ\":{\"token\":\"$2a$10$l5ZjkFpb9Lv.0WYsmKdQGu3VEjsmRQIl6n/rJYxUTP13SGFfE4QJq\",\"expiry\":1412625975,\"last_token\":\"$2a$10$JeI4ccSNBhFU.hTR3Ao56ubex01sFZiH8TUsyWMJxWOk9qIdU66Ly\",\"updated_at\":\"2014-09-22T15:06:15.166-05:00\"},\"ACNCNNH2pClAFwZz6M8Yag\":{\"token\":\"$2a$10$RdxkHjewYmJbNHSkCryKv.cka3fZTd17hTxeLuzxpX/z9I3dCCzXC\",\"expiry\":1412626086,\"last_token\":\"$2a$10$x5iV56Ll2rPPxlwqFbdXneZLPO5uPq5I3Fvy0m9.FqxA9Cj1ShlMm\",\"updated_at\":\"2014-09-22T15:08:06.078-05:00\"},\"vPvyZ-yZpErAoYn-NZM7cQ\":{\"token\":\"$2a$10$dTNocqJIch0OB/lTPa29TOUVpJFOX80/JGaL0HXrF.gati2YnEUHW\",\"expiry\":1412627684,\"last_token\":\"$2a$10$rc3/wkvfI0.dc9eS7dWP.uqu4GJddU9YoUIu6mulObd06C/U12xiS\",\"updated_at\":\"2014-09-22T15:34:44.415-05:00\"}}"], ["updated_at", "2014-09-22 20:34:44.415708"]]
23719
+  (0.5ms) commit transaction
23720
+ Completed 200 OK in 128ms (Views: 0.3ms | ActiveRecord: 1.0ms)
23721
+
23722
+
23723
+ Started GET "/mangs/validate_token" for 127.0.0.1 at 2014-09-22 15:37:27 -0500
23724
+ Processing by DeviseTokenAuth::AuthController#validate_token as HTML
23725
+ Mang Load (0.2ms) SELECT "mangs".* FROM "mangs" WHERE "mangs"."uid" = 'test@test.com' LIMIT 1
23726
+  (0.1ms) begin transaction
23727
+ SQL (0.2ms) UPDATE "mangs" SET "tokens" = ?, "updated_at" = ? WHERE "mangs"."id" = 3 [["tokens", "{\"GJ81P6-Qir8IL84brufu9w\":{\"token\":\"$2a$10$gi2nOKZNdyO/H9Rh9WiNj.p9yAJMuwmB4iLqY2fssDeAgtfxfOpdC\",\"expiry\":1412619291},\"IYjOM_3fwPeY-gL76NTU_g\":{\"token\":\"$2a$10$kecv6JADc8P8yX.Hps5MVuZTSn9.g2p/XTS0BlTv5nnqK3r82/N3S\",\"expiry\":1412625643},\"MH_vHywaaJWNasuuQsSqMQ\":{\"token\":\"$2a$10$zbJez2n.TUGLt76PbuLqfueV4.vf8jVU1.ogGoIn/WqgHubA1edb2\",\"expiry\":1412625731,\"last_token\":\"$2a$10$m5HT6PE26k74tlXHli7SG.eLfUuNEe2RL//33Be5UGGU0vkeVCLU6\",\"updated_at\":\"2014-09-22T15:02:11.319-05:00\"},\"jzgVQkCww6t7muTOKDPGFQ\":{\"token\":\"$2a$10$l5ZjkFpb9Lv.0WYsmKdQGu3VEjsmRQIl6n/rJYxUTP13SGFfE4QJq\",\"expiry\":1412625975,\"last_token\":\"$2a$10$JeI4ccSNBhFU.hTR3Ao56ubex01sFZiH8TUsyWMJxWOk9qIdU66Ly\",\"updated_at\":\"2014-09-22T15:06:15.166-05:00\"},\"ACNCNNH2pClAFwZz6M8Yag\":{\"token\":\"$2a$10$RdxkHjewYmJbNHSkCryKv.cka3fZTd17hTxeLuzxpX/z9I3dCCzXC\",\"expiry\":1412626086,\"last_token\":\"$2a$10$x5iV56Ll2rPPxlwqFbdXneZLPO5uPq5I3Fvy0m9.FqxA9Cj1ShlMm\",\"updated_at\":\"2014-09-22T15:08:06.078-05:00\"},\"vPvyZ-yZpErAoYn-NZM7cQ\":{\"token\":\"$2a$10$AbU6874T6b7VXyPMPwiTLONE5BHQmkonMi/B1kHPq2fv99g5j/jce\",\"expiry\":1412627847,\"last_token\":\"$2a$10$dTNocqJIch0OB/lTPa29TOUVpJFOX80/JGaL0HXrF.gati2YnEUHW\",\"updated_at\":\"2014-09-22T15:37:27.154-05:00\"}}"], ["updated_at", "2014-09-22 20:37:27.155249"]]
23728
+  (0.9ms) commit transaction
23729
+ Completed 200 OK in 127ms (Views: 0.2ms | ActiveRecord: 1.3ms)
23730
+
23731
+
23732
+ Started GET "/mangs/validate_token" for 127.0.0.1 at 2014-09-22 15:39:26 -0500
23733
+ Processing by DeviseTokenAuth::AuthController#validate_token as HTML
23734
+ Mang Load (0.2ms) SELECT "mangs".* FROM "mangs" WHERE "mangs"."uid" = 'test@test.com' LIMIT 1
23735
+  (0.1ms) begin transaction
23736
+ SQL (0.2ms) UPDATE "mangs" SET "tokens" = ?, "updated_at" = ? WHERE "mangs"."id" = 3 [["tokens", "{\"GJ81P6-Qir8IL84brufu9w\":{\"token\":\"$2a$10$gi2nOKZNdyO/H9Rh9WiNj.p9yAJMuwmB4iLqY2fssDeAgtfxfOpdC\",\"expiry\":1412619291},\"IYjOM_3fwPeY-gL76NTU_g\":{\"token\":\"$2a$10$kecv6JADc8P8yX.Hps5MVuZTSn9.g2p/XTS0BlTv5nnqK3r82/N3S\",\"expiry\":1412625643},\"MH_vHywaaJWNasuuQsSqMQ\":{\"token\":\"$2a$10$zbJez2n.TUGLt76PbuLqfueV4.vf8jVU1.ogGoIn/WqgHubA1edb2\",\"expiry\":1412625731,\"last_token\":\"$2a$10$m5HT6PE26k74tlXHli7SG.eLfUuNEe2RL//33Be5UGGU0vkeVCLU6\",\"updated_at\":\"2014-09-22T15:02:11.319-05:00\"},\"jzgVQkCww6t7muTOKDPGFQ\":{\"token\":\"$2a$10$l5ZjkFpb9Lv.0WYsmKdQGu3VEjsmRQIl6n/rJYxUTP13SGFfE4QJq\",\"expiry\":1412625975,\"last_token\":\"$2a$10$JeI4ccSNBhFU.hTR3Ao56ubex01sFZiH8TUsyWMJxWOk9qIdU66Ly\",\"updated_at\":\"2014-09-22T15:06:15.166-05:00\"},\"ACNCNNH2pClAFwZz6M8Yag\":{\"token\":\"$2a$10$RdxkHjewYmJbNHSkCryKv.cka3fZTd17hTxeLuzxpX/z9I3dCCzXC\",\"expiry\":1412626086,\"last_token\":\"$2a$10$x5iV56Ll2rPPxlwqFbdXneZLPO5uPq5I3Fvy0m9.FqxA9Cj1ShlMm\",\"updated_at\":\"2014-09-22T15:08:06.078-05:00\"},\"vPvyZ-yZpErAoYn-NZM7cQ\":{\"token\":\"$2a$10$Kx.5i67vLN.LBhGSOisRcubhsEDgSGy52i5m6NNR9JyyvnFyY0Pjy\",\"expiry\":1412627966,\"last_token\":\"$2a$10$AbU6874T6b7VXyPMPwiTLONE5BHQmkonMi/B1kHPq2fv99g5j/jce\",\"updated_at\":\"2014-09-22T15:39:26.255-05:00\"}}"], ["updated_at", "2014-09-22 20:39:26.256408"]]
23737
+  (1.9ms) commit transaction
23738
+ Completed 200 OK in 125ms (Views: 0.2ms | ActiveRecord: 2.4ms)
23739
+
23740
+
23741
+ Started GET "/mangs/validate_token" for 127.0.0.1 at 2014-09-22 15:40:02 -0500
23742
+ Processing by DeviseTokenAuth::AuthController#validate_token as HTML
23743
+ Mang Load (0.2ms) SELECT "mangs".* FROM "mangs" WHERE "mangs"."uid" = 'test@test.com' LIMIT 1
23744
+  (0.1ms) begin transaction
23745
+ SQL (0.3ms) UPDATE "mangs" SET "tokens" = ?, "updated_at" = ? WHERE "mangs"."id" = 3 [["tokens", "{\"GJ81P6-Qir8IL84brufu9w\":{\"token\":\"$2a$10$gi2nOKZNdyO/H9Rh9WiNj.p9yAJMuwmB4iLqY2fssDeAgtfxfOpdC\",\"expiry\":1412619291},\"IYjOM_3fwPeY-gL76NTU_g\":{\"token\":\"$2a$10$kecv6JADc8P8yX.Hps5MVuZTSn9.g2p/XTS0BlTv5nnqK3r82/N3S\",\"expiry\":1412625643},\"MH_vHywaaJWNasuuQsSqMQ\":{\"token\":\"$2a$10$zbJez2n.TUGLt76PbuLqfueV4.vf8jVU1.ogGoIn/WqgHubA1edb2\",\"expiry\":1412625731,\"last_token\":\"$2a$10$m5HT6PE26k74tlXHli7SG.eLfUuNEe2RL//33Be5UGGU0vkeVCLU6\",\"updated_at\":\"2014-09-22T15:02:11.319-05:00\"},\"jzgVQkCww6t7muTOKDPGFQ\":{\"token\":\"$2a$10$l5ZjkFpb9Lv.0WYsmKdQGu3VEjsmRQIl6n/rJYxUTP13SGFfE4QJq\",\"expiry\":1412625975,\"last_token\":\"$2a$10$JeI4ccSNBhFU.hTR3Ao56ubex01sFZiH8TUsyWMJxWOk9qIdU66Ly\",\"updated_at\":\"2014-09-22T15:06:15.166-05:00\"},\"ACNCNNH2pClAFwZz6M8Yag\":{\"token\":\"$2a$10$RdxkHjewYmJbNHSkCryKv.cka3fZTd17hTxeLuzxpX/z9I3dCCzXC\",\"expiry\":1412626086,\"last_token\":\"$2a$10$x5iV56Ll2rPPxlwqFbdXneZLPO5uPq5I3Fvy0m9.FqxA9Cj1ShlMm\",\"updated_at\":\"2014-09-22T15:08:06.078-05:00\"},\"vPvyZ-yZpErAoYn-NZM7cQ\":{\"token\":\"$2a$10$f3gnxun6yQvznItfPlQesemfWN607Pcpd1npGMKIoUPcsK8DqV2p2\",\"expiry\":1412628002,\"last_token\":\"$2a$10$Kx.5i67vLN.LBhGSOisRcubhsEDgSGy52i5m6NNR9JyyvnFyY0Pjy\",\"updated_at\":\"2014-09-22T15:40:02.329-05:00\"}}"], ["updated_at", "2014-09-22 20:40:02.329888"]]
23746
+  (1.8ms) commit transaction
23747
+ Completed 200 OK in 128ms (Views: 0.2ms | ActiveRecord: 2.5ms)
23748
+
23749
+
23750
+ Started GET "/mangs/validate_token" for 127.0.0.1 at 2014-09-22 15:40:03 -0500
23751
+ Processing by DeviseTokenAuth::AuthController#validate_token as HTML
23752
+ Mang Load (0.2ms) SELECT "mangs".* FROM "mangs" WHERE "mangs"."uid" = 'test@test.com' LIMIT 1
23753
+  (0.1ms) begin transaction
23754
+ SQL (0.3ms) UPDATE "mangs" SET "tokens" = ?, "updated_at" = ? WHERE "mangs"."id" = 3 [["tokens", "{\"GJ81P6-Qir8IL84brufu9w\":{\"token\":\"$2a$10$gi2nOKZNdyO/H9Rh9WiNj.p9yAJMuwmB4iLqY2fssDeAgtfxfOpdC\",\"expiry\":1412619291},\"IYjOM_3fwPeY-gL76NTU_g\":{\"token\":\"$2a$10$kecv6JADc8P8yX.Hps5MVuZTSn9.g2p/XTS0BlTv5nnqK3r82/N3S\",\"expiry\":1412625643},\"MH_vHywaaJWNasuuQsSqMQ\":{\"token\":\"$2a$10$zbJez2n.TUGLt76PbuLqfueV4.vf8jVU1.ogGoIn/WqgHubA1edb2\",\"expiry\":1412625731,\"last_token\":\"$2a$10$m5HT6PE26k74tlXHli7SG.eLfUuNEe2RL//33Be5UGGU0vkeVCLU6\",\"updated_at\":\"2014-09-22T15:02:11.319-05:00\"},\"jzgVQkCww6t7muTOKDPGFQ\":{\"token\":\"$2a$10$l5ZjkFpb9Lv.0WYsmKdQGu3VEjsmRQIl6n/rJYxUTP13SGFfE4QJq\",\"expiry\":1412625975,\"last_token\":\"$2a$10$JeI4ccSNBhFU.hTR3Ao56ubex01sFZiH8TUsyWMJxWOk9qIdU66Ly\",\"updated_at\":\"2014-09-22T15:06:15.166-05:00\"},\"ACNCNNH2pClAFwZz6M8Yag\":{\"token\":\"$2a$10$RdxkHjewYmJbNHSkCryKv.cka3fZTd17hTxeLuzxpX/z9I3dCCzXC\",\"expiry\":1412626086,\"last_token\":\"$2a$10$x5iV56Ll2rPPxlwqFbdXneZLPO5uPq5I3Fvy0m9.FqxA9Cj1ShlMm\",\"updated_at\":\"2014-09-22T15:08:06.078-05:00\"},\"vPvyZ-yZpErAoYn-NZM7cQ\":{\"token\":\"$2a$10$f3gnxun6yQvznItfPlQesemfWN607Pcpd1npGMKIoUPcsK8DqV2p2\",\"expiry\":1412628002,\"last_token\":\"$2a$10$Kx.5i67vLN.LBhGSOisRcubhsEDgSGy52i5m6NNR9JyyvnFyY0Pjy\",\"updated_at\":\"2014-09-22T15:40:03.104-05:00\"}}"], ["updated_at", "2014-09-22 20:40:03.105032"]]
23755
+  (1.9ms) commit transaction
23756
+ Completed 200 OK in 69ms (Views: 0.3ms | ActiveRecord: 2.5ms)
23757
+
23758
+
23759
+ Started GET "/mangs/validate_token" for 127.0.0.1 at 2014-09-22 15:41:04 -0500
23760
+ Processing by DeviseTokenAuth::AuthController#validate_token as HTML
23761
+ Mang Load (0.2ms) SELECT "mangs".* FROM "mangs" WHERE "mangs"."uid" = 'test@test.com' LIMIT 1
23762
+  (0.1ms) begin transaction
23763
+ SQL (0.2ms) UPDATE "mangs" SET "tokens" = ?, "updated_at" = ? WHERE "mangs"."id" = 3 [["tokens", "{\"GJ81P6-Qir8IL84brufu9w\":{\"token\":\"$2a$10$gi2nOKZNdyO/H9Rh9WiNj.p9yAJMuwmB4iLqY2fssDeAgtfxfOpdC\",\"expiry\":1412619291},\"IYjOM_3fwPeY-gL76NTU_g\":{\"token\":\"$2a$10$kecv6JADc8P8yX.Hps5MVuZTSn9.g2p/XTS0BlTv5nnqK3r82/N3S\",\"expiry\":1412625643},\"MH_vHywaaJWNasuuQsSqMQ\":{\"token\":\"$2a$10$zbJez2n.TUGLt76PbuLqfueV4.vf8jVU1.ogGoIn/WqgHubA1edb2\",\"expiry\":1412625731,\"last_token\":\"$2a$10$m5HT6PE26k74tlXHli7SG.eLfUuNEe2RL//33Be5UGGU0vkeVCLU6\",\"updated_at\":\"2014-09-22T15:02:11.319-05:00\"},\"jzgVQkCww6t7muTOKDPGFQ\":{\"token\":\"$2a$10$l5ZjkFpb9Lv.0WYsmKdQGu3VEjsmRQIl6n/rJYxUTP13SGFfE4QJq\",\"expiry\":1412625975,\"last_token\":\"$2a$10$JeI4ccSNBhFU.hTR3Ao56ubex01sFZiH8TUsyWMJxWOk9qIdU66Ly\",\"updated_at\":\"2014-09-22T15:06:15.166-05:00\"},\"ACNCNNH2pClAFwZz6M8Yag\":{\"token\":\"$2a$10$RdxkHjewYmJbNHSkCryKv.cka3fZTd17hTxeLuzxpX/z9I3dCCzXC\",\"expiry\":1412626086,\"last_token\":\"$2a$10$x5iV56Ll2rPPxlwqFbdXneZLPO5uPq5I3Fvy0m9.FqxA9Cj1ShlMm\",\"updated_at\":\"2014-09-22T15:08:06.078-05:00\"},\"vPvyZ-yZpErAoYn-NZM7cQ\":{\"token\":\"$2a$10$2x9N/OetGwjL36.da9PryeiuoBIpkT8Bt85P4zQg/BLsfMWLGr65S\",\"expiry\":1412628064,\"last_token\":\"$2a$10$f3gnxun6yQvznItfPlQesemfWN607Pcpd1npGMKIoUPcsK8DqV2p2\",\"updated_at\":\"2014-09-22T15:41:04.420-05:00\"}}"], ["updated_at", "2014-09-22 20:41:04.421146"]]
23764
+  (1.8ms) commit transaction
23765
+ Completed 200 OK in 130ms (Views: 0.3ms | ActiveRecord: 2.4ms)
23766
+
23767
+
23768
+ Started GET "/mangs/validate_token" for 127.0.0.1 at 2014-09-22 15:41:05 -0500
23769
+ Processing by DeviseTokenAuth::AuthController#validate_token as HTML
23770
+ Mang Load (0.2ms) SELECT "mangs".* FROM "mangs" WHERE "mangs"."uid" = 'test@test.com' LIMIT 1
23771
+  (0.1ms) begin transaction
23772
+ SQL (0.2ms) UPDATE "mangs" SET "tokens" = ?, "updated_at" = ? WHERE "mangs"."id" = 3 [["tokens", "{\"GJ81P6-Qir8IL84brufu9w\":{\"token\":\"$2a$10$gi2nOKZNdyO/H9Rh9WiNj.p9yAJMuwmB4iLqY2fssDeAgtfxfOpdC\",\"expiry\":1412619291},\"IYjOM_3fwPeY-gL76NTU_g\":{\"token\":\"$2a$10$kecv6JADc8P8yX.Hps5MVuZTSn9.g2p/XTS0BlTv5nnqK3r82/N3S\",\"expiry\":1412625643},\"MH_vHywaaJWNasuuQsSqMQ\":{\"token\":\"$2a$10$zbJez2n.TUGLt76PbuLqfueV4.vf8jVU1.ogGoIn/WqgHubA1edb2\",\"expiry\":1412625731,\"last_token\":\"$2a$10$m5HT6PE26k74tlXHli7SG.eLfUuNEe2RL//33Be5UGGU0vkeVCLU6\",\"updated_at\":\"2014-09-22T15:02:11.319-05:00\"},\"jzgVQkCww6t7muTOKDPGFQ\":{\"token\":\"$2a$10$l5ZjkFpb9Lv.0WYsmKdQGu3VEjsmRQIl6n/rJYxUTP13SGFfE4QJq\",\"expiry\":1412625975,\"last_token\":\"$2a$10$JeI4ccSNBhFU.hTR3Ao56ubex01sFZiH8TUsyWMJxWOk9qIdU66Ly\",\"updated_at\":\"2014-09-22T15:06:15.166-05:00\"},\"ACNCNNH2pClAFwZz6M8Yag\":{\"token\":\"$2a$10$RdxkHjewYmJbNHSkCryKv.cka3fZTd17hTxeLuzxpX/z9I3dCCzXC\",\"expiry\":1412626086,\"last_token\":\"$2a$10$x5iV56Ll2rPPxlwqFbdXneZLPO5uPq5I3Fvy0m9.FqxA9Cj1ShlMm\",\"updated_at\":\"2014-09-22T15:08:06.078-05:00\"},\"vPvyZ-yZpErAoYn-NZM7cQ\":{\"token\":\"$2a$10$2x9N/OetGwjL36.da9PryeiuoBIpkT8Bt85P4zQg/BLsfMWLGr65S\",\"expiry\":1412628064,\"last_token\":\"$2a$10$f3gnxun6yQvznItfPlQesemfWN607Pcpd1npGMKIoUPcsK8DqV2p2\",\"updated_at\":\"2014-09-22T15:41:05.405-05:00\"}}"], ["updated_at", "2014-09-22 20:41:05.405405"]]
23773
+  (1.8ms) commit transaction
23774
+ Completed 200 OK in 97ms (Views: 0.2ms | ActiveRecord: 2.3ms)
23775
+
23776
+
23777
+ Started GET "/mangs/validate_token" for 127.0.0.1 at 2014-09-22 15:41:27 -0500
23778
+ Processing by DeviseTokenAuth::AuthController#validate_token as HTML
23779
+ Mang Load (0.3ms) SELECT "mangs".* FROM "mangs" WHERE "mangs"."uid" = 'test@test.com' LIMIT 1
23780
+  (0.1ms) begin transaction
23781
+ SQL (0.3ms) UPDATE "mangs" SET "tokens" = ?, "updated_at" = ? WHERE "mangs"."id" = 3 [["tokens", "{\"GJ81P6-Qir8IL84brufu9w\":{\"token\":\"$2a$10$gi2nOKZNdyO/H9Rh9WiNj.p9yAJMuwmB4iLqY2fssDeAgtfxfOpdC\",\"expiry\":1412619291},\"IYjOM_3fwPeY-gL76NTU_g\":{\"token\":\"$2a$10$kecv6JADc8P8yX.Hps5MVuZTSn9.g2p/XTS0BlTv5nnqK3r82/N3S\",\"expiry\":1412625643},\"MH_vHywaaJWNasuuQsSqMQ\":{\"token\":\"$2a$10$zbJez2n.TUGLt76PbuLqfueV4.vf8jVU1.ogGoIn/WqgHubA1edb2\",\"expiry\":1412625731,\"last_token\":\"$2a$10$m5HT6PE26k74tlXHli7SG.eLfUuNEe2RL//33Be5UGGU0vkeVCLU6\",\"updated_at\":\"2014-09-22T15:02:11.319-05:00\"},\"jzgVQkCww6t7muTOKDPGFQ\":{\"token\":\"$2a$10$l5ZjkFpb9Lv.0WYsmKdQGu3VEjsmRQIl6n/rJYxUTP13SGFfE4QJq\",\"expiry\":1412625975,\"last_token\":\"$2a$10$JeI4ccSNBhFU.hTR3Ao56ubex01sFZiH8TUsyWMJxWOk9qIdU66Ly\",\"updated_at\":\"2014-09-22T15:06:15.166-05:00\"},\"ACNCNNH2pClAFwZz6M8Yag\":{\"token\":\"$2a$10$RdxkHjewYmJbNHSkCryKv.cka3fZTd17hTxeLuzxpX/z9I3dCCzXC\",\"expiry\":1412626086,\"last_token\":\"$2a$10$x5iV56Ll2rPPxlwqFbdXneZLPO5uPq5I3Fvy0m9.FqxA9Cj1ShlMm\",\"updated_at\":\"2014-09-22T15:08:06.078-05:00\"},\"vPvyZ-yZpErAoYn-NZM7cQ\":{\"token\":\"$2a$10$EJaY9eIQoxIT0LAIqGOUvO85BL8V66acfi6PaAscCt2vKp0dqvKd6\",\"expiry\":1412628088,\"last_token\":\"$2a$10$2x9N/OetGwjL36.da9PryeiuoBIpkT8Bt85P4zQg/BLsfMWLGr65S\",\"updated_at\":\"2014-09-22T15:41:28.019-05:00\"}}"], ["updated_at", "2014-09-22 20:41:28.020265"]]
23782
+  (0.5ms) commit transaction
23783
+ Completed 200 OK in 135ms (Views: 0.9ms | ActiveRecord: 1.1ms)
23784
+
23785
+
23786
+ Started GET "/auth/github?auth_origin_url=http%3A%2F%2Fng-token-auth.dev%2F%23%2F" for 127.0.0.1 at 2014-09-22 15:43:52 -0500
23787
+
23788
+
23789
+ Started GET "/omniauth/github?auth_origin_url=http%3A%2F%2Fng-token-auth.dev%2F%23%2F&resource_class=User" for 127.0.0.1 at 2014-09-22 15:43:52 -0500
23790
+
23791
+
23792
+ Started GET "/omniauth/github/callback?code=63dd471f555d5fda70ee&state=e030db80d89926c824fda06b7872abab5c8b1646bd0994f0" for 127.0.0.1 at 2014-09-22 15:43:52 -0500
23793
+ Processing by DeviseTokenAuth::AuthController#omniauth_success as HTML
23794
+ Parameters: {"code"=>"63dd471f555d5fda70ee", "state"=>"e030db80d89926c824fda06b7872abab5c8b1646bd0994f0", "provider"=>"github"}
23795
+ User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."uid" = '468037' AND "users"."provider" = 'github' ORDER BY "users"."id" ASC LIMIT 1
23796
+  (0.1ms) begin transaction
23797
+ SQL (0.3ms) UPDATE "users" SET "confirmed_at" = ?, "tokens" = ?, "updated_at" = ? WHERE "users"."id" = 21 [["confirmed_at", "2014-09-22 20:43:53.692002"], ["tokens", "{\"uUOVaUbPeuxnYyM_ObaH4A\":{\"token\":\"$2a$10$VNryBu6L0yjadoBdQztzMOzQD1KLum9aOgZgSmfQgENzwKEXRfrQq\",\"expiry\":1412032284},\"efJ0QekWCcH1EOYbfS9P0A\":{\"token\":\"$2a$10$ZOhEBvy90aaAeGz1oTAH.uFr6eEmpbQlbhHVj8kJoDOju2ZhF2Rfy\",\"expiry\":1412110575,\"last_token\":\"$2a$10$LNd6RLp6dK86a4pEhRbDEe/slYr/ilfUJW.WOMYy2ccurVqfJjU5i\",\"updated_at\":\"2014-09-16T15:56:15.265-05:00\"},\"nN_OsXtDS0no67hSKol3-g\":{\"token\":\"$2a$10$hlYCnTi2gzT4PDzFcNu1eesQvaDXb6b9Xy68hguKroJ68jMtrgmru\",\"expiry\":1412110600},\"89ODMOhJ3yciLXrzJGZzsA\":{\"token\":\"$2a$10$dtS/xWoWZbOhppTZ9RLYHOvIg36Qht.nOC1XMauzCB01AFTWPKKUi\",\"expiry\":1412110622},\"pjyZpmpNfDzvatBhfW8mMg\":{\"token\":\"$2a$10$WOu1V46OyJhHupDz7NoS6.cKlngx7Xfr/yUqa59FNDpVcNnHyL9Xi\",\"expiry\":1412110654},\"EDQEBIPBbzrR1krGBXkaCw\":{\"token\":\"$2a$10$vsOvS./PB9m3zSpYPd4drOKLTdZRYEb923Klr3Txey3hzjmcEe0He\",\"expiry\":1412110692},\"jUFIUwb8N1YAx9AWc_bWLA\":{\"token\":\"$2a$10$O2fJZmB/vcQHlAahaUehOOpmagYbe8U/NcJbZnWwSNenJz4RjfEMu\",\"expiry\":1412110856},\"LGMhb9DE-e_-NjwVzeLdBg\":{\"token\":\"$2a$10$.8m1WSrdjsP.BroYq/L2fuRU8N5MyQEgJAwNoiU2n0ZAwhuauOLL2\",\"expiry\":1412110871},\"IZ9nVGZyVJRnB6SlY2osgw\":{\"token\":\"$2a$10$/mqueCBJUqAwRJ3/DK77z.KcuLfF9H2EB8scPChU1ubcm49EHxive\",\"expiry\":1412111016},\"HDbA1MY6CQkVPtZ7Ilqt5Q\":{\"token\":\"$2a$10$UY6q4kBK2JeiK8.zBMiWDeKxSFtCUu9ci4dgIAKWyfPIcEvHsaYyy\",\"expiry\":1412111096},\"wtxWLGu0gWuT8CICc_IMAw\":{\"token\":\"$2a$10$yA3aq79t3ENcnlyoQ.AnTeuAlNOYYaQQ8lhS/JCk2rzplZlsSIfqu\",\"expiry\":1412111117},\"DCvOewYG_dtSbxHLSNiuoA\":{\"token\":\"$2a$10$Gy7I9Flt4GPSPE7x0Gx9tuSVosAQpRA6CQQRD/GC3VHzgBsnQyCom\",\"expiry\":1412111147},\"kjuPAOkxPGyhygz9ryrLmw\":{\"token\":\"$2a$10$Hwi4/XS.N1GO/VLxmqNo8ecSDhm7yNQU96ypA4qhmmd4NEDwG7bG.\",\"expiry\":1412111228},\"U_yCwFP-UwWfNP7vxrSpGQ\":{\"token\":\"$2a$10$rbvUOO6qIF7l90qEC5JBHe0uJAwI8VpkvJOh3.bVARGNW39AvmR..\",\"expiry\":1412268294},\"GY_Pzg9_3Al3iXodW723xg\":{\"token\":\"$2a$10$8aNeJhozx36XUrPH6zuauOoHkUsYNfy3cCNk9ZWuiDaLnK.HLaoxq\",\"expiry\":1412271178},\"8DiBbke0_MFKl5P_9x5MFg\":{\"token\":\"$2a$10$9qrwDrF8VhyBs7rRy8rLMO9Zcq//isKYC/IgT0nz0MPGLdrhtsbe2\",\"expiry\":1412271329},\"NCFYDQNkRKD-0xOJwNvRSg\":{\"token\":\"$2a$10$iUkXY1Lw4pP9V7hxnx73zusJrKlT2XCv8ZxvJBmgfGhnsxtbvNffq\",\"expiry\":1412271840},\"zBgkPGMmlMGYJcJRqsV3yg\":{\"token\":\"$2a$10$VuJMWSqm.LARBBFdQGRgPOnDsiWMh/77erR04XTB2vIWzpi6fJ3la\",\"expiry\":1412271861},\"FhaDyJUU1ETZsA41EOB8KQ\":{\"token\":\"$2a$10$.wjua33M9DrEBPWtuYw8iuJ.J/7liBEYkFj05F49iULvwvBwgnM5G\",\"expiry\":1412273162,\"last_token\":\"$2a$10$2PM6c3aBPP7W8qvwX3zbQ.BDAlzyAhdnlNPJVD1rIVU9jsyNkAZMC\",\"updated_at\":\"2014-09-18T13:06:05.811-05:00\"},\"tDroG2IhYlUByMSXKDZ6sA\":{\"token\":\"$2a$10$/qq1wymIZvy29vAYifafKuNRUMpqy2M.QjQo0Yd8S6JAdky/NvoLW\",\"expiry\":1412273498},\"U9EMttQLCSZf6b9YVVDyfA\":{\"token\":\"$2a$10$OQ5XBxnJ/PQvgscR5Zvcve9wTewRzinbjK4F2XekrIR86rtPeClcK\",\"expiry\":1412273516,\"last_token\":\"$2a$10$rIzSEkXg5CPf/yLepFIQX.qaIrGctyoR2b9PGJvPcbW2rOWbgG4Yi\",\"updated_at\":\"2014-09-18T13:11:56.389-05:00\"},\"mORbfi9m1-Xj2cLFJjQtLw\":{\"token\":\"$2a$10$WUC32spZrKlWShT4Ve49Mu5meYZVeHabKqfmGc0CLjv1K3uxJkI2e\",\"expiry\":1412276830},\"WrnLtSz6TNFOFdw76axEeA\":{\"token\":\"$2a$10$ya.YpJ3Il/TJijog/u0vSuwQ5.t2O7uO9VlYE2NBvD8lSU8/Bb46.\",\"expiry\":1412276907},\"oj5SlG7aHXCRBtmnkonaCg\":{\"token\":\"$2a$10$e7ujdPHf4TkD0WxVVVXUAeEC6WiV2FE9XrVTKPcCLS4w1SU1CNFgW\",\"expiry\":1412276997,\"last_token\":\"$2a$10$6jlmkUmR06NaItdWKRjWnuEUfoVx6.L1YymV9EW..vox2uho70Ghu\",\"updated_at\":\"2014-09-18T14:09:57.783-05:00\"},\"vg1RFCvZaEYUdBnHvAHkzQ\":{\"token\":\"$2a$10$4vB4rcEmrJ4vR08Y.rUwfeqfIovqMB9136mR/tRR9EpH0XjE7gWE2\",\"expiry\":1412279135},\"lUTmmS9m3kMfYbmL5e-cQw\":{\"token\":\"$2a$10$bRpK7pdiCik7ZVl.uGmO8O/ri6VCANraWVN4XXBN2Y.t3RzZtsU/G\",\"expiry\":1412281608,\"last_token\":\"$2a$10$EHbxvyLysGNiSqUfot/cAeKwGRnMKy.gNQerAqwS1xVWv4Q4uDfUS\",\"updated_at\":\"2014-09-18T15:26:52.455-05:00\"},\"QSZ2pD284sjcsJtXf73axg\":{\"token\":\"$2a$10$KD8vckte0IsKqj1SApMk.u14A.Kxe.Axy4/prn00ZyXRJtG6mTd2i\",\"expiry\":1412364467,\"last_token\":\"$2a$10$BbEJl/29Q7TBqyyLtTKeKu67WfWQptLwvJmKhfAA5SDmdUYCDnIMy\",\"updated_at\":\"2014-09-19T14:27:47.386-05:00\"},\"gGgMKFYr5ML7r45GetjRAg\":{\"token\":\"$2a$10$PqsvmhXeg4zkUNBHGjdRl.xbASIxEpIR9WQYIC2qEfisXLzRgC04y\",\"expiry\":1412375878,\"last_token\":\"$2a$10$Gfdids/irZbiswm1FZvqsuoSCni/trBiZIh/vUD/ZLQ.mTs0EQqbm\",\"updated_at\":\"2014-09-19T17:37:58.151-05:00\"},\"HRx3sKNnBUqTOe7_TPSxtQ\":{\"token\":\"$2a$10$i/uCegiR9TKytnj.8ToPgeCUXjaKJTyZoXa4pPQnmV44ReXIzsZmm\",\"expiry\":1412628233}}"], ["updated_at", "2014-09-22 20:43:53.692966"]]
23798
+  (0.6ms) commit transaction
23799
+ Rendered /Users/lynn/Code/Auth/devise_token_auth/app/views/devise_token_auth/omniauth_success.html.erb within layouts/omniauth_response (0.8ms)
23800
+ Completed 200 OK in 69ms (Views: 2.9ms | ActiveRecord: 1.2ms)
23801
+
23802
+
23803
+ Started GET "/auth/github?auth_origin_url=http%3A%2F%2Fng-token-auth.dev%2F%23%2F" for 127.0.0.1 at 2014-09-22 15:44:09 -0500
23804
+
23805
+
23806
+ Started GET "/omniauth/github?auth_origin_url=http%3A%2F%2Fng-token-auth.dev%2F%23%2F&resource_class=User" for 127.0.0.1 at 2014-09-22 15:44:09 -0500
23807
+
23808
+
23809
+ Started GET "/omniauth/github/callback?code=04b1decdc9271ee8c460&state=e5c4e25b1dc899a3cb6fdd22b1a77ffecaeab5d2d42eb353" for 127.0.0.1 at 2014-09-22 15:44:10 -0500
23810
+ Processing by DeviseTokenAuth::AuthController#omniauth_success as HTML
23811
+ Parameters: {"code"=>"04b1decdc9271ee8c460", "state"=>"e5c4e25b1dc899a3cb6fdd22b1a77ffecaeab5d2d42eb353", "provider"=>"github"}
23812
+ User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."uid" = '468037' AND "users"."provider" = 'github' ORDER BY "users"."id" ASC LIMIT 1
23813
+  (0.1ms) begin transaction
23814
+ SQL (0.7ms) UPDATE "users" SET "confirmed_at" = ?, "tokens" = ?, "updated_at" = ? WHERE "users"."id" = 21 [["confirmed_at", "2014-09-22 20:44:10.761044"], ["tokens", "{\"uUOVaUbPeuxnYyM_ObaH4A\":{\"token\":\"$2a$10$VNryBu6L0yjadoBdQztzMOzQD1KLum9aOgZgSmfQgENzwKEXRfrQq\",\"expiry\":1412032284},\"efJ0QekWCcH1EOYbfS9P0A\":{\"token\":\"$2a$10$ZOhEBvy90aaAeGz1oTAH.uFr6eEmpbQlbhHVj8kJoDOju2ZhF2Rfy\",\"expiry\":1412110575,\"last_token\":\"$2a$10$LNd6RLp6dK86a4pEhRbDEe/slYr/ilfUJW.WOMYy2ccurVqfJjU5i\",\"updated_at\":\"2014-09-16T15:56:15.265-05:00\"},\"nN_OsXtDS0no67hSKol3-g\":{\"token\":\"$2a$10$hlYCnTi2gzT4PDzFcNu1eesQvaDXb6b9Xy68hguKroJ68jMtrgmru\",\"expiry\":1412110600},\"89ODMOhJ3yciLXrzJGZzsA\":{\"token\":\"$2a$10$dtS/xWoWZbOhppTZ9RLYHOvIg36Qht.nOC1XMauzCB01AFTWPKKUi\",\"expiry\":1412110622},\"pjyZpmpNfDzvatBhfW8mMg\":{\"token\":\"$2a$10$WOu1V46OyJhHupDz7NoS6.cKlngx7Xfr/yUqa59FNDpVcNnHyL9Xi\",\"expiry\":1412110654},\"EDQEBIPBbzrR1krGBXkaCw\":{\"token\":\"$2a$10$vsOvS./PB9m3zSpYPd4drOKLTdZRYEb923Klr3Txey3hzjmcEe0He\",\"expiry\":1412110692},\"jUFIUwb8N1YAx9AWc_bWLA\":{\"token\":\"$2a$10$O2fJZmB/vcQHlAahaUehOOpmagYbe8U/NcJbZnWwSNenJz4RjfEMu\",\"expiry\":1412110856},\"LGMhb9DE-e_-NjwVzeLdBg\":{\"token\":\"$2a$10$.8m1WSrdjsP.BroYq/L2fuRU8N5MyQEgJAwNoiU2n0ZAwhuauOLL2\",\"expiry\":1412110871},\"IZ9nVGZyVJRnB6SlY2osgw\":{\"token\":\"$2a$10$/mqueCBJUqAwRJ3/DK77z.KcuLfF9H2EB8scPChU1ubcm49EHxive\",\"expiry\":1412111016},\"HDbA1MY6CQkVPtZ7Ilqt5Q\":{\"token\":\"$2a$10$UY6q4kBK2JeiK8.zBMiWDeKxSFtCUu9ci4dgIAKWyfPIcEvHsaYyy\",\"expiry\":1412111096},\"wtxWLGu0gWuT8CICc_IMAw\":{\"token\":\"$2a$10$yA3aq79t3ENcnlyoQ.AnTeuAlNOYYaQQ8lhS/JCk2rzplZlsSIfqu\",\"expiry\":1412111117},\"DCvOewYG_dtSbxHLSNiuoA\":{\"token\":\"$2a$10$Gy7I9Flt4GPSPE7x0Gx9tuSVosAQpRA6CQQRD/GC3VHzgBsnQyCom\",\"expiry\":1412111147},\"kjuPAOkxPGyhygz9ryrLmw\":{\"token\":\"$2a$10$Hwi4/XS.N1GO/VLxmqNo8ecSDhm7yNQU96ypA4qhmmd4NEDwG7bG.\",\"expiry\":1412111228},\"U_yCwFP-UwWfNP7vxrSpGQ\":{\"token\":\"$2a$10$rbvUOO6qIF7l90qEC5JBHe0uJAwI8VpkvJOh3.bVARGNW39AvmR..\",\"expiry\":1412268294},\"GY_Pzg9_3Al3iXodW723xg\":{\"token\":\"$2a$10$8aNeJhozx36XUrPH6zuauOoHkUsYNfy3cCNk9ZWuiDaLnK.HLaoxq\",\"expiry\":1412271178},\"8DiBbke0_MFKl5P_9x5MFg\":{\"token\":\"$2a$10$9qrwDrF8VhyBs7rRy8rLMO9Zcq//isKYC/IgT0nz0MPGLdrhtsbe2\",\"expiry\":1412271329},\"NCFYDQNkRKD-0xOJwNvRSg\":{\"token\":\"$2a$10$iUkXY1Lw4pP9V7hxnx73zusJrKlT2XCv8ZxvJBmgfGhnsxtbvNffq\",\"expiry\":1412271840},\"zBgkPGMmlMGYJcJRqsV3yg\":{\"token\":\"$2a$10$VuJMWSqm.LARBBFdQGRgPOnDsiWMh/77erR04XTB2vIWzpi6fJ3la\",\"expiry\":1412271861},\"FhaDyJUU1ETZsA41EOB8KQ\":{\"token\":\"$2a$10$.wjua33M9DrEBPWtuYw8iuJ.J/7liBEYkFj05F49iULvwvBwgnM5G\",\"expiry\":1412273162,\"last_token\":\"$2a$10$2PM6c3aBPP7W8qvwX3zbQ.BDAlzyAhdnlNPJVD1rIVU9jsyNkAZMC\",\"updated_at\":\"2014-09-18T13:06:05.811-05:00\"},\"tDroG2IhYlUByMSXKDZ6sA\":{\"token\":\"$2a$10$/qq1wymIZvy29vAYifafKuNRUMpqy2M.QjQo0Yd8S6JAdky/NvoLW\",\"expiry\":1412273498},\"U9EMttQLCSZf6b9YVVDyfA\":{\"token\":\"$2a$10$OQ5XBxnJ/PQvgscR5Zvcve9wTewRzinbjK4F2XekrIR86rtPeClcK\",\"expiry\":1412273516,\"last_token\":\"$2a$10$rIzSEkXg5CPf/yLepFIQX.qaIrGctyoR2b9PGJvPcbW2rOWbgG4Yi\",\"updated_at\":\"2014-09-18T13:11:56.389-05:00\"},\"mORbfi9m1-Xj2cLFJjQtLw\":{\"token\":\"$2a$10$WUC32spZrKlWShT4Ve49Mu5meYZVeHabKqfmGc0CLjv1K3uxJkI2e\",\"expiry\":1412276830},\"WrnLtSz6TNFOFdw76axEeA\":{\"token\":\"$2a$10$ya.YpJ3Il/TJijog/u0vSuwQ5.t2O7uO9VlYE2NBvD8lSU8/Bb46.\",\"expiry\":1412276907},\"oj5SlG7aHXCRBtmnkonaCg\":{\"token\":\"$2a$10$e7ujdPHf4TkD0WxVVVXUAeEC6WiV2FE9XrVTKPcCLS4w1SU1CNFgW\",\"expiry\":1412276997,\"last_token\":\"$2a$10$6jlmkUmR06NaItdWKRjWnuEUfoVx6.L1YymV9EW..vox2uho70Ghu\",\"updated_at\":\"2014-09-18T14:09:57.783-05:00\"},\"vg1RFCvZaEYUdBnHvAHkzQ\":{\"token\":\"$2a$10$4vB4rcEmrJ4vR08Y.rUwfeqfIovqMB9136mR/tRR9EpH0XjE7gWE2\",\"expiry\":1412279135},\"lUTmmS9m3kMfYbmL5e-cQw\":{\"token\":\"$2a$10$bRpK7pdiCik7ZVl.uGmO8O/ri6VCANraWVN4XXBN2Y.t3RzZtsU/G\",\"expiry\":1412281608,\"last_token\":\"$2a$10$EHbxvyLysGNiSqUfot/cAeKwGRnMKy.gNQerAqwS1xVWv4Q4uDfUS\",\"updated_at\":\"2014-09-18T15:26:52.455-05:00\"},\"QSZ2pD284sjcsJtXf73axg\":{\"token\":\"$2a$10$KD8vckte0IsKqj1SApMk.u14A.Kxe.Axy4/prn00ZyXRJtG6mTd2i\",\"expiry\":1412364467,\"last_token\":\"$2a$10$BbEJl/29Q7TBqyyLtTKeKu67WfWQptLwvJmKhfAA5SDmdUYCDnIMy\",\"updated_at\":\"2014-09-19T14:27:47.386-05:00\"},\"gGgMKFYr5ML7r45GetjRAg\":{\"token\":\"$2a$10$PqsvmhXeg4zkUNBHGjdRl.xbASIxEpIR9WQYIC2qEfisXLzRgC04y\",\"expiry\":1412375878,\"last_token\":\"$2a$10$Gfdids/irZbiswm1FZvqsuoSCni/trBiZIh/vUD/ZLQ.mTs0EQqbm\",\"updated_at\":\"2014-09-19T17:37:58.151-05:00\"},\"HRx3sKNnBUqTOe7_TPSxtQ\":{\"token\":\"$2a$10$i/uCegiR9TKytnj.8ToPgeCUXjaKJTyZoXa4pPQnmV44ReXIzsZmm\",\"expiry\":1412628233},\"kr9U1a3xpFtD-HCv0TBktQ\":{\"token\":\"$2a$10$whGkjqcwFxl4tm0V5coLre348ZPHJS08u69Qvmytg7C8Wq45g2aFi\",\"expiry\":1412628250}}"], ["updated_at", "2014-09-22 20:44:10.762011"]]
23815
+  (10.3ms) commit transaction
23816
+ Rendered /Users/lynn/Code/Auth/devise_token_auth/app/views/devise_token_auth/omniauth_success.html.erb within layouts/omniauth_response (0.3ms)
23817
+ Completed 200 OK in 80ms (Views: 1.7ms | ActiveRecord: 11.3ms)
23818
+
23819
+
23820
+ Started GET "/auth/validate_token" for 127.0.0.1 at 2014-09-22 15:46:00 -0500
23821
+ Processing by DeviseTokenAuth::AuthController#validate_token as HTML
23822
+ User Load (0.3ms) SELECT "users".* FROM "users" WHERE "users"."uid" = '468037' LIMIT 1
23823
+  (0.1ms) begin transaction
23824
+ SQL (0.3ms) UPDATE "users" SET "tokens" = ?, "updated_at" = ? WHERE "users"."id" = 21 [["tokens", "{\"uUOVaUbPeuxnYyM_ObaH4A\":{\"token\":\"$2a$10$VNryBu6L0yjadoBdQztzMOzQD1KLum9aOgZgSmfQgENzwKEXRfrQq\",\"expiry\":1412032284},\"efJ0QekWCcH1EOYbfS9P0A\":{\"token\":\"$2a$10$ZOhEBvy90aaAeGz1oTAH.uFr6eEmpbQlbhHVj8kJoDOju2ZhF2Rfy\",\"expiry\":1412110575,\"last_token\":\"$2a$10$LNd6RLp6dK86a4pEhRbDEe/slYr/ilfUJW.WOMYy2ccurVqfJjU5i\",\"updated_at\":\"2014-09-16T15:56:15.265-05:00\"},\"nN_OsXtDS0no67hSKol3-g\":{\"token\":\"$2a$10$hlYCnTi2gzT4PDzFcNu1eesQvaDXb6b9Xy68hguKroJ68jMtrgmru\",\"expiry\":1412110600},\"89ODMOhJ3yciLXrzJGZzsA\":{\"token\":\"$2a$10$dtS/xWoWZbOhppTZ9RLYHOvIg36Qht.nOC1XMauzCB01AFTWPKKUi\",\"expiry\":1412110622},\"pjyZpmpNfDzvatBhfW8mMg\":{\"token\":\"$2a$10$WOu1V46OyJhHupDz7NoS6.cKlngx7Xfr/yUqa59FNDpVcNnHyL9Xi\",\"expiry\":1412110654},\"EDQEBIPBbzrR1krGBXkaCw\":{\"token\":\"$2a$10$vsOvS./PB9m3zSpYPd4drOKLTdZRYEb923Klr3Txey3hzjmcEe0He\",\"expiry\":1412110692},\"jUFIUwb8N1YAx9AWc_bWLA\":{\"token\":\"$2a$10$O2fJZmB/vcQHlAahaUehOOpmagYbe8U/NcJbZnWwSNenJz4RjfEMu\",\"expiry\":1412110856},\"LGMhb9DE-e_-NjwVzeLdBg\":{\"token\":\"$2a$10$.8m1WSrdjsP.BroYq/L2fuRU8N5MyQEgJAwNoiU2n0ZAwhuauOLL2\",\"expiry\":1412110871},\"IZ9nVGZyVJRnB6SlY2osgw\":{\"token\":\"$2a$10$/mqueCBJUqAwRJ3/DK77z.KcuLfF9H2EB8scPChU1ubcm49EHxive\",\"expiry\":1412111016},\"HDbA1MY6CQkVPtZ7Ilqt5Q\":{\"token\":\"$2a$10$UY6q4kBK2JeiK8.zBMiWDeKxSFtCUu9ci4dgIAKWyfPIcEvHsaYyy\",\"expiry\":1412111096},\"wtxWLGu0gWuT8CICc_IMAw\":{\"token\":\"$2a$10$yA3aq79t3ENcnlyoQ.AnTeuAlNOYYaQQ8lhS/JCk2rzplZlsSIfqu\",\"expiry\":1412111117},\"DCvOewYG_dtSbxHLSNiuoA\":{\"token\":\"$2a$10$Gy7I9Flt4GPSPE7x0Gx9tuSVosAQpRA6CQQRD/GC3VHzgBsnQyCom\",\"expiry\":1412111147},\"kjuPAOkxPGyhygz9ryrLmw\":{\"token\":\"$2a$10$Hwi4/XS.N1GO/VLxmqNo8ecSDhm7yNQU96ypA4qhmmd4NEDwG7bG.\",\"expiry\":1412111228},\"U_yCwFP-UwWfNP7vxrSpGQ\":{\"token\":\"$2a$10$rbvUOO6qIF7l90qEC5JBHe0uJAwI8VpkvJOh3.bVARGNW39AvmR..\",\"expiry\":1412268294},\"GY_Pzg9_3Al3iXodW723xg\":{\"token\":\"$2a$10$8aNeJhozx36XUrPH6zuauOoHkUsYNfy3cCNk9ZWuiDaLnK.HLaoxq\",\"expiry\":1412271178},\"8DiBbke0_MFKl5P_9x5MFg\":{\"token\":\"$2a$10$9qrwDrF8VhyBs7rRy8rLMO9Zcq//isKYC/IgT0nz0MPGLdrhtsbe2\",\"expiry\":1412271329},\"NCFYDQNkRKD-0xOJwNvRSg\":{\"token\":\"$2a$10$iUkXY1Lw4pP9V7hxnx73zusJrKlT2XCv8ZxvJBmgfGhnsxtbvNffq\",\"expiry\":1412271840},\"zBgkPGMmlMGYJcJRqsV3yg\":{\"token\":\"$2a$10$VuJMWSqm.LARBBFdQGRgPOnDsiWMh/77erR04XTB2vIWzpi6fJ3la\",\"expiry\":1412271861},\"FhaDyJUU1ETZsA41EOB8KQ\":{\"token\":\"$2a$10$.wjua33M9DrEBPWtuYw8iuJ.J/7liBEYkFj05F49iULvwvBwgnM5G\",\"expiry\":1412273162,\"last_token\":\"$2a$10$2PM6c3aBPP7W8qvwX3zbQ.BDAlzyAhdnlNPJVD1rIVU9jsyNkAZMC\",\"updated_at\":\"2014-09-18T13:06:05.811-05:00\"},\"tDroG2IhYlUByMSXKDZ6sA\":{\"token\":\"$2a$10$/qq1wymIZvy29vAYifafKuNRUMpqy2M.QjQo0Yd8S6JAdky/NvoLW\",\"expiry\":1412273498},\"U9EMttQLCSZf6b9YVVDyfA\":{\"token\":\"$2a$10$OQ5XBxnJ/PQvgscR5Zvcve9wTewRzinbjK4F2XekrIR86rtPeClcK\",\"expiry\":1412273516,\"last_token\":\"$2a$10$rIzSEkXg5CPf/yLepFIQX.qaIrGctyoR2b9PGJvPcbW2rOWbgG4Yi\",\"updated_at\":\"2014-09-18T13:11:56.389-05:00\"},\"mORbfi9m1-Xj2cLFJjQtLw\":{\"token\":\"$2a$10$WUC32spZrKlWShT4Ve49Mu5meYZVeHabKqfmGc0CLjv1K3uxJkI2e\",\"expiry\":1412276830},\"WrnLtSz6TNFOFdw76axEeA\":{\"token\":\"$2a$10$ya.YpJ3Il/TJijog/u0vSuwQ5.t2O7uO9VlYE2NBvD8lSU8/Bb46.\",\"expiry\":1412276907},\"oj5SlG7aHXCRBtmnkonaCg\":{\"token\":\"$2a$10$e7ujdPHf4TkD0WxVVVXUAeEC6WiV2FE9XrVTKPcCLS4w1SU1CNFgW\",\"expiry\":1412276997,\"last_token\":\"$2a$10$6jlmkUmR06NaItdWKRjWnuEUfoVx6.L1YymV9EW..vox2uho70Ghu\",\"updated_at\":\"2014-09-18T14:09:57.783-05:00\"},\"vg1RFCvZaEYUdBnHvAHkzQ\":{\"token\":\"$2a$10$4vB4rcEmrJ4vR08Y.rUwfeqfIovqMB9136mR/tRR9EpH0XjE7gWE2\",\"expiry\":1412279135},\"lUTmmS9m3kMfYbmL5e-cQw\":{\"token\":\"$2a$10$bRpK7pdiCik7ZVl.uGmO8O/ri6VCANraWVN4XXBN2Y.t3RzZtsU/G\",\"expiry\":1412281608,\"last_token\":\"$2a$10$EHbxvyLysGNiSqUfot/cAeKwGRnMKy.gNQerAqwS1xVWv4Q4uDfUS\",\"updated_at\":\"2014-09-18T15:26:52.455-05:00\"},\"QSZ2pD284sjcsJtXf73axg\":{\"token\":\"$2a$10$KD8vckte0IsKqj1SApMk.u14A.Kxe.Axy4/prn00ZyXRJtG6mTd2i\",\"expiry\":1412364467,\"last_token\":\"$2a$10$BbEJl/29Q7TBqyyLtTKeKu67WfWQptLwvJmKhfAA5SDmdUYCDnIMy\",\"updated_at\":\"2014-09-19T14:27:47.386-05:00\"},\"gGgMKFYr5ML7r45GetjRAg\":{\"token\":\"$2a$10$PqsvmhXeg4zkUNBHGjdRl.xbASIxEpIR9WQYIC2qEfisXLzRgC04y\",\"expiry\":1412375878,\"last_token\":\"$2a$10$Gfdids/irZbiswm1FZvqsuoSCni/trBiZIh/vUD/ZLQ.mTs0EQqbm\",\"updated_at\":\"2014-09-19T17:37:58.151-05:00\"},\"HRx3sKNnBUqTOe7_TPSxtQ\":{\"token\":\"$2a$10$AD.K5h3QkjrNtLr/tmOH6.5wEQNKjbKNgCxHnBV7WcBmN.iekTs9m\",\"expiry\":1412628360,\"last_token\":\"$2a$10$i/uCegiR9TKytnj.8ToPgeCUXjaKJTyZoXa4pPQnmV44ReXIzsZmm\",\"updated_at\":\"2014-09-22T15:46:00.239-05:00\"},\"kr9U1a3xpFtD-HCv0TBktQ\":{\"token\":\"$2a$10$whGkjqcwFxl4tm0V5coLre348ZPHJS08u69Qvmytg7C8Wq45g2aFi\",\"expiry\":1412628250}}"], ["updated_at", "2014-09-22 20:46:00.240114"]]
23825
+  (1.9ms) commit transaction
23826
+ Completed 200 OK in 129ms (Views: 0.2ms | ActiveRecord: 2.7ms)
23827
+
23828
+
23829
+ Started DELETE "/auth/sign_out" for 127.0.0.1 at 2014-09-22 15:46:05 -0500
23830
+ Processing by DeviseTokenAuth::SessionsController#destroy as HTML
23831
+ User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."uid" = '468037' LIMIT 1
23832
+  (0.1ms) begin transaction
23833
+ SQL (0.3ms) UPDATE "users" SET "tokens" = ?, "updated_at" = ? WHERE "users"."id" = 21 [["tokens", "{\"uUOVaUbPeuxnYyM_ObaH4A\":{\"token\":\"$2a$10$VNryBu6L0yjadoBdQztzMOzQD1KLum9aOgZgSmfQgENzwKEXRfrQq\",\"expiry\":1412032284},\"efJ0QekWCcH1EOYbfS9P0A\":{\"token\":\"$2a$10$ZOhEBvy90aaAeGz1oTAH.uFr6eEmpbQlbhHVj8kJoDOju2ZhF2Rfy\",\"expiry\":1412110575,\"last_token\":\"$2a$10$LNd6RLp6dK86a4pEhRbDEe/slYr/ilfUJW.WOMYy2ccurVqfJjU5i\",\"updated_at\":\"2014-09-16T15:56:15.265-05:00\"},\"nN_OsXtDS0no67hSKol3-g\":{\"token\":\"$2a$10$hlYCnTi2gzT4PDzFcNu1eesQvaDXb6b9Xy68hguKroJ68jMtrgmru\",\"expiry\":1412110600},\"89ODMOhJ3yciLXrzJGZzsA\":{\"token\":\"$2a$10$dtS/xWoWZbOhppTZ9RLYHOvIg36Qht.nOC1XMauzCB01AFTWPKKUi\",\"expiry\":1412110622},\"pjyZpmpNfDzvatBhfW8mMg\":{\"token\":\"$2a$10$WOu1V46OyJhHupDz7NoS6.cKlngx7Xfr/yUqa59FNDpVcNnHyL9Xi\",\"expiry\":1412110654},\"EDQEBIPBbzrR1krGBXkaCw\":{\"token\":\"$2a$10$vsOvS./PB9m3zSpYPd4drOKLTdZRYEb923Klr3Txey3hzjmcEe0He\",\"expiry\":1412110692},\"jUFIUwb8N1YAx9AWc_bWLA\":{\"token\":\"$2a$10$O2fJZmB/vcQHlAahaUehOOpmagYbe8U/NcJbZnWwSNenJz4RjfEMu\",\"expiry\":1412110856},\"LGMhb9DE-e_-NjwVzeLdBg\":{\"token\":\"$2a$10$.8m1WSrdjsP.BroYq/L2fuRU8N5MyQEgJAwNoiU2n0ZAwhuauOLL2\",\"expiry\":1412110871},\"IZ9nVGZyVJRnB6SlY2osgw\":{\"token\":\"$2a$10$/mqueCBJUqAwRJ3/DK77z.KcuLfF9H2EB8scPChU1ubcm49EHxive\",\"expiry\":1412111016},\"HDbA1MY6CQkVPtZ7Ilqt5Q\":{\"token\":\"$2a$10$UY6q4kBK2JeiK8.zBMiWDeKxSFtCUu9ci4dgIAKWyfPIcEvHsaYyy\",\"expiry\":1412111096},\"wtxWLGu0gWuT8CICc_IMAw\":{\"token\":\"$2a$10$yA3aq79t3ENcnlyoQ.AnTeuAlNOYYaQQ8lhS/JCk2rzplZlsSIfqu\",\"expiry\":1412111117},\"DCvOewYG_dtSbxHLSNiuoA\":{\"token\":\"$2a$10$Gy7I9Flt4GPSPE7x0Gx9tuSVosAQpRA6CQQRD/GC3VHzgBsnQyCom\",\"expiry\":1412111147},\"kjuPAOkxPGyhygz9ryrLmw\":{\"token\":\"$2a$10$Hwi4/XS.N1GO/VLxmqNo8ecSDhm7yNQU96ypA4qhmmd4NEDwG7bG.\",\"expiry\":1412111228},\"U_yCwFP-UwWfNP7vxrSpGQ\":{\"token\":\"$2a$10$rbvUOO6qIF7l90qEC5JBHe0uJAwI8VpkvJOh3.bVARGNW39AvmR..\",\"expiry\":1412268294},\"GY_Pzg9_3Al3iXodW723xg\":{\"token\":\"$2a$10$8aNeJhozx36XUrPH6zuauOoHkUsYNfy3cCNk9ZWuiDaLnK.HLaoxq\",\"expiry\":1412271178},\"8DiBbke0_MFKl5P_9x5MFg\":{\"token\":\"$2a$10$9qrwDrF8VhyBs7rRy8rLMO9Zcq//isKYC/IgT0nz0MPGLdrhtsbe2\",\"expiry\":1412271329},\"NCFYDQNkRKD-0xOJwNvRSg\":{\"token\":\"$2a$10$iUkXY1Lw4pP9V7hxnx73zusJrKlT2XCv8ZxvJBmgfGhnsxtbvNffq\",\"expiry\":1412271840},\"zBgkPGMmlMGYJcJRqsV3yg\":{\"token\":\"$2a$10$VuJMWSqm.LARBBFdQGRgPOnDsiWMh/77erR04XTB2vIWzpi6fJ3la\",\"expiry\":1412271861},\"FhaDyJUU1ETZsA41EOB8KQ\":{\"token\":\"$2a$10$.wjua33M9DrEBPWtuYw8iuJ.J/7liBEYkFj05F49iULvwvBwgnM5G\",\"expiry\":1412273162,\"last_token\":\"$2a$10$2PM6c3aBPP7W8qvwX3zbQ.BDAlzyAhdnlNPJVD1rIVU9jsyNkAZMC\",\"updated_at\":\"2014-09-18T13:06:05.811-05:00\"},\"tDroG2IhYlUByMSXKDZ6sA\":{\"token\":\"$2a$10$/qq1wymIZvy29vAYifafKuNRUMpqy2M.QjQo0Yd8S6JAdky/NvoLW\",\"expiry\":1412273498},\"U9EMttQLCSZf6b9YVVDyfA\":{\"token\":\"$2a$10$OQ5XBxnJ/PQvgscR5Zvcve9wTewRzinbjK4F2XekrIR86rtPeClcK\",\"expiry\":1412273516,\"last_token\":\"$2a$10$rIzSEkXg5CPf/yLepFIQX.qaIrGctyoR2b9PGJvPcbW2rOWbgG4Yi\",\"updated_at\":\"2014-09-18T13:11:56.389-05:00\"},\"mORbfi9m1-Xj2cLFJjQtLw\":{\"token\":\"$2a$10$WUC32spZrKlWShT4Ve49Mu5meYZVeHabKqfmGc0CLjv1K3uxJkI2e\",\"expiry\":1412276830},\"WrnLtSz6TNFOFdw76axEeA\":{\"token\":\"$2a$10$ya.YpJ3Il/TJijog/u0vSuwQ5.t2O7uO9VlYE2NBvD8lSU8/Bb46.\",\"expiry\":1412276907},\"oj5SlG7aHXCRBtmnkonaCg\":{\"token\":\"$2a$10$e7ujdPHf4TkD0WxVVVXUAeEC6WiV2FE9XrVTKPcCLS4w1SU1CNFgW\",\"expiry\":1412276997,\"last_token\":\"$2a$10$6jlmkUmR06NaItdWKRjWnuEUfoVx6.L1YymV9EW..vox2uho70Ghu\",\"updated_at\":\"2014-09-18T14:09:57.783-05:00\"},\"vg1RFCvZaEYUdBnHvAHkzQ\":{\"token\":\"$2a$10$4vB4rcEmrJ4vR08Y.rUwfeqfIovqMB9136mR/tRR9EpH0XjE7gWE2\",\"expiry\":1412279135},\"lUTmmS9m3kMfYbmL5e-cQw\":{\"token\":\"$2a$10$bRpK7pdiCik7ZVl.uGmO8O/ri6VCANraWVN4XXBN2Y.t3RzZtsU/G\",\"expiry\":1412281608,\"last_token\":\"$2a$10$EHbxvyLysGNiSqUfot/cAeKwGRnMKy.gNQerAqwS1xVWv4Q4uDfUS\",\"updated_at\":\"2014-09-18T15:26:52.455-05:00\"},\"QSZ2pD284sjcsJtXf73axg\":{\"token\":\"$2a$10$KD8vckte0IsKqj1SApMk.u14A.Kxe.Axy4/prn00ZyXRJtG6mTd2i\",\"expiry\":1412364467,\"last_token\":\"$2a$10$BbEJl/29Q7TBqyyLtTKeKu67WfWQptLwvJmKhfAA5SDmdUYCDnIMy\",\"updated_at\":\"2014-09-19T14:27:47.386-05:00\"},\"gGgMKFYr5ML7r45GetjRAg\":{\"token\":\"$2a$10$PqsvmhXeg4zkUNBHGjdRl.xbASIxEpIR9WQYIC2qEfisXLzRgC04y\",\"expiry\":1412375878,\"last_token\":\"$2a$10$Gfdids/irZbiswm1FZvqsuoSCni/trBiZIh/vUD/ZLQ.mTs0EQqbm\",\"updated_at\":\"2014-09-19T17:37:58.151-05:00\"},\"kr9U1a3xpFtD-HCv0TBktQ\":{\"token\":\"$2a$10$whGkjqcwFxl4tm0V5coLre348ZPHJS08u69Qvmytg7C8Wq45g2aFi\",\"expiry\":1412628250}}"], ["updated_at", "2014-09-22 20:46:05.285957"]]
23834
+  (2.0ms) commit transaction
23835
+ Completed 200 OK in 67ms (Views: 0.2ms | ActiveRecord: 2.6ms)
23836
+
23837
+
23838
+ Started GET "/mangs/github?auth_origin_url=http%3A%2F%2Fng-token-auth.dev%2F%23%2Fmulti-user&favorite_color=pink" for 127.0.0.1 at 2014-09-22 15:47:43 -0500
23839
+
23840
+
23841
+ Started GET "/omniauth/github?auth_origin_url=http%3A%2F%2Fng-token-auth.dev%2F%23%2Fmulti-user&favorite_color=pink&resource_class=Mang" for 127.0.0.1 at 2014-09-22 15:47:43 -0500
23842
+
23843
+
23844
+ Started GET "/omniauth/github/callback?code=b50dfc9a05bc45841798&state=b831bb87be0a044220d7dcbc8378e768b9df666e5eb02f91" for 127.0.0.1 at 2014-09-22 15:47:44 -0500
23845
+ Processing by DeviseTokenAuth::AuthController#omniauth_success as HTML
23846
+ Parameters: {"code"=>"b50dfc9a05bc45841798", "state"=>"b831bb87be0a044220d7dcbc8378e768b9df666e5eb02f91", "provider"=>"github"}
23847
+ Mang Load (0.2ms) SELECT "mangs".* FROM "mangs" WHERE "mangs"."uid" = '468037' AND "mangs"."provider" = 'github' ORDER BY "mangs"."id" ASC LIMIT 1
23848
+  (0.1ms) begin transaction
23849
+ SQL (0.3ms) UPDATE "mangs" SET "confirmed_at" = ?, "tokens" = ?, "updated_at" = ? WHERE "mangs"."id" = 4 [["confirmed_at", "2014-09-22 20:47:44.637268"], ["tokens", "{\"Dsutn548z4njW2xDYtEHeA\":{\"token\":\"$2a$10$jk7jLS8zipWaXTH6ih.rNeb7SUu/aauzPWxib2llmP99XPN2/oisC\",\"expiry\":1412267895},\"tyNMS6rgGJ7v4oPvweGNSg\":{\"token\":\"$2a$10$u60.FmN3S5FLc98ifNtdSuCz6jsw6oGlFi/EGEPGlPgXyVs2b1Zv6\",\"expiry\":1412267955,\"last_token\":\"$2a$10$Q6wuXJSlabi567oKUYBYberPKfGb2mYjGpWMtUhM.MgqtxSgRuBaC\",\"updated_at\":\"2014-09-18T11:39:19.627-05:00\"},\"7lW_NJx0tqf5ju6e8ef_fQ\":{\"token\":\"$2a$10$qAu9q0Ke8NMFsQ5izuc7hOTOWPltCX1ftO8Z2M8nIaO5yITlYO08q\",\"expiry\":1412268390,\"last_token\":\"$2a$10$JY.sDReiOXa3zn1aihE6teEzaLQf5jLO8YYZ7qDnJLp0W8wi4D7/S\",\"updated_at\":\"2014-09-18T11:46:32.955-05:00\"},\"y_9pBbovgWYTGaR_o6aXgg\":{\"token\":\"$2a$10$/z1VwBqnaiC61iS7DQJz9ezysn4Dwe.k5ad/tWLiefTFZPePWGLAq\",\"expiry\":1412268548,\"last_token\":\"$2a$10$SMwt0dTPx4l2RfrdPqXIdOBRHeAJzU2EWEsylvtYln8BFrm8lmVdq\",\"updated_at\":\"2014-09-18T11:49:08.020-05:00\"},\"uDWv9QMr43qCbvq_nKwlfw\":{\"token\":\"$2a$10$F8cpf966LJiTZHYTpVUHuu98BCN7VUba4R5Cs.JMRpsYJyrCDSxa.\",\"expiry\":1412269653},\"HAOYThbp9SC0hxrDKcq94w\":{\"token\":\"$2a$10$q/RjZhePbLnsVzxwpfp7lOnQtxWXaoWw0n3qOt90ZBpaphx8dQZSW\",\"expiry\":1412269901},\"gMBpsIok0d4wmjeTiv6L1g\":{\"token\":\"$2a$10$KvGHkR4cAVDFfYs/bzfhfumTnhlbmf0qr65aZaBfdhSIiyDyOpCRO\",\"expiry\":1412269990},\"xUG7NV3DTjTYpvNvbSNz3A\":{\"token\":\"$2a$10$xLOjs2UA4xLX/o4GYsqPl.Lq1CgVj6ymyOjxYiKppt7s3Q3Er.deq\",\"expiry\":1412270013},\"WYJ-c9aH-wX1Zk8VFCUQ3A\":{\"token\":\"$2a$10$i/gR6Adp9kgPOPlA4yJYiOScHSe80ekAdeUDvb6I1TBcLDfocnc.y\",\"expiry\":1412270032},\"-bKb1Mc7k6T0VMnNOtgCXQ\":{\"token\":\"$2a$10$8QK51VK5ay0g1kta5StWXOkdJ225gbXLNFPm9pdc5cZ4F0mw8xa3S\",\"expiry\":1412270145},\"Zu1ln6U_l75TSIzyi7bIMA\":{\"token\":\"$2a$10$clR0qU0suYXwnGrA.JXE/OcEHd7o4RF3STdB8968ujsSqoP8GC6A6\",\"expiry\":1412270305},\"zrgkw3vb6MieNSZjFZsx6g\":{\"token\":\"$2a$10$0pA4401SZyYeuVjXEKj7Le932i2rtZvbjhGFJk4Lwtymp5x8jLsWi\",\"expiry\":1412270345},\"M34fbgtT0Urm9dlTSKH4-g\":{\"token\":\"$2a$10$lrcLq8xzbst0naZHXb7kpOd5KHK5i2YjjnsUNc52TdBNzfBE5oawu\",\"expiry\":1412270404},\"SqnsV1J6RnFuxn-G5P8o6w\":{\"token\":\"$2a$10$p0BgZ/lO74dLtqFIMG21KupJbPfRyOI2nZVC2JgreiLNLkEbXxmD.\",\"expiry\":1412270435},\"tVwX_DkcM5hN-7WTKyU3Zg\":{\"token\":\"$2a$10$mg7onFZeMuwjhfwnaRCY1egFle.2Um.pukBHj5gPhjeGn/qJqi6iK\",\"expiry\":1412271011},\"mBCephhdd7q0333FS1IIAQ\":{\"token\":\"$2a$10$cD97iOnsiyiMMv2N/yLTh.4hLatoM0ZTyj061t975qDRc2WFDg/kS\",\"expiry\":1412271098,\"last_token\":\"$2a$10$odSPclVRVSJeyPVvJRjOm.Kc7vP0D5EH6sIbD8P3fScmgXSYGrdlO\",\"updated_at\":\"2014-09-18T12:31:57.530-05:00\"},\"odPlen5NeppKVshQEdOK9A\":{\"token\":\"$2a$10$TUwAPSBt78.I5OjViJqZEe8lSvWH2jzMphsXanptizsXTve4CFvxG\",\"expiry\":1412628464}}"], ["updated_at", "2014-09-22 20:47:44.637845"]]
23850
+  (2.4ms) commit transaction
23851
+ Rendered /Users/lynn/Code/Auth/devise_token_auth/app/views/devise_token_auth/omniauth_success.html.erb within layouts/omniauth_response (0.3ms)
23852
+ Completed 200 OK in 68ms (Views: 1.8ms | ActiveRecord: 3.0ms)
23853
+
23854
+
23855
+ Started GET "/mangs/validate_token" for 127.0.0.1 at 2014-09-22 15:49:57 -0500
23856
+ Processing by DeviseTokenAuth::AuthController#validate_token as HTML
23857
+ Mang Load (0.2ms) SELECT "mangs".* FROM "mangs" WHERE "mangs"."uid" = '468037' LIMIT 1
23858
+  (0.1ms) begin transaction
23859
+ SQL (0.3ms) UPDATE "mangs" SET "tokens" = ?, "updated_at" = ? WHERE "mangs"."id" = 4 [["tokens", "{\"Dsutn548z4njW2xDYtEHeA\":{\"token\":\"$2a$10$jk7jLS8zipWaXTH6ih.rNeb7SUu/aauzPWxib2llmP99XPN2/oisC\",\"expiry\":1412267895},\"tyNMS6rgGJ7v4oPvweGNSg\":{\"token\":\"$2a$10$u60.FmN3S5FLc98ifNtdSuCz6jsw6oGlFi/EGEPGlPgXyVs2b1Zv6\",\"expiry\":1412267955,\"last_token\":\"$2a$10$Q6wuXJSlabi567oKUYBYberPKfGb2mYjGpWMtUhM.MgqtxSgRuBaC\",\"updated_at\":\"2014-09-18T11:39:19.627-05:00\"},\"7lW_NJx0tqf5ju6e8ef_fQ\":{\"token\":\"$2a$10$qAu9q0Ke8NMFsQ5izuc7hOTOWPltCX1ftO8Z2M8nIaO5yITlYO08q\",\"expiry\":1412268390,\"last_token\":\"$2a$10$JY.sDReiOXa3zn1aihE6teEzaLQf5jLO8YYZ7qDnJLp0W8wi4D7/S\",\"updated_at\":\"2014-09-18T11:46:32.955-05:00\"},\"y_9pBbovgWYTGaR_o6aXgg\":{\"token\":\"$2a$10$/z1VwBqnaiC61iS7DQJz9ezysn4Dwe.k5ad/tWLiefTFZPePWGLAq\",\"expiry\":1412268548,\"last_token\":\"$2a$10$SMwt0dTPx4l2RfrdPqXIdOBRHeAJzU2EWEsylvtYln8BFrm8lmVdq\",\"updated_at\":\"2014-09-18T11:49:08.020-05:00\"},\"uDWv9QMr43qCbvq_nKwlfw\":{\"token\":\"$2a$10$F8cpf966LJiTZHYTpVUHuu98BCN7VUba4R5Cs.JMRpsYJyrCDSxa.\",\"expiry\":1412269653},\"HAOYThbp9SC0hxrDKcq94w\":{\"token\":\"$2a$10$q/RjZhePbLnsVzxwpfp7lOnQtxWXaoWw0n3qOt90ZBpaphx8dQZSW\",\"expiry\":1412269901},\"gMBpsIok0d4wmjeTiv6L1g\":{\"token\":\"$2a$10$KvGHkR4cAVDFfYs/bzfhfumTnhlbmf0qr65aZaBfdhSIiyDyOpCRO\",\"expiry\":1412269990},\"xUG7NV3DTjTYpvNvbSNz3A\":{\"token\":\"$2a$10$xLOjs2UA4xLX/o4GYsqPl.Lq1CgVj6ymyOjxYiKppt7s3Q3Er.deq\",\"expiry\":1412270013},\"WYJ-c9aH-wX1Zk8VFCUQ3A\":{\"token\":\"$2a$10$i/gR6Adp9kgPOPlA4yJYiOScHSe80ekAdeUDvb6I1TBcLDfocnc.y\",\"expiry\":1412270032},\"-bKb1Mc7k6T0VMnNOtgCXQ\":{\"token\":\"$2a$10$8QK51VK5ay0g1kta5StWXOkdJ225gbXLNFPm9pdc5cZ4F0mw8xa3S\",\"expiry\":1412270145},\"Zu1ln6U_l75TSIzyi7bIMA\":{\"token\":\"$2a$10$clR0qU0suYXwnGrA.JXE/OcEHd7o4RF3STdB8968ujsSqoP8GC6A6\",\"expiry\":1412270305},\"zrgkw3vb6MieNSZjFZsx6g\":{\"token\":\"$2a$10$0pA4401SZyYeuVjXEKj7Le932i2rtZvbjhGFJk4Lwtymp5x8jLsWi\",\"expiry\":1412270345},\"M34fbgtT0Urm9dlTSKH4-g\":{\"token\":\"$2a$10$lrcLq8xzbst0naZHXb7kpOd5KHK5i2YjjnsUNc52TdBNzfBE5oawu\",\"expiry\":1412270404},\"SqnsV1J6RnFuxn-G5P8o6w\":{\"token\":\"$2a$10$p0BgZ/lO74dLtqFIMG21KupJbPfRyOI2nZVC2JgreiLNLkEbXxmD.\",\"expiry\":1412270435},\"tVwX_DkcM5hN-7WTKyU3Zg\":{\"token\":\"$2a$10$mg7onFZeMuwjhfwnaRCY1egFle.2Um.pukBHj5gPhjeGn/qJqi6iK\",\"expiry\":1412271011},\"mBCephhdd7q0333FS1IIAQ\":{\"token\":\"$2a$10$cD97iOnsiyiMMv2N/yLTh.4hLatoM0ZTyj061t975qDRc2WFDg/kS\",\"expiry\":1412271098,\"last_token\":\"$2a$10$odSPclVRVSJeyPVvJRjOm.Kc7vP0D5EH6sIbD8P3fScmgXSYGrdlO\",\"updated_at\":\"2014-09-18T12:31:57.530-05:00\"},\"odPlen5NeppKVshQEdOK9A\":{\"token\":\"$2a$10$nNOn7Yuv7P5vZYJY4Wqi8e/9VOeXozC1SB76E3ToRSc0Q9tEy2EOG\",\"expiry\":1412628597,\"last_token\":\"$2a$10$TUwAPSBt78.I5OjViJqZEe8lSvWH2jzMphsXanptizsXTve4CFvxG\",\"updated_at\":\"2014-09-22T15:49:57.311-05:00\"}}"], ["updated_at", "2014-09-22 20:49:57.312519"]]
23860
+  (0.6ms) commit transaction
23861
+ Completed 200 OK in 125ms (Views: 0.2ms | ActiveRecord: 1.1ms)
23862
+
23863
+
23864
+ Started GET "/mangs/validate_token" for 127.0.0.1 at 2014-09-22 15:49:59 -0500
23865
+ Processing by DeviseTokenAuth::AuthController#validate_token as HTML
23866
+ Mang Load (0.2ms) SELECT "mangs".* FROM "mangs" WHERE "mangs"."uid" = '468037' LIMIT 1
23867
+  (0.1ms) begin transaction
23868
+ SQL (0.2ms) UPDATE "mangs" SET "tokens" = ?, "updated_at" = ? WHERE "mangs"."id" = 4 [["tokens", "{\"Dsutn548z4njW2xDYtEHeA\":{\"token\":\"$2a$10$jk7jLS8zipWaXTH6ih.rNeb7SUu/aauzPWxib2llmP99XPN2/oisC\",\"expiry\":1412267895},\"tyNMS6rgGJ7v4oPvweGNSg\":{\"token\":\"$2a$10$u60.FmN3S5FLc98ifNtdSuCz6jsw6oGlFi/EGEPGlPgXyVs2b1Zv6\",\"expiry\":1412267955,\"last_token\":\"$2a$10$Q6wuXJSlabi567oKUYBYberPKfGb2mYjGpWMtUhM.MgqtxSgRuBaC\",\"updated_at\":\"2014-09-18T11:39:19.627-05:00\"},\"7lW_NJx0tqf5ju6e8ef_fQ\":{\"token\":\"$2a$10$qAu9q0Ke8NMFsQ5izuc7hOTOWPltCX1ftO8Z2M8nIaO5yITlYO08q\",\"expiry\":1412268390,\"last_token\":\"$2a$10$JY.sDReiOXa3zn1aihE6teEzaLQf5jLO8YYZ7qDnJLp0W8wi4D7/S\",\"updated_at\":\"2014-09-18T11:46:32.955-05:00\"},\"y_9pBbovgWYTGaR_o6aXgg\":{\"token\":\"$2a$10$/z1VwBqnaiC61iS7DQJz9ezysn4Dwe.k5ad/tWLiefTFZPePWGLAq\",\"expiry\":1412268548,\"last_token\":\"$2a$10$SMwt0dTPx4l2RfrdPqXIdOBRHeAJzU2EWEsylvtYln8BFrm8lmVdq\",\"updated_at\":\"2014-09-18T11:49:08.020-05:00\"},\"uDWv9QMr43qCbvq_nKwlfw\":{\"token\":\"$2a$10$F8cpf966LJiTZHYTpVUHuu98BCN7VUba4R5Cs.JMRpsYJyrCDSxa.\",\"expiry\":1412269653},\"HAOYThbp9SC0hxrDKcq94w\":{\"token\":\"$2a$10$q/RjZhePbLnsVzxwpfp7lOnQtxWXaoWw0n3qOt90ZBpaphx8dQZSW\",\"expiry\":1412269901},\"gMBpsIok0d4wmjeTiv6L1g\":{\"token\":\"$2a$10$KvGHkR4cAVDFfYs/bzfhfumTnhlbmf0qr65aZaBfdhSIiyDyOpCRO\",\"expiry\":1412269990},\"xUG7NV3DTjTYpvNvbSNz3A\":{\"token\":\"$2a$10$xLOjs2UA4xLX/o4GYsqPl.Lq1CgVj6ymyOjxYiKppt7s3Q3Er.deq\",\"expiry\":1412270013},\"WYJ-c9aH-wX1Zk8VFCUQ3A\":{\"token\":\"$2a$10$i/gR6Adp9kgPOPlA4yJYiOScHSe80ekAdeUDvb6I1TBcLDfocnc.y\",\"expiry\":1412270032},\"-bKb1Mc7k6T0VMnNOtgCXQ\":{\"token\":\"$2a$10$8QK51VK5ay0g1kta5StWXOkdJ225gbXLNFPm9pdc5cZ4F0mw8xa3S\",\"expiry\":1412270145},\"Zu1ln6U_l75TSIzyi7bIMA\":{\"token\":\"$2a$10$clR0qU0suYXwnGrA.JXE/OcEHd7o4RF3STdB8968ujsSqoP8GC6A6\",\"expiry\":1412270305},\"zrgkw3vb6MieNSZjFZsx6g\":{\"token\":\"$2a$10$0pA4401SZyYeuVjXEKj7Le932i2rtZvbjhGFJk4Lwtymp5x8jLsWi\",\"expiry\":1412270345},\"M34fbgtT0Urm9dlTSKH4-g\":{\"token\":\"$2a$10$lrcLq8xzbst0naZHXb7kpOd5KHK5i2YjjnsUNc52TdBNzfBE5oawu\",\"expiry\":1412270404},\"SqnsV1J6RnFuxn-G5P8o6w\":{\"token\":\"$2a$10$p0BgZ/lO74dLtqFIMG21KupJbPfRyOI2nZVC2JgreiLNLkEbXxmD.\",\"expiry\":1412270435},\"tVwX_DkcM5hN-7WTKyU3Zg\":{\"token\":\"$2a$10$mg7onFZeMuwjhfwnaRCY1egFle.2Um.pukBHj5gPhjeGn/qJqi6iK\",\"expiry\":1412271011},\"mBCephhdd7q0333FS1IIAQ\":{\"token\":\"$2a$10$cD97iOnsiyiMMv2N/yLTh.4hLatoM0ZTyj061t975qDRc2WFDg/kS\",\"expiry\":1412271098,\"last_token\":\"$2a$10$odSPclVRVSJeyPVvJRjOm.Kc7vP0D5EH6sIbD8P3fScmgXSYGrdlO\",\"updated_at\":\"2014-09-18T12:31:57.530-05:00\"},\"odPlen5NeppKVshQEdOK9A\":{\"token\":\"$2a$10$nNOn7Yuv7P5vZYJY4Wqi8e/9VOeXozC1SB76E3ToRSc0Q9tEy2EOG\",\"expiry\":1412628597,\"last_token\":\"$2a$10$TUwAPSBt78.I5OjViJqZEe8lSvWH2jzMphsXanptizsXTve4CFvxG\",\"updated_at\":\"2014-09-22T15:49:59.399-05:00\"}}"], ["updated_at", "2014-09-22 20:49:59.399589"]]
23869
+  (0.8ms) commit transaction
23870
+ Completed 200 OK in 66ms (Views: 0.2ms | ActiveRecord: 1.2ms)
23871
+
23872
+
23873
+ Started DELETE "/mangs/sign_out" for 127.0.0.1 at 2014-09-22 15:50:14 -0500
23874
+ Processing by DeviseTokenAuth::SessionsController#destroy as HTML
23875
+ Mang Load (0.2ms) SELECT "mangs".* FROM "mangs" WHERE "mangs"."uid" = '468037' LIMIT 1
23876
+  (0.1ms) begin transaction
23877
+ SQL (0.2ms) UPDATE "mangs" SET "tokens" = ?, "updated_at" = ? WHERE "mangs"."id" = 4 [["tokens", "{\"Dsutn548z4njW2xDYtEHeA\":{\"token\":\"$2a$10$jk7jLS8zipWaXTH6ih.rNeb7SUu/aauzPWxib2llmP99XPN2/oisC\",\"expiry\":1412267895},\"tyNMS6rgGJ7v4oPvweGNSg\":{\"token\":\"$2a$10$u60.FmN3S5FLc98ifNtdSuCz6jsw6oGlFi/EGEPGlPgXyVs2b1Zv6\",\"expiry\":1412267955,\"last_token\":\"$2a$10$Q6wuXJSlabi567oKUYBYberPKfGb2mYjGpWMtUhM.MgqtxSgRuBaC\",\"updated_at\":\"2014-09-18T11:39:19.627-05:00\"},\"7lW_NJx0tqf5ju6e8ef_fQ\":{\"token\":\"$2a$10$qAu9q0Ke8NMFsQ5izuc7hOTOWPltCX1ftO8Z2M8nIaO5yITlYO08q\",\"expiry\":1412268390,\"last_token\":\"$2a$10$JY.sDReiOXa3zn1aihE6teEzaLQf5jLO8YYZ7qDnJLp0W8wi4D7/S\",\"updated_at\":\"2014-09-18T11:46:32.955-05:00\"},\"y_9pBbovgWYTGaR_o6aXgg\":{\"token\":\"$2a$10$/z1VwBqnaiC61iS7DQJz9ezysn4Dwe.k5ad/tWLiefTFZPePWGLAq\",\"expiry\":1412268548,\"last_token\":\"$2a$10$SMwt0dTPx4l2RfrdPqXIdOBRHeAJzU2EWEsylvtYln8BFrm8lmVdq\",\"updated_at\":\"2014-09-18T11:49:08.020-05:00\"},\"uDWv9QMr43qCbvq_nKwlfw\":{\"token\":\"$2a$10$F8cpf966LJiTZHYTpVUHuu98BCN7VUba4R5Cs.JMRpsYJyrCDSxa.\",\"expiry\":1412269653},\"HAOYThbp9SC0hxrDKcq94w\":{\"token\":\"$2a$10$q/RjZhePbLnsVzxwpfp7lOnQtxWXaoWw0n3qOt90ZBpaphx8dQZSW\",\"expiry\":1412269901},\"gMBpsIok0d4wmjeTiv6L1g\":{\"token\":\"$2a$10$KvGHkR4cAVDFfYs/bzfhfumTnhlbmf0qr65aZaBfdhSIiyDyOpCRO\",\"expiry\":1412269990},\"xUG7NV3DTjTYpvNvbSNz3A\":{\"token\":\"$2a$10$xLOjs2UA4xLX/o4GYsqPl.Lq1CgVj6ymyOjxYiKppt7s3Q3Er.deq\",\"expiry\":1412270013},\"WYJ-c9aH-wX1Zk8VFCUQ3A\":{\"token\":\"$2a$10$i/gR6Adp9kgPOPlA4yJYiOScHSe80ekAdeUDvb6I1TBcLDfocnc.y\",\"expiry\":1412270032},\"-bKb1Mc7k6T0VMnNOtgCXQ\":{\"token\":\"$2a$10$8QK51VK5ay0g1kta5StWXOkdJ225gbXLNFPm9pdc5cZ4F0mw8xa3S\",\"expiry\":1412270145},\"Zu1ln6U_l75TSIzyi7bIMA\":{\"token\":\"$2a$10$clR0qU0suYXwnGrA.JXE/OcEHd7o4RF3STdB8968ujsSqoP8GC6A6\",\"expiry\":1412270305},\"zrgkw3vb6MieNSZjFZsx6g\":{\"token\":\"$2a$10$0pA4401SZyYeuVjXEKj7Le932i2rtZvbjhGFJk4Lwtymp5x8jLsWi\",\"expiry\":1412270345},\"M34fbgtT0Urm9dlTSKH4-g\":{\"token\":\"$2a$10$lrcLq8xzbst0naZHXb7kpOd5KHK5i2YjjnsUNc52TdBNzfBE5oawu\",\"expiry\":1412270404},\"SqnsV1J6RnFuxn-G5P8o6w\":{\"token\":\"$2a$10$p0BgZ/lO74dLtqFIMG21KupJbPfRyOI2nZVC2JgreiLNLkEbXxmD.\",\"expiry\":1412270435},\"tVwX_DkcM5hN-7WTKyU3Zg\":{\"token\":\"$2a$10$mg7onFZeMuwjhfwnaRCY1egFle.2Um.pukBHj5gPhjeGn/qJqi6iK\",\"expiry\":1412271011},\"mBCephhdd7q0333FS1IIAQ\":{\"token\":\"$2a$10$cD97iOnsiyiMMv2N/yLTh.4hLatoM0ZTyj061t975qDRc2WFDg/kS\",\"expiry\":1412271098,\"last_token\":\"$2a$10$odSPclVRVSJeyPVvJRjOm.Kc7vP0D5EH6sIbD8P3fScmgXSYGrdlO\",\"updated_at\":\"2014-09-18T12:31:57.530-05:00\"}}"], ["updated_at", "2014-09-22 20:50:14.106835"]]
23878
+  (1.9ms) commit transaction
23879
+ Completed 200 OK in 65ms (Views: 0.2ms | ActiveRecord: 2.3ms)
23880
+
23881
+
23882
+ Started POST "/mangs" for 127.0.0.1 at 2014-09-22 15:50:37 -0500
23883
+ Processing by DeviseTokenAuth::RegistrationsController#create as HTML
23884
+ Parameters: {"email"=>"test+x4@test.com", "password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]", "favorite_color"=>"key lime", "confirm_success_url"=>"http://ng-token-auth.dev/#/multi-user", "config_name"=>"default", "registration"=>{"email"=>"test+x4@test.com", "password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]", "favorite_color"=>"key lime", "confirm_success_url"=>"http://ng-token-auth.dev/#/multi-user", "config_name"=>"default"}}
23885
+ Unpermitted parameters: confirm_success_url, config_name, registration
23886
+ Unpermitted parameters: confirm_success_url, config_name, registration
23887
+  (0.1ms) begin transaction
23888
+  (0.1ms) SELECT COUNT(*) FROM "mangs" WHERE "mangs"."provider" = 'email' AND "mangs"."email" = 'test+x4@test.com'
23889
+ Mang Load (0.1ms) SELECT "mangs".* FROM "mangs" WHERE "mangs"."confirmation_token" = '6e8f5d98d242753917643f78e1e4ea62510698a4afccc0c586ad4b1ac5acb8fa' ORDER BY "mangs"."id" ASC LIMIT 1
23890
+ Binary data inserted for `string` type on column `confirmation_token`
23891
+ Binary data inserted for `string` type on column `encrypted_password`
23892
+ SQL (0.3ms) INSERT INTO "mangs" ("confirmation_sent_at", "confirmation_token", "created_at", "email", "encrypted_password", "favorite_color", "provider", "tokens", "uid", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["confirmation_sent_at", "2014-09-22 20:50:37.492035"], ["confirmation_token", "6e8f5d98d242753917643f78e1e4ea62510698a4afccc0c586ad4b1ac5acb8fa"], ["created_at", "2014-09-22 20:50:37.310846"], ["email", "test+x4@test.com"], ["encrypted_password", "$2a$10$t5iLtEt0sIegTPeLezGnbeVvTczHcqwc4xeVHtX57HOS.Ii7/4wue"], ["favorite_color", "key lime"], ["provider", "email"], ["tokens", "{}"], ["uid", "test+x4@test.com"], ["updated_at", "2014-09-22 20:50:37.310846"]]
23893
+ Rendered /Users/lynn/Code/Auth/devise_token_auth/app/views/devise/mailer/confirmation_instructions.html.erb (0.8ms)
23894
+
23895
+ Devise::Mailer#confirmation_instructions: processed outbound mail in 7.4ms
23896
+
23897
+ Sent mail to test+x4@test.com (8.5ms)
23898
+ Date: Mon, 22 Sep 2014 15:50:37 -0500
23899
+ From: please-change-me-at-config-initializers-devise@example.com
23900
+ Reply-To: please-change-me-at-config-initializers-devise@example.com
23901
+ To: test+x4@test.com
23902
+ Message-ID: <54208b9d7a903_14b733ff199c65be08414a@tests-MacBook-Pro-2.local.mail>
23903
+ Subject: Confirmation instructions
23904
+ Mime-Version: 1.0
23905
+ Content-Type: text/html;
23906
+ charset=UTF-8
23907
+ Content-Transfer-Encoding: 7bit
23908
+ client-config: default
23909
+
23910
+ <p>Welcome test+x4@test.com!</p>
23911
+
23912
+ <p>You can confirm your account email through the link below:</p>
23913
+
23914
+ <p><a href="http://devise-token-auth.dev/mangs/confirmation?config=default&amp;confirmation_token=t8CPKGYUn4xTqqWVnK9v">Confirm my account</a></p>
23915
+
23916
+  (2.0ms) commit transaction
23917
+ Rendered /Users/lynn/Code/Auth/devise_token_auth/app/views/devise/mailer/confirmation_instructions.html.erb (0.4ms)
23918
+
23919
+ Devise::Mailer#confirmation_instructions: processed outbound mail in 7.1ms
23920
+
23921
+ Sent mail to test+x4@test.com (9.5ms)
23922
+ Date: Mon, 22 Sep 2014 15:50:37 -0500
23923
+ From: please-change-me-at-config-initializers-devise@example.com
23924
+ Reply-To: please-change-me-at-config-initializers-devise@example.com
23925
+ To: test+x4@test.com
23926
+ Message-ID: <54208b9d7f105_14b733ff199c65be084245@tests-MacBook-Pro-2.local.mail>
23927
+ Subject: Confirmation instructions
23928
+ Mime-Version: 1.0
23929
+ Content-Type: text/html;
23930
+ charset=UTF-8
23931
+ Content-Transfer-Encoding: 7bit
23932
+ client-config: default
23933
+ redirect-url: http://ng-token-auth.dev/#/multi-user
23934
+
23935
+ <p>Welcome test+x4@test.com!</p>
23936
+
23937
+ <p>You can confirm your account email through the link below:</p>
23938
+
23939
+ <p><a href="http://devise-token-auth.dev/mangs/confirmation?config=default&amp;confirmation_token=t8CPKGYUn4xTqqWVnK9v&amp;redirect_url=http%3A%2F%2Fng-token-auth.dev%2F%23%2Fmulti-user">Confirm my account</a></p>
23940
+
23941
+ Completed 200 OK in 282ms (Views: 0.4ms | ActiveRecord: 2.6ms)
23942
+
23943
+
23944
+ Started GET "/mangs/confirmation?config=default&confirmation_token=t8CPKGYUn4xTqqWVnK9v&redirect_url=http%3A%2F%2Fng-token-auth.dev%2F%23%2Fmulti-user" for 127.0.0.1 at 2014-09-22 15:50:47 -0500
23945
+ Processing by DeviseTokenAuth::ConfirmationsController#show as HTML
23946
+ Parameters: {"config"=>"default", "confirmation_token"=>"t8CPKGYUn4xTqqWVnK9v", "redirect_url"=>"http://ng-token-auth.dev/#/multi-user"}
23947
+ Mang Load (0.2ms) SELECT "mangs".* FROM "mangs" WHERE "mangs"."confirmation_token" = '6e8f5d98d242753917643f78e1e4ea62510698a4afccc0c586ad4b1ac5acb8fa' ORDER BY "mangs"."id" ASC LIMIT 1
23948
+  (0.1ms) begin transaction
23949
+ SQL (0.2ms) UPDATE "mangs" SET "confirmation_token" = ?, "confirmed_at" = ?, "tokens" = ?, "updated_at" = ? WHERE "mangs"."id" = 5 [["confirmation_token", nil], ["confirmed_at", "2014-09-22 20:50:47.385843"], ["tokens", "{}"], ["updated_at", "2014-09-22 20:50:47.386099"]]
23950
+  (1.8ms) commit transaction
23951
+  (0.1ms) begin transaction
23952
+ SQL (0.3ms) UPDATE "mangs" SET "confirmation_token" = ?, "tokens" = ?, "updated_at" = ? WHERE "mangs"."id" = 5 [["confirmation_token", "t8CPKGYUn4xTqqWVnK9v"], ["tokens", "{\"rmX_iCg_OX2J3sBajtQPqw\":{\"token\":\"$2a$10$n6NWPtv/ZRqG3aT3o9c0H.RkPDaNNChT0dqimMwuP9rnIpEXZxMqq\",\"expiry\":1412628647}}"], ["updated_at", "2014-09-22 20:50:47.450558"]]
23953
+  (0.8ms) commit transaction
23954
+ Redirected to http://ng-token-auth.dev/#/multi-user?account_confirmation_success=true&client_id=rmX_iCg_OX2J3sBajtQPqw&expiry=1412628647&token=oJsKpV2DNOBCMbYzKUQepg&uid=test%2Bx4%40test.com
23955
+ Completed 302 Found in 68ms (ActiveRecord: 3.4ms)
23956
+
23957
+
23958
+ Started GET "/auth/validate_token" for 127.0.0.1 at 2014-09-22 15:50:47 -0500
23959
+ Processing by DeviseTokenAuth::AuthController#validate_token as HTML
23960
+ User Load (0.3ms) SELECT "users".* FROM "users" WHERE "users"."uid" = 'test+x4@test.com' LIMIT 1
23961
+ Completed 401 Unauthorized in 2ms (Views: 0.3ms | ActiveRecord: 0.3ms)
23962
+
23963
+
23964
+ Started POST "/mangs" for 127.0.0.1 at 2014-09-22 15:52:03 -0500
23965
+ Processing by DeviseTokenAuth::RegistrationsController#create as HTML
23966
+ Parameters: {"email"=>"test+x5@test.com", "password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]", "confirm_success_url"=>"http://ng-token-auth.dev/#/multi-user", "config_name"=>"default", "registration"=>{"email"=>"test+x5@test.com", "password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]", "confirm_success_url"=>"http://ng-token-auth.dev/#/multi-user", "config_name"=>"default"}}
23967
+ Unpermitted parameters: confirm_success_url, config_name, registration
23968
+ Unpermitted parameters: confirm_success_url, config_name, registration
23969
+  (0.1ms) begin transaction
23970
+  (0.1ms) SELECT COUNT(*) FROM "mangs" WHERE "mangs"."provider" = 'email' AND "mangs"."email" = 'test+x5@test.com'
23971
+ Mang Load (0.1ms) SELECT "mangs".* FROM "mangs" WHERE "mangs"."confirmation_token" = 'e739d07ed4a3eb1ffb1e7a14ced12a1a6f9c9d8d3bf954babf62af5a9bf08ad5' ORDER BY "mangs"."id" ASC LIMIT 1
23972
+ Binary data inserted for `string` type on column `confirmation_token`
23973
+ Binary data inserted for `string` type on column `encrypted_password`
23974
+ SQL (0.3ms) INSERT INTO "mangs" ("confirmation_sent_at", "confirmation_token", "created_at", "email", "encrypted_password", "provider", "tokens", "uid", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["confirmation_sent_at", "2014-09-22 20:52:03.886315"], ["confirmation_token", "e739d07ed4a3eb1ffb1e7a14ced12a1a6f9c9d8d3bf954babf62af5a9bf08ad5"], ["created_at", "2014-09-22 20:52:03.885674"], ["email", "test+x5@test.com"], ["encrypted_password", "$2a$10$xYJnI4HQ9fVaPq2bDrYNQ.z7UYUh7n25PVXIdZSUfVzD.oqz.XP22"], ["provider", "email"], ["tokens", "{}"], ["uid", "test+x5@test.com"], ["updated_at", "2014-09-22 20:52:03.885674"]]
23975
+ Rendered /Users/lynn/Code/Auth/devise_token_auth/app/views/devise/mailer/confirmation_instructions.html.erb (0.4ms)
23976
+
23977
+ Devise::Mailer#confirmation_instructions: processed outbound mail in 6.1ms
23978
+
23979
+ Sent mail to test+x5@test.com (8.2ms)
23980
+ Date: Mon, 22 Sep 2014 15:52:03 -0500
23981
+ From: please-change-me-at-config-initializers-devise@example.com
23982
+ Reply-To: please-change-me-at-config-initializers-devise@example.com
23983
+ To: test+x5@test.com
23984
+ Message-ID: <54208bf3da745_14b733ff199c65be08431b@tests-MacBook-Pro-2.local.mail>
23985
+ Subject: Confirmation instructions
23986
+ Mime-Version: 1.0
23987
+ Content-Type: text/html;
23988
+ charset=UTF-8
23989
+ Content-Transfer-Encoding: 7bit
23990
+ client-config: default
23991
+
23992
+ <p>Welcome test+x5@test.com!</p>
23993
+
23994
+ <p>You can confirm your account email through the link below:</p>
23995
+
23996
+ <p><a href="http://devise-token-auth.dev/mangs/confirmation?config=default&amp;confirmation_token=Ru18JwES8z8Hkac-yMnz">Confirm my account</a></p>
23997
+
23998
+  (2.6ms) commit transaction
23999
+ Rendered /Users/lynn/Code/Auth/devise_token_auth/app/views/devise/mailer/confirmation_instructions.html.erb (0.5ms)
24000
+
24001
+ Devise::Mailer#confirmation_instructions: processed outbound mail in 8.8ms
24002
+
24003
+ Sent mail to test+x5@test.com (8.1ms)
24004
+ Date: Mon, 22 Sep 2014 15:52:03 -0500
24005
+ From: please-change-me-at-config-initializers-devise@example.com
24006
+ Reply-To: please-change-me-at-config-initializers-devise@example.com
24007
+ To: test+x5@test.com
24008
+ Message-ID: <54208bf3df7f0_14b733ff199c65be0844be@tests-MacBook-Pro-2.local.mail>
24009
+ Subject: Confirmation instructions
24010
+ Mime-Version: 1.0
24011
+ Content-Type: text/html;
24012
+ charset=UTF-8
24013
+ Content-Transfer-Encoding: 7bit
24014
+ client-config: default
24015
+ redirect-url: http://ng-token-auth.dev/#/multi-user
24016
+
24017
+ <p>Welcome test+x5@test.com!</p>
24018
+
24019
+ <p>You can confirm your account email through the link below:</p>
24020
+
24021
+ <p><a href="http://devise-token-auth.dev/mangs/confirmation?config=default&amp;confirmation_token=Ru18JwES8z8Hkac-yMnz&amp;redirect_url=http%3A%2F%2Fng-token-auth.dev%2F%23%2Fmulti-user">Confirm my account</a></p>
24022
+
24023
+ Completed 200 OK in 100ms (Views: 0.3ms | ActiveRecord: 3.1ms)
24024
+
24025
+
24026
+ Started POST "/mangs" for 127.0.0.1 at 2014-09-22 15:53:05 -0500
24027
+ Processing by DeviseTokenAuth::RegistrationsController#create as HTML
24028
+ Parameters: {"email"=>"test+x6@test.com", "password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]", "confirm_success_url"=>"http://ng-token-auth.dev/#/multi-user", "config_name"=>"default", "registration"=>{"email"=>"test+x6@test.com", "password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]", "confirm_success_url"=>"http://ng-token-auth.dev/#/multi-user", "config_name"=>"default"}}
24029
+ Unpermitted parameters: confirm_success_url, config_name, registration
24030
+ Unpermitted parameters: confirm_success_url, config_name, registration
24031
+  (0.1ms) begin transaction
24032
+  (0.2ms) SELECT COUNT(*) FROM "mangs" WHERE "mangs"."provider" = 'email' AND "mangs"."email" = 'test+x6@test.com'
24033
+ Mang Load (0.1ms) SELECT "mangs".* FROM "mangs" WHERE "mangs"."confirmation_token" = '94605fe6ee6697d1af97af5981ce729e8a096126f13b0e593a8daf82e1108732' ORDER BY "mangs"."id" ASC LIMIT 1
24034
+ Binary data inserted for `string` type on column `confirmation_token`
24035
+ Binary data inserted for `string` type on column `encrypted_password`
24036
+ SQL (0.3ms) INSERT INTO "mangs" ("confirmation_sent_at", "confirmation_token", "created_at", "email", "encrypted_password", "provider", "tokens", "uid", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["confirmation_sent_at", "2014-09-22 20:53:05.887246"], ["confirmation_token", "94605fe6ee6697d1af97af5981ce729e8a096126f13b0e593a8daf82e1108732"], ["created_at", "2014-09-22 20:53:05.886398"], ["email", "test+x6@test.com"], ["encrypted_password", "$2a$10$kMUYe5t92Xl8LmkSi8u2DudE1QL1sCSBWNI3ZOlekLRKoCiaOZd6K"], ["provider", "email"], ["tokens", "{}"], ["uid", "test+x6@test.com"], ["updated_at", "2014-09-22 20:53:05.886398"]]
24037
+ Rendered /Users/lynn/Code/Auth/devise_token_auth/app/views/devise/mailer/confirmation_instructions.html.erb (0.4ms)
24038
+
24039
+ Devise::Mailer#confirmation_instructions: processed outbound mail in 6.1ms
24040
+
24041
+ Sent mail to test+x6@test.com (9.7ms)
24042
+ Date: Mon, 22 Sep 2014 15:53:05 -0500
24043
+ From: please-change-me-at-config-initializers-devise@example.com
24044
+ Reply-To: please-change-me-at-config-initializers-devise@example.com
24045
+ To: test+x6@test.com
24046
+ Message-ID: <54208c31db497_14b733ff199c65be0845d0@tests-MacBook-Pro-2.local.mail>
24047
+ Subject: Confirmation instructions
24048
+ Mime-Version: 1.0
24049
+ Content-Type: text/html;
24050
+ charset=UTF-8
24051
+ Content-Transfer-Encoding: 7bit
24052
+ client-config: default
24053
+
24054
+ <p>Welcome test+x6@test.com!</p>
24055
+
24056
+ <p>You can confirm your account email through the link below:</p>
24057
+
24058
+ <p><a href="http://devise-token-auth.dev/mangs/confirmation?config=default&amp;confirmation_token=uRyf1mCGZ34ceLC85SH3">Confirm my account</a></p>
24059
+
24060
+  (2.0ms) commit transaction
24061
+ Rendered /Users/lynn/Code/Auth/devise_token_auth/app/views/devise/mailer/confirmation_instructions.html.erb (0.3ms)
24062
+
24063
+ Devise::Mailer#confirmation_instructions: processed outbound mail in 6.0ms
24064
+
24065
+ Sent mail to test+x6@test.com (8.5ms)
24066
+ Date: Mon, 22 Sep 2014 15:53:05 -0500
24067
+ From: please-change-me-at-config-initializers-devise@example.com
24068
+ Reply-To: please-change-me-at-config-initializers-devise@example.com
24069
+ To: test+x6@test.com
24070
+ Message-ID: <54208c31dfc1f_14b733ff199c65be084686@tests-MacBook-Pro-2.local.mail>
24071
+ Subject: Confirmation instructions
24072
+ Mime-Version: 1.0
24073
+ Content-Type: text/html;
24074
+ charset=UTF-8
24075
+ Content-Transfer-Encoding: 7bit
24076
+ client-config: default
24077
+ redirect-url: http://ng-token-auth.dev/#/multi-user
24078
+
24079
+ <p>Welcome test+x6@test.com!</p>
24080
+
24081
+ <p>You can confirm your account email through the link below:</p>
24082
+
24083
+ <p><a href="http://devise-token-auth.dev/mangs/confirmation?config=default&amp;confirmation_token=uRyf1mCGZ34ceLC85SH3&amp;redirect_url=http%3A%2F%2Fng-token-auth.dev%2F%23%2Fmulti-user">Confirm my account</a></p>
24084
+
24085
+ Completed 200 OK in 112ms (Views: 0.3ms | ActiveRecord: 3.3ms)
24086
+
24087
+
24088
+ Started POST "/mangs" for 127.0.0.1 at 2014-09-22 15:54:54 -0500
24089
+ Processing by DeviseTokenAuth::RegistrationsController#create as HTML
24090
+ Parameters: {"email"=>"test+x7@test.com", "password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]", "favorite_color"=>"pinxk", "confirm_success_url"=>"http://ng-token-auth.dev/", "config_name"=>"evilUser", "registration"=>{"email"=>"test+x7@test.com", "password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]", "favorite_color"=>"pinxk", "confirm_success_url"=>"http://ng-token-auth.dev/", "config_name"=>"evilUser"}}
24091
+ Unpermitted parameters: confirm_success_url, config_name, registration
24092
+ Unpermitted parameters: confirm_success_url, config_name, registration
24093
+  (0.1ms) begin transaction
24094
+  (0.2ms) SELECT COUNT(*) FROM "mangs" WHERE "mangs"."provider" = 'email' AND "mangs"."email" = 'test+x7@test.com'
24095
+ Mang Load (0.1ms) SELECT "mangs".* FROM "mangs" WHERE "mangs"."confirmation_token" = '28bd0b39745cc9472c7de918ace287ea6372b31d0fcdc828cc545dc2a0d66018' ORDER BY "mangs"."id" ASC LIMIT 1
24096
+ Binary data inserted for `string` type on column `confirmation_token`
24097
+ Binary data inserted for `string` type on column `encrypted_password`
24098
+ SQL (0.3ms) INSERT INTO "mangs" ("confirmation_sent_at", "confirmation_token", "created_at", "email", "encrypted_password", "favorite_color", "provider", "tokens", "uid", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["confirmation_sent_at", "2014-09-22 20:54:55.011375"], ["confirmation_token", "28bd0b39745cc9472c7de918ace287ea6372b31d0fcdc828cc545dc2a0d66018"], ["created_at", "2014-09-22 20:54:55.010594"], ["email", "test+x7@test.com"], ["encrypted_password", "$2a$10$imcMRB.XAgsr1bBPTLOF9OG0LpQDr1D2LC.B01dLbQJQ5TKOAUyY6"], ["favorite_color", "pinxk"], ["provider", "email"], ["tokens", "{}"], ["uid", "test+x7@test.com"], ["updated_at", "2014-09-22 20:54:55.010594"]]
24099
+ Rendered /Users/lynn/Code/Auth/devise_token_auth/app/views/devise/mailer/confirmation_instructions.html.erb (0.4ms)
24100
+
24101
+ Devise::Mailer#confirmation_instructions: processed outbound mail in 7.0ms
24102
+
24103
+ Sent mail to test+x7@test.com (8.5ms)
24104
+ Date: Mon, 22 Sep 2014 15:54:55 -0500
24105
+ From: please-change-me-at-config-initializers-devise@example.com
24106
+ Reply-To: please-change-me-at-config-initializers-devise@example.com
24107
+ To: test+x7@test.com
24108
+ Message-ID: <54208c9f5200_14b733ff199c65be084713@tests-MacBook-Pro-2.local.mail>
24109
+ Subject: Confirmation instructions
24110
+ Mime-Version: 1.0
24111
+ Content-Type: text/html;
24112
+ charset=UTF-8
24113
+ Content-Transfer-Encoding: 7bit
24114
+ client-config: default
24115
+
24116
+ <p>Welcome test+x7@test.com!</p>
24117
+
24118
+ <p>You can confirm your account email through the link below:</p>
24119
+
24120
+ <p><a href="http://devise-token-auth.dev/mangs/confirmation?config=default&amp;confirmation_token=aT2TpNiDrsq-L2upKvp9">Confirm my account</a></p>
24121
+
24122
+  (0.8ms) commit transaction
24123
+ Rendered /Users/lynn/Code/Auth/devise_token_auth/app/views/devise/mailer/confirmation_instructions.html.erb (0.4ms)
24124
+
24125
+ Devise::Mailer#confirmation_instructions: processed outbound mail in 7.4ms
24126
+
24127
+ Sent mail to test+x7@test.com (9.0ms)
24128
+ Date: Mon, 22 Sep 2014 15:54:55 -0500
24129
+ From: please-change-me-at-config-initializers-devise@example.com
24130
+ Reply-To: please-change-me-at-config-initializers-devise@example.com
24131
+ To: test+x7@test.com
24132
+ Message-ID: <54208c9f98b6_14b733ff199c65be084812@tests-MacBook-Pro-2.local.mail>
24133
+ Subject: Confirmation instructions
24134
+ Mime-Version: 1.0
24135
+ Content-Type: text/html;
24136
+ charset=UTF-8
24137
+ Content-Transfer-Encoding: 7bit
24138
+ client-config: evilUser
24139
+ redirect-url: http://ng-token-auth.dev/
24140
+
24141
+ <p>Welcome test+x7@test.com!</p>
24142
+
24143
+ <p>You can confirm your account email through the link below:</p>
24144
+
24145
+ <p><a href="http://devise-token-auth.dev/mangs/confirmation?config=evilUser&amp;confirmation_token=aT2TpNiDrsq-L2upKvp9&amp;redirect_url=http%3A%2F%2Fng-token-auth.dev%2F">Confirm my account</a></p>
24146
+
24147
+ Completed 200 OK in 101ms (Views: 0.5ms | ActiveRecord: 1.4ms)
24148
+
24149
+
24150
+ Started GET "/mangs/confirmation?config=evilUser&confirmation_token=aT2TpNiDrsq-L2upKvp9&redirect_url=http%3A%2F%2Fng-token-auth.dev%2F" for 127.0.0.1 at 2014-09-22 15:55:01 -0500
24151
+ Processing by DeviseTokenAuth::ConfirmationsController#show as HTML
24152
+ Parameters: {"config"=>"evilUser", "confirmation_token"=>"aT2TpNiDrsq-L2upKvp9", "redirect_url"=>"http://ng-token-auth.dev/"}
24153
+ Mang Load (0.2ms) SELECT "mangs".* FROM "mangs" WHERE "mangs"."confirmation_token" = '28bd0b39745cc9472c7de918ace287ea6372b31d0fcdc828cc545dc2a0d66018' ORDER BY "mangs"."id" ASC LIMIT 1
24154
+  (0.0ms) begin transaction
24155
+ SQL (0.2ms) UPDATE "mangs" SET "confirmation_token" = ?, "confirmed_at" = ?, "tokens" = ?, "updated_at" = ? WHERE "mangs"."id" = 8 [["confirmation_token", nil], ["confirmed_at", "2014-09-22 20:55:01.751848"], ["tokens", "{}"], ["updated_at", "2014-09-22 20:55:01.752097"]]
24156
+  (1.8ms) commit transaction
24157
+  (0.1ms) begin transaction
24158
+ SQL (0.3ms) UPDATE "mangs" SET "confirmation_token" = ?, "tokens" = ?, "updated_at" = ? WHERE "mangs"."id" = 8 [["confirmation_token", "aT2TpNiDrsq-L2upKvp9"], ["tokens", "{\"-yxY35sxsszcdk4efosIkw\":{\"token\":\"$2a$10$DbQLPz29KRKC.va0eyuIP.nTT4DAzZCLYxWAkNGG0KVset.o4BUcy\",\"expiry\":1412628901}}"], ["updated_at", "2014-09-22 20:55:01.815475"]]
24159
+  (1.0ms) commit transaction
24160
+ Redirected to http://ng-token-auth.dev/#?account_confirmation_success=true&client_id=-yxY35sxsszcdk4efosIkw&config=evilUser&expiry=1412628901&token=wa44XPBfvPg1nKjX-9L5QA&uid=test%2Bx7%40test.com
24161
+ Completed 302 Found in 67ms (ActiveRecord: 3.5ms)
24162
+
24163
+
24164
+ Started GET "/mangs/validate_token" for 127.0.0.1 at 2014-09-22 15:55:02 -0500
24165
+ Processing by DeviseTokenAuth::AuthController#validate_token as HTML
24166
+ Mang Load (0.2ms) SELECT "mangs".* FROM "mangs" WHERE "mangs"."uid" = 'test+x7@test.com' LIMIT 1
24167
+  (0.1ms) begin transaction
24168
+ SQL (0.3ms) UPDATE "mangs" SET "tokens" = ?, "updated_at" = ? WHERE "mangs"."id" = 8 [["tokens", "{\"-yxY35sxsszcdk4efosIkw\":{\"token\":\"$2a$10$LzqvZlo8UDi7w7Fk.6dcV.5OfqCheDjGOEknKwNF1gvbymT.QGASa\",\"expiry\":1412628902,\"last_token\":\"$2a$10$DbQLPz29KRKC.va0eyuIP.nTT4DAzZCLYxWAkNGG0KVset.o4BUcy\",\"updated_at\":\"2014-09-22T15:55:02.390-05:00\"}}"], ["updated_at", "2014-09-22 20:55:02.390580"]]
24169
+  (0.6ms) commit transaction
24170
+ Completed 200 OK in 127ms (Views: 0.2ms | ActiveRecord: 1.2ms)
24171
+
24172
+
24173
+ Started GET "/demo/members_only" for 127.0.0.1 at 2014-09-22 15:55:19 -0500
24174
+ Processing by DemoUserController#members_only as HTML
24175
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."uid" = 'test+x7@test.com' LIMIT 1
24176
+ Filter chain halted as :authenticate_user! rendered or redirected
24177
+ Completed 401 Unauthorized in 2ms (Views: 0.2ms | ActiveRecord: 0.5ms)
24178
+
24179
+
24180
+ Started GET "/demo/members_only_mang" for 127.0.0.1 at 2014-09-22 15:55:21 -0500
24181
+ Processing by DemoMangController#members_only as HTML
24182
+ Mang Load (0.2ms) SELECT "mangs".* FROM "mangs" WHERE "mangs"."uid" = 'test+x7@test.com' LIMIT 1
24183
+  (0.1ms) begin transaction
24184
+ SQL (0.2ms) UPDATE "mangs" SET "tokens" = ?, "updated_at" = ? WHERE "mangs"."id" = 8 [["tokens", "{\"-yxY35sxsszcdk4efosIkw\":{\"token\":\"$2a$10$caOVPtF2lje4g3NPYJ0iFuAI23pK3GcoN6cJGsT3BMWpU0gd49uze\",\"expiry\":1412628921,\"last_token\":\"$2a$10$LzqvZlo8UDi7w7Fk.6dcV.5OfqCheDjGOEknKwNF1gvbymT.QGASa\",\"updated_at\":\"2014-09-22T15:55:21.880-05:00\"}}"], ["updated_at", "2014-09-22 20:55:21.881060"]]
24185
+  (2.4ms) commit transaction
24186
+ Completed 200 OK in 124ms (Views: 0.6ms | ActiveRecord: 2.9ms)
24187
+
24188
+
24189
+ Started GET "/demo/members_only_group" for 127.0.0.1 at 2014-09-22 15:55:25 -0500
24190
+ Processing by DemoGroupController#members_only as HTML
24191
+ User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."uid" = 'test+x7@test.com' LIMIT 1
24192
+ Mang Load (0.1ms) SELECT "mangs".* FROM "mangs" WHERE "mangs"."uid" = 'test+x7@test.com' LIMIT 1
24193
+ CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."uid" = 'test+x7@test.com' LIMIT 1
24194
+ CACHE (0.0ms) SELECT "mangs".* FROM "mangs" WHERE "mangs"."uid" = 'test+x7@test.com' LIMIT 1
24195
+ CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."uid" = 'test+x7@test.com' LIMIT 1
24196
+ CACHE (0.0ms) SELECT "mangs".* FROM "mangs" WHERE "mangs"."uid" = 'test+x7@test.com' LIMIT 1
24197
+  (0.1ms) begin transaction
24198
+ SQL (0.2ms) UPDATE "mangs" SET "tokens" = ?, "updated_at" = ? WHERE "mangs"."id" = 8 [["tokens", "{\"-yxY35sxsszcdk4efosIkw\":{\"token\":\"$2a$10$caOVPtF2lje4g3NPYJ0iFuAI23pK3GcoN6cJGsT3BMWpU0gd49uze\",\"expiry\":1412628921,\"last_token\":\"$2a$10$LzqvZlo8UDi7w7Fk.6dcV.5OfqCheDjGOEknKwNF1gvbymT.QGASa\",\"updated_at\":\"2014-09-22T15:55:25.402-05:00\"}}"], ["updated_at", "2014-09-22 20:55:25.402806"]]
24199
+  (1.7ms) commit transaction
24200
+ Completed 200 OK in 188ms (Views: 0.5ms | ActiveRecord: 2.3ms)
24201
+
24202
+
24203
+ Started PUT "/mangs" for 127.0.0.1 at 2014-09-22 15:55:32 -0500
24204
+ Processing by DeviseTokenAuth::RegistrationsController#update as HTML
24205
+ Parameters: {"favorite_color"=>"argyle", "registration"=>{"favorite_color"=>"argyle"}}
24206
+ Mang Load (0.2ms) SELECT "mangs".* FROM "mangs" WHERE "mangs"."uid" = 'test+x7@test.com' LIMIT 1
24207
+ Unpermitted parameters: registration
24208
+  (0.1ms) begin transaction
24209
+ SQL (0.3ms) UPDATE "mangs" SET "favorite_color" = ?, "tokens" = ?, "updated_at" = ? WHERE "mangs"."id" = 8 [["favorite_color", "argyle"], ["tokens", "{\"-yxY35sxsszcdk4efosIkw\":{\"token\":\"$2a$10$caOVPtF2lje4g3NPYJ0iFuAI23pK3GcoN6cJGsT3BMWpU0gd49uze\",\"expiry\":1412628921,\"last_token\":\"$2a$10$LzqvZlo8UDi7w7Fk.6dcV.5OfqCheDjGOEknKwNF1gvbymT.QGASa\",\"updated_at\":\"2014-09-22T15:55:25.402-05:00\"}}"], ["updated_at", "2014-09-22 20:55:32.858173"]]
24210
+  (2.3ms) commit transaction
24211
+  (0.1ms) begin transaction
24212
+ SQL (0.2ms) UPDATE "mangs" SET "tokens" = ?, "updated_at" = ? WHERE "mangs"."id" = 8 [["tokens", "{\"-yxY35sxsszcdk4efosIkw\":{\"token\":\"$2a$10$Z6rmmO5fCLWBZ80SK4yy5ukel5Au/82UcBVvG3NgPpcTYlFEtXv8W\",\"expiry\":1412628932,\"last_token\":\"$2a$10$caOVPtF2lje4g3NPYJ0iFuAI23pK3GcoN6cJGsT3BMWpU0gd49uze\",\"updated_at\":\"2014-09-22T15:55:32.921-05:00\"}}"], ["updated_at", "2014-09-22 20:55:32.921784"]]
24213
+  (0.9ms) commit transaction
24214
+ Completed 200 OK in 127ms (Views: 0.3ms | ActiveRecord: 4.0ms)
24215
+
24216
+
24217
+ Started DELETE "/mangs/sign_out" for 127.0.0.1 at 2014-09-22 15:55:51 -0500
24218
+ Processing by DeviseTokenAuth::SessionsController#destroy as HTML
24219
+ Mang Load (0.2ms) SELECT "mangs".* FROM "mangs" WHERE "mangs"."uid" = 'test+x7@test.com' LIMIT 1
24220
+  (0.1ms) begin transaction
24221
+ SQL (0.2ms) UPDATE "mangs" SET "tokens" = ?, "updated_at" = ? WHERE "mangs"."id" = 8 [["tokens", "{}"], ["updated_at", "2014-09-22 20:55:51.854374"]]
24222
+  (2.3ms) commit transaction
24223
+ Completed 200 OK in 66ms (Views: 0.1ms | ActiveRecord: 2.8ms)
24224
+
24225
+
24226
+ Started POST "/mangs/password" for 127.0.0.1 at 2014-09-22 15:56:05 -0500
24227
+ Processing by DeviseTokenAuth::PasswordsController#create as HTML
24228
+ Parameters: {"email"=>"test+x7@test.com", "redirect_url"=>"http://ng-token-auth.dev/#?account_confirmation_success=true&client_id=-yxY35sxsszcdk4efosIkw&config=evilUser&expiry=1412628901&token=wa44XPBfvPg1nKjX-9L5QA&uid=test%2Bx7%40test.com", "config_name"=>"evilUser", "password"=>{"email"=>"test+x7@test.com", "redirect_url"=>"http://ng-token-auth.dev/#?account_confirmation_success=true&client_id=-yxY35sxsszcdk4efosIkw&config=evilUser&expiry=1412628901&token=wa44XPBfvPg1nKjX-9L5QA&uid=test%2Bx7%40test.com", "config_name"=>"evilUser"}}
24229
+ Unpermitted parameters: redirect_url, config_name, password
24230
+ Unpermitted parameters: redirect_url, config_name, password
24231
+ Mang Load (0.2ms) SELECT "mangs".* FROM "mangs" WHERE "mangs"."email" = 'test+x7@test.com' AND "mangs"."provider" = 'email' ORDER BY "mangs"."id" ASC LIMIT 1
24232
+ Unpermitted parameters: redirect_url, config_name, password
24233
+ Mang Load (0.1ms) SELECT "mangs".* FROM "mangs" WHERE "mangs"."reset_password_token" = 'e24ea1683a912f59603c3830d5c74a5724263c0c3fcef28ecf0bf56e21dd878e' ORDER BY "mangs"."id" ASC LIMIT 1
24234
+  (0.0ms) begin transaction
24235
+ Binary data inserted for `string` type on column `reset_password_token`
24236
+ SQL (0.3ms) UPDATE "mangs" SET "reset_password_sent_at" = ?, "reset_password_token" = ?, "tokens" = ?, "updated_at" = ? WHERE "mangs"."id" = 8 [["reset_password_sent_at", "2014-09-22 20:56:05.641199"], ["reset_password_token", "e24ea1683a912f59603c3830d5c74a5724263c0c3fcef28ecf0bf56e21dd878e"], ["tokens", "{}"], ["updated_at", "2014-09-22 20:56:05.641454"]]
24237
+  (2.0ms) commit transaction
24238
+ Rendered /Users/lynn/Code/Auth/devise_token_auth/app/views/devise/mailer/reset_password_instructions.html.erb (0.4ms)
24239
+
24240
+ Devise::Mailer#reset_password_instructions: processed outbound mail in 6.2ms
24241
+
24242
+ Sent mail to test+x7@test.com (8.7ms)
24243
+ Date: Mon, 22 Sep 2014 15:56:05 -0500
24244
+ From: please-change-me-at-config-initializers-devise@example.com
24245
+ Reply-To: please-change-me-at-config-initializers-devise@example.com
24246
+ To: test+x7@test.com
24247
+ Message-ID: <54208ce59f255_14b733ff199c65be084999@tests-MacBook-Pro-2.local.mail>
24248
+ Subject: Reset password instructions
24249
+ Mime-Version: 1.0
24250
+ Content-Type: text/html;
24251
+ charset=UTF-8
24252
+ Content-Transfer-Encoding: 7bit
24253
+ email: test+x7@test.com
24254
+ provider: email
24255
+ redirect-url: http://ng-token-auth.dev/#?account_confirmation_success=true&client_id=-yxY35sxsszcdk4efosIkw&config=evilUser&expiry=1412628901&token=wa44XPBfvPg1nKjX-9L5QA&uid=test%2Bx7%40test.com
24256
+ client-config: evilUser
24257
+
24258
+ <p>Hello test+x7@test.com!</p>
24259
+
24260
+ <p>Someone has requested a link to change your password. You can do this through the link below.</p>
24261
+
24262
+ <p><a href="http://devise-token-auth.dev/mangs/password/edit?config=evilUser&amp;redirect_url=http%3A%2F%2Fng-token-auth.dev%2F%23%3Faccount_confirmation_success%3Dtrue%26client_id%3D-yxY35sxsszcdk4efosIkw%26config%3DevilUser%26expiry%3D1412628901%26token%3Dwa44XPBfvPg1nKjX-9L5QA%26uid%3Dtest%252Bx7%2540test.com&amp;reset_password_token=QetVdpa5qE3MFi1qtsYS">Change my password</a></p>
24263
+
24264
+ <p>If you didn't request this, please ignore this email.</p>
24265
+ <p>Your password won't change until you access the link above and create a new one.</p>
24266
+
24267
+ Completed 200 OK in 21ms (Views: 0.2ms | ActiveRecord: 2.6ms)
24268
+
24269
+
24270
+ Started GET "/mangs/password/edit?config=evilUser&redirect_url=http%3A%2F%2Fng-token-auth.dev%2F%23%3Faccount_confirmation_success%3Dtrue%26client_id%3D-yxY35sxsszcdk4efosIkw%26config%3DevilUser%26expiry%3D1412628901%26token%3Dwa44XPBfvPg1nKjX-9L5QA%26uid%3Dtest%252Bx7%2540test.com&reset_password_token=[FILTERED]" for 127.0.0.1 at 2014-09-22 15:56:16 -0500
24271
+ Processing by DeviseTokenAuth::PasswordsController#edit as HTML
24272
+ Parameters: {"config"=>"evilUser", "redirect_url"=>"http://ng-token-auth.dev/#?account_confirmation_success=true&client_id=-yxY35sxsszcdk4efosIkw&config=evilUser&expiry=1412628901&token=wa44XPBfvPg1nKjX-9L5QA&uid=test%2Bx7%40test.com", "reset_password_token"=>"[FILTERED]"}
24273
+ Unpermitted parameters: config, redirect_url
24274
+ Mang Load (0.2ms) SELECT "mangs".* FROM "mangs" WHERE "mangs"."reset_password_token" = 'e24ea1683a912f59603c3830d5c74a5724263c0c3fcef28ecf0bf56e21dd878e' ORDER BY "mangs"."id" ASC LIMIT 1
24275
+  (0.0ms) begin transaction
24276
+ SQL (0.2ms) UPDATE "mangs" SET "reset_password_sent_at" = ?, "reset_password_token" = ?, "tokens" = ?, "updated_at" = ? WHERE "mangs"."id" = 8 [["reset_password_sent_at", nil], ["reset_password_token", nil], ["tokens", "{}"], ["updated_at", "2014-09-22 20:56:16.086906"]]
24277
+  (2.0ms) commit transaction
24278
+  (0.1ms) begin transaction
24279
+ SQL (0.3ms) UPDATE "mangs" SET "reset_password_token" = ?, "tokens" = ?, "updated_at" = ? WHERE "mangs"."id" = 8 [["reset_password_token", "QetVdpa5qE3MFi1qtsYS"], ["tokens", "{\"n8ehVeFPFDiwybGqGDo3og\":{\"token\":\"$2a$10$VBIps9ze76FPUYfDhkCuR.ZA6pxJi/yD0L1cmo.d3MlB/lRYk.faa\",\"expiry\":1412628976}}"], ["updated_at", "2014-09-22 20:56:16.150835"]]
24280
+  (0.8ms) commit transaction
24281
+ Redirected to http://ng-token-auth.dev/#?account_confirmation_success=true&client_id=-yxY35sxsszcdk4efosIkw&config=evilUser&expiry=1412628901&token=wa44XPBfvPg1nKjX-9L5QA&uid=test%2Bx7%40test.com?client_id=n8ehVeFPFDiwybGqGDo3og&config=evilUser&expiry=1412628976&reset_password=true&token=zKyZU61LIw4M6SmIhdirJw&uid=test%2Bx7%40test.com
24282
+ Completed 302 Found in 68ms (ActiveRecord: 3.5ms)
24283
+
24284
+
24285
+ Started POST "/auth" for 127.0.0.1 at 2014-09-22 16:09:35 -0500
24286
+ Processing by DeviseTokenAuth::RegistrationsController#create as HTML
24287
+ Parameters: {"email"=>"test+x8@test.com", "password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]", "confirm_success_url"=>"http://ng-token-auth.dev/", "config_name"=>"default", "registration"=>{"email"=>"test+x8@test.com", "password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]", "confirm_success_url"=>"http://ng-token-auth.dev/", "config_name"=>"default"}}
24288
+ Unpermitted parameters: confirm_success_url, config_name, registration
24289
+ Unpermitted parameters: confirm_success_url, config_name, registration
24290
+  (0.1ms) begin transaction
24291
+  (0.2ms) SELECT COUNT(*) FROM "users" WHERE "users"."provider" = 'email' AND "users"."email" = 'test+x8@test.com'
24292
+ User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."confirmation_token" = '66133ea919b8d4622bd2daeb50e744f30a48b06aa1d4d6b095848be84e4688b3' ORDER BY "users"."id" ASC LIMIT 1
24293
+ Binary data inserted for `string` type on column `confirmation_token`
24294
+ Binary data inserted for `string` type on column `encrypted_password`
24295
+ SQL (0.4ms) INSERT INTO "users" ("confirmation_sent_at", "confirmation_token", "created_at", "email", "encrypted_password", "provider", "tokens", "uid", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["confirmation_sent_at", "2014-09-22 21:09:35.987000"], ["confirmation_token", "66133ea919b8d4622bd2daeb50e744f30a48b06aa1d4d6b095848be84e4688b3"], ["created_at", "2014-09-22 21:09:35.985400"], ["email", "test+x8@test.com"], ["encrypted_password", "$2a$10$O5xkKPYzWfLDoNygokoRSOgTcNEDnSh8kTRG9vExEgIAJaBThl4aO"], ["provider", "email"], ["tokens", "{}"], ["uid", "test+x8@test.com"], ["updated_at", "2014-09-22 21:09:35.985400"]]
24296
+ Rendered /Users/lynn/Code/Auth/devise_token_auth/app/views/devise/mailer/confirmation_instructions.html.erb (0.5ms)
24297
+
24298
+ Devise::Mailer#confirmation_instructions: processed outbound mail in 8.1ms
24299
+
24300
+ Sent mail to test+x8@test.com (8.7ms)
24301
+ Date: Mon, 22 Sep 2014 16:09:36 -0500
24302
+ From: please-change-me-at-config-initializers-devise@example.com
24303
+ Reply-To: please-change-me-at-config-initializers-devise@example.com
24304
+ To: test+x8@test.com
24305
+ Message-ID: <5420901029a_14b733ff199c65be085045@tests-MacBook-Pro-2.local.mail>
24306
+ Subject: Confirmation instructions
24307
+ Mime-Version: 1.0
24308
+ Content-Type: text/html;
24309
+ charset=UTF-8
24310
+ Content-Transfer-Encoding: 7bit
24311
+ client-config: default
24312
+
24313
+ <p>Welcome test+x8@test.com!</p>
24314
+
24315
+ <p>You can confirm your account email through the link below:</p>
24316
+
24317
+ <p><a href="http://devise-token-auth.dev/auth/confirmation?config=default&amp;confirmation_token=Ao9SCLMFFQmuvrfPKRyh">Confirm my account</a></p>
24318
+
24319
+  (2.0ms) commit transaction
24320
+ Rendered /Users/lynn/Code/Auth/devise_token_auth/app/views/devise/mailer/confirmation_instructions.html.erb (0.3ms)
24321
+
24322
+ Devise::Mailer#confirmation_instructions: processed outbound mail in 5.8ms
24323
+
24324
+ Sent mail to test+x8@test.com (8.3ms)
24325
+ Date: Mon, 22 Sep 2014 16:09:36 -0500
24326
+ From: please-change-me-at-config-initializers-devise@example.com
24327
+ Reply-To: please-change-me-at-config-initializers-devise@example.com
24328
+ To: test+x8@test.com
24329
+ Message-ID: <5420901045bd_14b733ff199c65be08514@tests-MacBook-Pro-2.local.mail>
24330
+ Subject: Confirmation instructions
24331
+ Mime-Version: 1.0
24332
+ Content-Type: text/html;
24333
+ charset=UTF-8
24334
+ Content-Transfer-Encoding: 7bit
24335
+ client-config: default
24336
+ redirect-url: http://ng-token-auth.dev/
24337
+
24338
+ <p>Welcome test+x8@test.com!</p>
24339
+
24340
+ <p>You can confirm your account email through the link below:</p>
24341
+
24342
+ <p><a href="http://devise-token-auth.dev/auth/confirmation?config=default&amp;confirmation_token=Ao9SCLMFFQmuvrfPKRyh&amp;redirect_url=http%3A%2F%2Fng-token-auth.dev%2F">Confirm my account</a></p>
24343
+
24344
+ Completed 200 OK in 114ms (Views: 0.3ms | ActiveRecord: 3.4ms)
24345
+
24346
+
24347
+ Started GET "/auth/confirmation?config=default&confirmation_token=Ao9SCLMFFQmuvrfPKRyh&redirect_url=http%3A%2F%2Fng-token-auth.dev%2F" for 127.0.0.1 at 2014-09-22 16:09:44 -0500
24348
+ Processing by DeviseTokenAuth::ConfirmationsController#show as HTML
24349
+ Parameters: {"config"=>"default", "confirmation_token"=>"Ao9SCLMFFQmuvrfPKRyh", "redirect_url"=>"http://ng-token-auth.dev/"}
24350
+ User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."confirmation_token" = '66133ea919b8d4622bd2daeb50e744f30a48b06aa1d4d6b095848be84e4688b3' ORDER BY "users"."id" ASC LIMIT 1
24351
+  (0.0ms) begin transaction
24352
+ SQL (0.2ms) UPDATE "users" SET "confirmation_token" = ?, "confirmed_at" = ?, "tokens" = ?, "updated_at" = ? WHERE "users"."id" = 29 [["confirmation_token", nil], ["confirmed_at", "2014-09-22 21:09:44.040115"], ["tokens", "{}"], ["updated_at", "2014-09-22 21:09:44.040375"]]
24353
+  (1.9ms) commit transaction
24354
+  (0.1ms) begin transaction
24355
+ SQL (0.3ms) UPDATE "users" SET "confirmation_token" = ?, "tokens" = ?, "updated_at" = ? WHERE "users"."id" = 29 [["confirmation_token", "Ao9SCLMFFQmuvrfPKRyh"], ["tokens", "{\"8jiVdDOZjsLMrD3giUoTFg\":{\"token\":\"$2a$10$0IXee01w8aAf3bZKWhh/pOwTOHYGroxjGEUpoUmEzf6OTSENPNZmm\",\"expiry\":1412629784}}"], ["updated_at", "2014-09-22 21:09:44.103697"]]
24356
+  (1.0ms) commit transaction
24357
+ Redirected to http://ng-token-auth.dev/#?account_confirmation_success=true&client_id=8jiVdDOZjsLMrD3giUoTFg&expiry=1412629784&token=2LIci5E4c6pettWX2Laduw&uid=test%2Bx8%40test.com
24358
+ Completed 302 Found in 67ms (ActiveRecord: 3.7ms)
24359
+
24360
+
24361
+ Started GET "/auth/validate_token" for 127.0.0.1 at 2014-09-22 16:09:44 -0500
24362
+ Processing by DeviseTokenAuth::AuthController#validate_token as HTML
24363
+ User Load (0.3ms) SELECT "users".* FROM "users" WHERE "users"."uid" = 'test+x8@test.com' LIMIT 1
24364
+  (0.1ms) begin transaction
24365
+ SQL (0.3ms) UPDATE "users" SET "tokens" = ?, "updated_at" = ? WHERE "users"."id" = 29 [["tokens", "{\"8jiVdDOZjsLMrD3giUoTFg\":{\"token\":\"$2a$10$h7Nxckx5zLk8Hcl0/ekcE.2uwLwqTBdpiYF107T6CFOEasPdhZpgm\",\"expiry\":1412629784,\"last_token\":\"$2a$10$0IXee01w8aAf3bZKWhh/pOwTOHYGroxjGEUpoUmEzf6OTSENPNZmm\",\"updated_at\":\"2014-09-22T16:09:44.873-05:00\"}}"], ["updated_at", "2014-09-22 21:09:44.874440"]]
24366
+  (0.8ms) commit transaction
24367
+ Completed 200 OK in 127ms (Views: 0.4ms | ActiveRecord: 1.4ms)
24368
+
24369
+
24370
+ Started GET "/auth/confirmation?config=default&confirmation_token=Ao9SCLMFFQmuvrfPKRyh&redirect_url=http%3A%2F%2Fng-token-auth.dev%2F" for 127.0.0.1 at 2014-09-22 16:11:11 -0500
24371
+ Processing by DeviseTokenAuth::ConfirmationsController#show as HTML
24372
+ Parameters: {"config"=>"default", "confirmation_token"=>"Ao9SCLMFFQmuvrfPKRyh", "redirect_url"=>"http://ng-token-auth.dev/"}
24373
+ User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."confirmation_token" = '66133ea919b8d4622bd2daeb50e744f30a48b06aa1d4d6b095848be84e4688b3' ORDER BY "users"."id" ASC LIMIT 1
24374
+ Completed 404 Not Found in 3ms
24375
+
24376
+ ActionController::RoutingError (Not Found):
24377
+ /Users/lynn/Code/Auth/devise_token_auth/app/controllers/devise_token_auth/confirmations_controller.rb:26:in `show'
24378
+ actionpack (4.1.6) lib/action_controller/metal/implicit_render.rb:4:in `send_action'
24379
+ actionpack (4.1.6) lib/abstract_controller/base.rb:189:in `process_action'
24380
+ actionpack (4.1.6) lib/action_controller/metal/rendering.rb:10:in `process_action'
24381
+ actionpack (4.1.6) lib/abstract_controller/callbacks.rb:20:in `block in process_action'
24382
+ activesupport (4.1.6) lib/active_support/callbacks.rb:113:in `call'
24383
+ activesupport (4.1.6) lib/active_support/callbacks.rb:113:in `call'
24384
+ activesupport (4.1.6) lib/active_support/callbacks.rb:149:in `block in halting_and_conditional'
24385
+ activesupport (4.1.6) lib/active_support/callbacks.rb:229:in `call'
24386
+ activesupport (4.1.6) lib/active_support/callbacks.rb:229:in `block in halting'
24387
+ activesupport (4.1.6) lib/active_support/callbacks.rb:166:in `call'
24388
+ activesupport (4.1.6) lib/active_support/callbacks.rb:166:in `block in halting'
24389
+ activesupport (4.1.6) lib/active_support/callbacks.rb:86:in `call'
24390
+ activesupport (4.1.6) lib/active_support/callbacks.rb:86:in `run_callbacks'
24391
+ actionpack (4.1.6) lib/abstract_controller/callbacks.rb:19:in `process_action'
24392
+ actionpack (4.1.6) lib/action_controller/metal/rescue.rb:29:in `process_action'
24393
+ actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action'
24394
+ activesupport (4.1.6) lib/active_support/notifications.rb:159:in `block in instrument'
24395
+ activesupport (4.1.6) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
24396
+ activesupport (4.1.6) lib/active_support/notifications.rb:159:in `instrument'
24397
+ actionpack (4.1.6) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
24398
+ actionpack (4.1.6) lib/action_controller/metal/params_wrapper.rb:250:in `process_action'
24399
+ activerecord (4.1.6) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
24400
+ actionpack (4.1.6) lib/abstract_controller/base.rb:136:in `process'
24401
+ actionview (4.1.6) lib/action_view/rendering.rb:30:in `process'
24402
+ actionpack (4.1.6) lib/action_controller/metal.rb:196:in `dispatch'
24403
+ actionpack (4.1.6) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'
24404
+ actionpack (4.1.6) lib/action_controller/metal.rb:232:in `block in action'
24405
+ actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:82:in `call'
24406
+ actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:82:in `dispatch'
24407
+ actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:50:in `call'
24408
+ actionpack (4.1.6) lib/action_dispatch/routing/mapper.rb:45:in `call'
24409
+ actionpack (4.1.6) lib/action_dispatch/journey/router.rb:73:in `block in call'
24410
+ actionpack (4.1.6) lib/action_dispatch/journey/router.rb:59:in `each'
24411
+ actionpack (4.1.6) lib/action_dispatch/journey/router.rb:59:in `call'
24412
+ actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:678:in `call'
24413
+ omniauth (1.2.2) lib/omniauth/strategy.rb:186:in `call!'
24414
+ omniauth (1.2.2) lib/omniauth/strategy.rb:164:in `call'
24415
+ omniauth (1.2.2) lib/omniauth/strategy.rb:186:in `call!'
24416
+ omniauth (1.2.2) lib/omniauth/strategy.rb:164:in `call'
24417
+ omniauth (1.2.2) lib/omniauth/strategy.rb:186:in `call!'
24418
+ omniauth (1.2.2) lib/omniauth/strategy.rb:164:in `call'
24419
+ omniauth (1.2.2) lib/omniauth/strategy.rb:186:in `call!'
24420
+ omniauth (1.2.2) lib/omniauth/strategy.rb:164:in `call'
24421
+ omniauth (1.2.2) lib/omniauth/builder.rb:59:in `call'
24422
+ warden (1.2.3) lib/warden/manager.rb:35:in `block in call'
24423
+ warden (1.2.3) lib/warden/manager.rb:34:in `catch'
24424
+ warden (1.2.3) lib/warden/manager.rb:34:in `call'
24425
+ rack (1.5.2) lib/rack/etag.rb:23:in `call'
24426
+ rack (1.5.2) lib/rack/conditionalget.rb:25:in `call'
24427
+ rack (1.5.2) lib/rack/head.rb:11:in `call'
24428
+ actionpack (4.1.6) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
24429
+ actionpack (4.1.6) lib/action_dispatch/middleware/flash.rb:254:in `call'
24430
+ rack (1.5.2) lib/rack/session/abstract/id.rb:225:in `context'
24431
+ rack (1.5.2) lib/rack/session/abstract/id.rb:220:in `call'
24432
+ actionpack (4.1.6) lib/action_dispatch/middleware/cookies.rb:560:in `call'
24433
+ activerecord (4.1.6) lib/active_record/query_cache.rb:36:in `call'
24434
+ activerecord (4.1.6) lib/active_record/connection_adapters/abstract/connection_pool.rb:621:in `call'
24435
+ activerecord (4.1.6) lib/active_record/migration.rb:380:in `call'
24436
+ actionpack (4.1.6) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
24437
+ activesupport (4.1.6) lib/active_support/callbacks.rb:82:in `run_callbacks'
24438
+ actionpack (4.1.6) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
24439
+ actionpack (4.1.6) lib/action_dispatch/middleware/reloader.rb:73:in `call'
24440
+ actionpack (4.1.6) lib/action_dispatch/middleware/remote_ip.rb:76:in `call'
24441
+ actionpack (4.1.6) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
24442
+ actionpack (4.1.6) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
24443
+ railties (4.1.6) lib/rails/rack/logger.rb:38:in `call_app'
24444
+ railties (4.1.6) lib/rails/rack/logger.rb:20:in `block in call'
24445
+ activesupport (4.1.6) lib/active_support/tagged_logging.rb:68:in `block in tagged'
24446
+ activesupport (4.1.6) lib/active_support/tagged_logging.rb:26:in `tagged'
24447
+ activesupport (4.1.6) lib/active_support/tagged_logging.rb:68:in `tagged'
24448
+ railties (4.1.6) lib/rails/rack/logger.rb:20:in `call'
24449
+ actionpack (4.1.6) lib/action_dispatch/middleware/request_id.rb:21:in `call'
24450
+ rack (1.5.2) lib/rack/methodoverride.rb:21:in `call'
24451
+ rack (1.5.2) lib/rack/runtime.rb:17:in `call'
24452
+ activesupport (4.1.6) lib/active_support/cache/strategy/local_cache_middleware.rb:26:in `call'
24453
+ rack (1.5.2) lib/rack/lock.rb:17:in `call'
24454
+ actionpack (4.1.6) lib/action_dispatch/middleware/static.rb:64:in `call'
24455
+ rack (1.5.2) lib/rack/sendfile.rb:112:in `call'
24456
+ railties (4.1.6) lib/rails/engine.rb:514:in `call'
24457
+ railties (4.1.6) lib/rails/application.rb:144:in `call'
24458
+ rack-cors (0.2.9) lib/rack/cors.rb:54:in `call'
24459
+ /Users/lynn/Library/Application Support/Pow/Versions/0.4.3/node_modules/nack/lib/nack/server.rb:155:in `handle'
24460
+ /Users/lynn/Library/Application Support/Pow/Versions/0.4.3/node_modules/nack/lib/nack/server.rb:109:in `rescue in block (2 levels) in start'
24461
+ /Users/lynn/Library/Application Support/Pow/Versions/0.4.3/node_modules/nack/lib/nack/server.rb:106:in `block (2 levels) in start'
24462
+ /Users/lynn/Library/Application Support/Pow/Versions/0.4.3/node_modules/nack/lib/nack/server.rb:96:in `each'
24463
+ /Users/lynn/Library/Application Support/Pow/Versions/0.4.3/node_modules/nack/lib/nack/server.rb:96:in `block in start'
24464
+ /Users/lynn/Library/Application Support/Pow/Versions/0.4.3/node_modules/nack/lib/nack/server.rb:76:in `loop'
24465
+ /Users/lynn/Library/Application Support/Pow/Versions/0.4.3/node_modules/nack/lib/nack/server.rb:76:in `start'
24466
+ /Users/lynn/Library/Application Support/Pow/Versions/0.4.3/node_modules/nack/lib/nack/server.rb:12:in `run'
24467
+ /Users/lynn/Library/Application Support/Pow/Versions/0.4.3/node_modules/nack/bin/nack_worker:4:in `<main>'
24468
+
24469
+
24470
+ Rendered /opt/rubies/2.1.2/lib/ruby/gems/2.1.0/gems/actionpack-4.1.6/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.0ms)
24471
+ Rendered /opt/rubies/2.1.2/lib/ruby/gems/2.1.0/gems/actionpack-4.1.6/lib/action_dispatch/middleware/templates/routes/_route.html.erb (3.6ms)
24472
+ Rendered /opt/rubies/2.1.2/lib/ruby/gems/2.1.0/gems/actionpack-4.1.6/lib/action_dispatch/middleware/templates/routes/_table.html.erb (5.4ms)
24473
+ Rendered /opt/rubies/2.1.2/lib/ruby/gems/2.1.0/gems/actionpack-4.1.6/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (66.6ms)
24474
+
24475
+
24476
+ Started GET "/auth/github?auth_origin_url=http%3A%2F%2Fng-token-auth.dev%2F" for 127.0.0.1 at 2014-09-22 16:18:45 -0500
24477
+
24478
+
24479
+ Started GET "/omniauth/github?auth_origin_url=http%3A%2F%2Fng-token-auth.dev%2F&resource_class=User" for 127.0.0.1 at 2014-09-22 16:18:45 -0500
24480
+
24481
+
24482
+ Started GET "/omniauth/github/callback?code=85f7fd3985ea97e585b1&state=f81aeb775fcf490318185b892d34dbc2c75ec3ff099779ce" for 127.0.0.1 at 2014-09-22 16:18:52 -0500
24483
+ Processing by DeviseTokenAuth::AuthController#omniauth_success as HTML
24484
+ Parameters: {"code"=>"85f7fd3985ea97e585b1", "state"=>"f81aeb775fcf490318185b892d34dbc2c75ec3ff099779ce", "provider"=>"github"}
24485
+ User Load (0.3ms) SELECT "users".* FROM "users" WHERE "users"."uid" = '468037' AND "users"."provider" = 'github' ORDER BY "users"."id" ASC LIMIT 1
24486
+  (0.1ms) begin transaction
24487
+ SQL (0.4ms) UPDATE "users" SET "confirmed_at" = ?, "tokens" = ?, "updated_at" = ? WHERE "users"."id" = 21 [["confirmed_at", "2014-09-22 21:18:53.498980"], ["tokens", "{\"uUOVaUbPeuxnYyM_ObaH4A\":{\"token\":\"$2a$10$VNryBu6L0yjadoBdQztzMOzQD1KLum9aOgZgSmfQgENzwKEXRfrQq\",\"expiry\":1412032284},\"efJ0QekWCcH1EOYbfS9P0A\":{\"token\":\"$2a$10$ZOhEBvy90aaAeGz1oTAH.uFr6eEmpbQlbhHVj8kJoDOju2ZhF2Rfy\",\"expiry\":1412110575,\"last_token\":\"$2a$10$LNd6RLp6dK86a4pEhRbDEe/slYr/ilfUJW.WOMYy2ccurVqfJjU5i\",\"updated_at\":\"2014-09-16T15:56:15.265-05:00\"},\"nN_OsXtDS0no67hSKol3-g\":{\"token\":\"$2a$10$hlYCnTi2gzT4PDzFcNu1eesQvaDXb6b9Xy68hguKroJ68jMtrgmru\",\"expiry\":1412110600},\"89ODMOhJ3yciLXrzJGZzsA\":{\"token\":\"$2a$10$dtS/xWoWZbOhppTZ9RLYHOvIg36Qht.nOC1XMauzCB01AFTWPKKUi\",\"expiry\":1412110622},\"pjyZpmpNfDzvatBhfW8mMg\":{\"token\":\"$2a$10$WOu1V46OyJhHupDz7NoS6.cKlngx7Xfr/yUqa59FNDpVcNnHyL9Xi\",\"expiry\":1412110654},\"EDQEBIPBbzrR1krGBXkaCw\":{\"token\":\"$2a$10$vsOvS./PB9m3zSpYPd4drOKLTdZRYEb923Klr3Txey3hzjmcEe0He\",\"expiry\":1412110692},\"jUFIUwb8N1YAx9AWc_bWLA\":{\"token\":\"$2a$10$O2fJZmB/vcQHlAahaUehOOpmagYbe8U/NcJbZnWwSNenJz4RjfEMu\",\"expiry\":1412110856},\"LGMhb9DE-e_-NjwVzeLdBg\":{\"token\":\"$2a$10$.8m1WSrdjsP.BroYq/L2fuRU8N5MyQEgJAwNoiU2n0ZAwhuauOLL2\",\"expiry\":1412110871},\"IZ9nVGZyVJRnB6SlY2osgw\":{\"token\":\"$2a$10$/mqueCBJUqAwRJ3/DK77z.KcuLfF9H2EB8scPChU1ubcm49EHxive\",\"expiry\":1412111016},\"HDbA1MY6CQkVPtZ7Ilqt5Q\":{\"token\":\"$2a$10$UY6q4kBK2JeiK8.zBMiWDeKxSFtCUu9ci4dgIAKWyfPIcEvHsaYyy\",\"expiry\":1412111096},\"wtxWLGu0gWuT8CICc_IMAw\":{\"token\":\"$2a$10$yA3aq79t3ENcnlyoQ.AnTeuAlNOYYaQQ8lhS/JCk2rzplZlsSIfqu\",\"expiry\":1412111117},\"DCvOewYG_dtSbxHLSNiuoA\":{\"token\":\"$2a$10$Gy7I9Flt4GPSPE7x0Gx9tuSVosAQpRA6CQQRD/GC3VHzgBsnQyCom\",\"expiry\":1412111147},\"kjuPAOkxPGyhygz9ryrLmw\":{\"token\":\"$2a$10$Hwi4/XS.N1GO/VLxmqNo8ecSDhm7yNQU96ypA4qhmmd4NEDwG7bG.\",\"expiry\":1412111228},\"U_yCwFP-UwWfNP7vxrSpGQ\":{\"token\":\"$2a$10$rbvUOO6qIF7l90qEC5JBHe0uJAwI8VpkvJOh3.bVARGNW39AvmR..\",\"expiry\":1412268294},\"GY_Pzg9_3Al3iXodW723xg\":{\"token\":\"$2a$10$8aNeJhozx36XUrPH6zuauOoHkUsYNfy3cCNk9ZWuiDaLnK.HLaoxq\",\"expiry\":1412271178},\"8DiBbke0_MFKl5P_9x5MFg\":{\"token\":\"$2a$10$9qrwDrF8VhyBs7rRy8rLMO9Zcq//isKYC/IgT0nz0MPGLdrhtsbe2\",\"expiry\":1412271329},\"NCFYDQNkRKD-0xOJwNvRSg\":{\"token\":\"$2a$10$iUkXY1Lw4pP9V7hxnx73zusJrKlT2XCv8ZxvJBmgfGhnsxtbvNffq\",\"expiry\":1412271840},\"zBgkPGMmlMGYJcJRqsV3yg\":{\"token\":\"$2a$10$VuJMWSqm.LARBBFdQGRgPOnDsiWMh/77erR04XTB2vIWzpi6fJ3la\",\"expiry\":1412271861},\"FhaDyJUU1ETZsA41EOB8KQ\":{\"token\":\"$2a$10$.wjua33M9DrEBPWtuYw8iuJ.J/7liBEYkFj05F49iULvwvBwgnM5G\",\"expiry\":1412273162,\"last_token\":\"$2a$10$2PM6c3aBPP7W8qvwX3zbQ.BDAlzyAhdnlNPJVD1rIVU9jsyNkAZMC\",\"updated_at\":\"2014-09-18T13:06:05.811-05:00\"},\"tDroG2IhYlUByMSXKDZ6sA\":{\"token\":\"$2a$10$/qq1wymIZvy29vAYifafKuNRUMpqy2M.QjQo0Yd8S6JAdky/NvoLW\",\"expiry\":1412273498},\"U9EMttQLCSZf6b9YVVDyfA\":{\"token\":\"$2a$10$OQ5XBxnJ/PQvgscR5Zvcve9wTewRzinbjK4F2XekrIR86rtPeClcK\",\"expiry\":1412273516,\"last_token\":\"$2a$10$rIzSEkXg5CPf/yLepFIQX.qaIrGctyoR2b9PGJvPcbW2rOWbgG4Yi\",\"updated_at\":\"2014-09-18T13:11:56.389-05:00\"},\"mORbfi9m1-Xj2cLFJjQtLw\":{\"token\":\"$2a$10$WUC32spZrKlWShT4Ve49Mu5meYZVeHabKqfmGc0CLjv1K3uxJkI2e\",\"expiry\":1412276830},\"WrnLtSz6TNFOFdw76axEeA\":{\"token\":\"$2a$10$ya.YpJ3Il/TJijog/u0vSuwQ5.t2O7uO9VlYE2NBvD8lSU8/Bb46.\",\"expiry\":1412276907},\"oj5SlG7aHXCRBtmnkonaCg\":{\"token\":\"$2a$10$e7ujdPHf4TkD0WxVVVXUAeEC6WiV2FE9XrVTKPcCLS4w1SU1CNFgW\",\"expiry\":1412276997,\"last_token\":\"$2a$10$6jlmkUmR06NaItdWKRjWnuEUfoVx6.L1YymV9EW..vox2uho70Ghu\",\"updated_at\":\"2014-09-18T14:09:57.783-05:00\"},\"vg1RFCvZaEYUdBnHvAHkzQ\":{\"token\":\"$2a$10$4vB4rcEmrJ4vR08Y.rUwfeqfIovqMB9136mR/tRR9EpH0XjE7gWE2\",\"expiry\":1412279135},\"lUTmmS9m3kMfYbmL5e-cQw\":{\"token\":\"$2a$10$bRpK7pdiCik7ZVl.uGmO8O/ri6VCANraWVN4XXBN2Y.t3RzZtsU/G\",\"expiry\":1412281608,\"last_token\":\"$2a$10$EHbxvyLysGNiSqUfot/cAeKwGRnMKy.gNQerAqwS1xVWv4Q4uDfUS\",\"updated_at\":\"2014-09-18T15:26:52.455-05:00\"},\"QSZ2pD284sjcsJtXf73axg\":{\"token\":\"$2a$10$KD8vckte0IsKqj1SApMk.u14A.Kxe.Axy4/prn00ZyXRJtG6mTd2i\",\"expiry\":1412364467,\"last_token\":\"$2a$10$BbEJl/29Q7TBqyyLtTKeKu67WfWQptLwvJmKhfAA5SDmdUYCDnIMy\",\"updated_at\":\"2014-09-19T14:27:47.386-05:00\"},\"gGgMKFYr5ML7r45GetjRAg\":{\"token\":\"$2a$10$PqsvmhXeg4zkUNBHGjdRl.xbASIxEpIR9WQYIC2qEfisXLzRgC04y\",\"expiry\":1412375878,\"last_token\":\"$2a$10$Gfdids/irZbiswm1FZvqsuoSCni/trBiZIh/vUD/ZLQ.mTs0EQqbm\",\"updated_at\":\"2014-09-19T17:37:58.151-05:00\"},\"kr9U1a3xpFtD-HCv0TBktQ\":{\"token\":\"$2a$10$whGkjqcwFxl4tm0V5coLre348ZPHJS08u69Qvmytg7C8Wq45g2aFi\",\"expiry\":1412628250},\"rKM-aIw5ya5lGqmfds87EQ\":{\"token\":\"$2a$10$wDPyxjKR33Fc6ETxVqSlKuWPW.qgYQxCJmbgKx0YDvKDhO3RXuk.6\",\"expiry\":1412630333}}"], ["updated_at", "2014-09-22 21:18:53.499951"]]
24488
+  (1.7ms) commit transaction
24489
+ Rendered /Users/lynn/Code/Auth/devise_token_auth/app/views/devise_token_auth/omniauth_success.html.erb within layouts/omniauth_response (3.6ms)
24490
+ Completed 200 OK in 73ms (Views: 5.4ms | ActiveRecord: 2.4ms)
24491
+
24492
+
24493
+ Started GET "/demo/members_only" for 127.0.0.1 at 2014-09-22 16:19:02 -0500
24494
+ Processing by DemoUserController#members_only as HTML
24495
+ User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."uid" = '468037' LIMIT 1
24496
+  (0.1ms) begin transaction
24497
+ SQL (0.3ms) UPDATE "users" SET "tokens" = ?, "updated_at" = ? WHERE "users"."id" = 21 [["tokens", "{\"uUOVaUbPeuxnYyM_ObaH4A\":{\"token\":\"$2a$10$VNryBu6L0yjadoBdQztzMOzQD1KLum9aOgZgSmfQgENzwKEXRfrQq\",\"expiry\":1412032284},\"efJ0QekWCcH1EOYbfS9P0A\":{\"token\":\"$2a$10$ZOhEBvy90aaAeGz1oTAH.uFr6eEmpbQlbhHVj8kJoDOju2ZhF2Rfy\",\"expiry\":1412110575,\"last_token\":\"$2a$10$LNd6RLp6dK86a4pEhRbDEe/slYr/ilfUJW.WOMYy2ccurVqfJjU5i\",\"updated_at\":\"2014-09-16T15:56:15.265-05:00\"},\"nN_OsXtDS0no67hSKol3-g\":{\"token\":\"$2a$10$hlYCnTi2gzT4PDzFcNu1eesQvaDXb6b9Xy68hguKroJ68jMtrgmru\",\"expiry\":1412110600},\"89ODMOhJ3yciLXrzJGZzsA\":{\"token\":\"$2a$10$dtS/xWoWZbOhppTZ9RLYHOvIg36Qht.nOC1XMauzCB01AFTWPKKUi\",\"expiry\":1412110622},\"pjyZpmpNfDzvatBhfW8mMg\":{\"token\":\"$2a$10$WOu1V46OyJhHupDz7NoS6.cKlngx7Xfr/yUqa59FNDpVcNnHyL9Xi\",\"expiry\":1412110654},\"EDQEBIPBbzrR1krGBXkaCw\":{\"token\":\"$2a$10$vsOvS./PB9m3zSpYPd4drOKLTdZRYEb923Klr3Txey3hzjmcEe0He\",\"expiry\":1412110692},\"jUFIUwb8N1YAx9AWc_bWLA\":{\"token\":\"$2a$10$O2fJZmB/vcQHlAahaUehOOpmagYbe8U/NcJbZnWwSNenJz4RjfEMu\",\"expiry\":1412110856},\"LGMhb9DE-e_-NjwVzeLdBg\":{\"token\":\"$2a$10$.8m1WSrdjsP.BroYq/L2fuRU8N5MyQEgJAwNoiU2n0ZAwhuauOLL2\",\"expiry\":1412110871},\"IZ9nVGZyVJRnB6SlY2osgw\":{\"token\":\"$2a$10$/mqueCBJUqAwRJ3/DK77z.KcuLfF9H2EB8scPChU1ubcm49EHxive\",\"expiry\":1412111016},\"HDbA1MY6CQkVPtZ7Ilqt5Q\":{\"token\":\"$2a$10$UY6q4kBK2JeiK8.zBMiWDeKxSFtCUu9ci4dgIAKWyfPIcEvHsaYyy\",\"expiry\":1412111096},\"wtxWLGu0gWuT8CICc_IMAw\":{\"token\":\"$2a$10$yA3aq79t3ENcnlyoQ.AnTeuAlNOYYaQQ8lhS/JCk2rzplZlsSIfqu\",\"expiry\":1412111117},\"DCvOewYG_dtSbxHLSNiuoA\":{\"token\":\"$2a$10$Gy7I9Flt4GPSPE7x0Gx9tuSVosAQpRA6CQQRD/GC3VHzgBsnQyCom\",\"expiry\":1412111147},\"kjuPAOkxPGyhygz9ryrLmw\":{\"token\":\"$2a$10$Hwi4/XS.N1GO/VLxmqNo8ecSDhm7yNQU96ypA4qhmmd4NEDwG7bG.\",\"expiry\":1412111228},\"U_yCwFP-UwWfNP7vxrSpGQ\":{\"token\":\"$2a$10$rbvUOO6qIF7l90qEC5JBHe0uJAwI8VpkvJOh3.bVARGNW39AvmR..\",\"expiry\":1412268294},\"GY_Pzg9_3Al3iXodW723xg\":{\"token\":\"$2a$10$8aNeJhozx36XUrPH6zuauOoHkUsYNfy3cCNk9ZWuiDaLnK.HLaoxq\",\"expiry\":1412271178},\"8DiBbke0_MFKl5P_9x5MFg\":{\"token\":\"$2a$10$9qrwDrF8VhyBs7rRy8rLMO9Zcq//isKYC/IgT0nz0MPGLdrhtsbe2\",\"expiry\":1412271329},\"NCFYDQNkRKD-0xOJwNvRSg\":{\"token\":\"$2a$10$iUkXY1Lw4pP9V7hxnx73zusJrKlT2XCv8ZxvJBmgfGhnsxtbvNffq\",\"expiry\":1412271840},\"zBgkPGMmlMGYJcJRqsV3yg\":{\"token\":\"$2a$10$VuJMWSqm.LARBBFdQGRgPOnDsiWMh/77erR04XTB2vIWzpi6fJ3la\",\"expiry\":1412271861},\"FhaDyJUU1ETZsA41EOB8KQ\":{\"token\":\"$2a$10$.wjua33M9DrEBPWtuYw8iuJ.J/7liBEYkFj05F49iULvwvBwgnM5G\",\"expiry\":1412273162,\"last_token\":\"$2a$10$2PM6c3aBPP7W8qvwX3zbQ.BDAlzyAhdnlNPJVD1rIVU9jsyNkAZMC\",\"updated_at\":\"2014-09-18T13:06:05.811-05:00\"},\"tDroG2IhYlUByMSXKDZ6sA\":{\"token\":\"$2a$10$/qq1wymIZvy29vAYifafKuNRUMpqy2M.QjQo0Yd8S6JAdky/NvoLW\",\"expiry\":1412273498},\"U9EMttQLCSZf6b9YVVDyfA\":{\"token\":\"$2a$10$OQ5XBxnJ/PQvgscR5Zvcve9wTewRzinbjK4F2XekrIR86rtPeClcK\",\"expiry\":1412273516,\"last_token\":\"$2a$10$rIzSEkXg5CPf/yLepFIQX.qaIrGctyoR2b9PGJvPcbW2rOWbgG4Yi\",\"updated_at\":\"2014-09-18T13:11:56.389-05:00\"},\"mORbfi9m1-Xj2cLFJjQtLw\":{\"token\":\"$2a$10$WUC32spZrKlWShT4Ve49Mu5meYZVeHabKqfmGc0CLjv1K3uxJkI2e\",\"expiry\":1412276830},\"WrnLtSz6TNFOFdw76axEeA\":{\"token\":\"$2a$10$ya.YpJ3Il/TJijog/u0vSuwQ5.t2O7uO9VlYE2NBvD8lSU8/Bb46.\",\"expiry\":1412276907},\"oj5SlG7aHXCRBtmnkonaCg\":{\"token\":\"$2a$10$e7ujdPHf4TkD0WxVVVXUAeEC6WiV2FE9XrVTKPcCLS4w1SU1CNFgW\",\"expiry\":1412276997,\"last_token\":\"$2a$10$6jlmkUmR06NaItdWKRjWnuEUfoVx6.L1YymV9EW..vox2uho70Ghu\",\"updated_at\":\"2014-09-18T14:09:57.783-05:00\"},\"vg1RFCvZaEYUdBnHvAHkzQ\":{\"token\":\"$2a$10$4vB4rcEmrJ4vR08Y.rUwfeqfIovqMB9136mR/tRR9EpH0XjE7gWE2\",\"expiry\":1412279135},\"lUTmmS9m3kMfYbmL5e-cQw\":{\"token\":\"$2a$10$bRpK7pdiCik7ZVl.uGmO8O/ri6VCANraWVN4XXBN2Y.t3RzZtsU/G\",\"expiry\":1412281608,\"last_token\":\"$2a$10$EHbxvyLysGNiSqUfot/cAeKwGRnMKy.gNQerAqwS1xVWv4Q4uDfUS\",\"updated_at\":\"2014-09-18T15:26:52.455-05:00\"},\"QSZ2pD284sjcsJtXf73axg\":{\"token\":\"$2a$10$KD8vckte0IsKqj1SApMk.u14A.Kxe.Axy4/prn00ZyXRJtG6mTd2i\",\"expiry\":1412364467,\"last_token\":\"$2a$10$BbEJl/29Q7TBqyyLtTKeKu67WfWQptLwvJmKhfAA5SDmdUYCDnIMy\",\"updated_at\":\"2014-09-19T14:27:47.386-05:00\"},\"gGgMKFYr5ML7r45GetjRAg\":{\"token\":\"$2a$10$PqsvmhXeg4zkUNBHGjdRl.xbASIxEpIR9WQYIC2qEfisXLzRgC04y\",\"expiry\":1412375878,\"last_token\":\"$2a$10$Gfdids/irZbiswm1FZvqsuoSCni/trBiZIh/vUD/ZLQ.mTs0EQqbm\",\"updated_at\":\"2014-09-19T17:37:58.151-05:00\"},\"kr9U1a3xpFtD-HCv0TBktQ\":{\"token\":\"$2a$10$whGkjqcwFxl4tm0V5coLre348ZPHJS08u69Qvmytg7C8Wq45g2aFi\",\"expiry\":1412628250},\"rKM-aIw5ya5lGqmfds87EQ\":{\"token\":\"$2a$10$avkNY1LYLG6vmA.PobLxRuXO.ol9S28YYdrtl1Mpq8vjfzBxeYvvm\",\"expiry\":1412630342,\"last_token\":\"$2a$10$wDPyxjKR33Fc6ETxVqSlKuWPW.qgYQxCJmbgKx0YDvKDhO3RXuk.6\",\"updated_at\":\"2014-09-22T16:19:02.563-05:00\"}}"], ["updated_at", "2014-09-22 21:19:02.563901"]]
24498
+  (0.7ms) commit transaction
24499
+ Completed 200 OK in 125ms (Views: 0.6ms | ActiveRecord: 1.2ms)
24500
+
24501
+
24502
+ Started GET "/demo/members_only_group" for 127.0.0.1 at 2014-09-22 16:19:04 -0500
24503
+ Processing by DemoGroupController#members_only as HTML
24504
+ User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."uid" = '468037' LIMIT 1
24505
+  (0.1ms) begin transaction
24506
+ SQL (0.3ms) UPDATE "users" SET "tokens" = ?, "updated_at" = ? WHERE "users"."id" = 21 [["tokens", "{\"uUOVaUbPeuxnYyM_ObaH4A\":{\"token\":\"$2a$10$VNryBu6L0yjadoBdQztzMOzQD1KLum9aOgZgSmfQgENzwKEXRfrQq\",\"expiry\":1412032284},\"efJ0QekWCcH1EOYbfS9P0A\":{\"token\":\"$2a$10$ZOhEBvy90aaAeGz1oTAH.uFr6eEmpbQlbhHVj8kJoDOju2ZhF2Rfy\",\"expiry\":1412110575,\"last_token\":\"$2a$10$LNd6RLp6dK86a4pEhRbDEe/slYr/ilfUJW.WOMYy2ccurVqfJjU5i\",\"updated_at\":\"2014-09-16T15:56:15.265-05:00\"},\"nN_OsXtDS0no67hSKol3-g\":{\"token\":\"$2a$10$hlYCnTi2gzT4PDzFcNu1eesQvaDXb6b9Xy68hguKroJ68jMtrgmru\",\"expiry\":1412110600},\"89ODMOhJ3yciLXrzJGZzsA\":{\"token\":\"$2a$10$dtS/xWoWZbOhppTZ9RLYHOvIg36Qht.nOC1XMauzCB01AFTWPKKUi\",\"expiry\":1412110622},\"pjyZpmpNfDzvatBhfW8mMg\":{\"token\":\"$2a$10$WOu1V46OyJhHupDz7NoS6.cKlngx7Xfr/yUqa59FNDpVcNnHyL9Xi\",\"expiry\":1412110654},\"EDQEBIPBbzrR1krGBXkaCw\":{\"token\":\"$2a$10$vsOvS./PB9m3zSpYPd4drOKLTdZRYEb923Klr3Txey3hzjmcEe0He\",\"expiry\":1412110692},\"jUFIUwb8N1YAx9AWc_bWLA\":{\"token\":\"$2a$10$O2fJZmB/vcQHlAahaUehOOpmagYbe8U/NcJbZnWwSNenJz4RjfEMu\",\"expiry\":1412110856},\"LGMhb9DE-e_-NjwVzeLdBg\":{\"token\":\"$2a$10$.8m1WSrdjsP.BroYq/L2fuRU8N5MyQEgJAwNoiU2n0ZAwhuauOLL2\",\"expiry\":1412110871},\"IZ9nVGZyVJRnB6SlY2osgw\":{\"token\":\"$2a$10$/mqueCBJUqAwRJ3/DK77z.KcuLfF9H2EB8scPChU1ubcm49EHxive\",\"expiry\":1412111016},\"HDbA1MY6CQkVPtZ7Ilqt5Q\":{\"token\":\"$2a$10$UY6q4kBK2JeiK8.zBMiWDeKxSFtCUu9ci4dgIAKWyfPIcEvHsaYyy\",\"expiry\":1412111096},\"wtxWLGu0gWuT8CICc_IMAw\":{\"token\":\"$2a$10$yA3aq79t3ENcnlyoQ.AnTeuAlNOYYaQQ8lhS/JCk2rzplZlsSIfqu\",\"expiry\":1412111117},\"DCvOewYG_dtSbxHLSNiuoA\":{\"token\":\"$2a$10$Gy7I9Flt4GPSPE7x0Gx9tuSVosAQpRA6CQQRD/GC3VHzgBsnQyCom\",\"expiry\":1412111147},\"kjuPAOkxPGyhygz9ryrLmw\":{\"token\":\"$2a$10$Hwi4/XS.N1GO/VLxmqNo8ecSDhm7yNQU96ypA4qhmmd4NEDwG7bG.\",\"expiry\":1412111228},\"U_yCwFP-UwWfNP7vxrSpGQ\":{\"token\":\"$2a$10$rbvUOO6qIF7l90qEC5JBHe0uJAwI8VpkvJOh3.bVARGNW39AvmR..\",\"expiry\":1412268294},\"GY_Pzg9_3Al3iXodW723xg\":{\"token\":\"$2a$10$8aNeJhozx36XUrPH6zuauOoHkUsYNfy3cCNk9ZWuiDaLnK.HLaoxq\",\"expiry\":1412271178},\"8DiBbke0_MFKl5P_9x5MFg\":{\"token\":\"$2a$10$9qrwDrF8VhyBs7rRy8rLMO9Zcq//isKYC/IgT0nz0MPGLdrhtsbe2\",\"expiry\":1412271329},\"NCFYDQNkRKD-0xOJwNvRSg\":{\"token\":\"$2a$10$iUkXY1Lw4pP9V7hxnx73zusJrKlT2XCv8ZxvJBmgfGhnsxtbvNffq\",\"expiry\":1412271840},\"zBgkPGMmlMGYJcJRqsV3yg\":{\"token\":\"$2a$10$VuJMWSqm.LARBBFdQGRgPOnDsiWMh/77erR04XTB2vIWzpi6fJ3la\",\"expiry\":1412271861},\"FhaDyJUU1ETZsA41EOB8KQ\":{\"token\":\"$2a$10$.wjua33M9DrEBPWtuYw8iuJ.J/7liBEYkFj05F49iULvwvBwgnM5G\",\"expiry\":1412273162,\"last_token\":\"$2a$10$2PM6c3aBPP7W8qvwX3zbQ.BDAlzyAhdnlNPJVD1rIVU9jsyNkAZMC\",\"updated_at\":\"2014-09-18T13:06:05.811-05:00\"},\"tDroG2IhYlUByMSXKDZ6sA\":{\"token\":\"$2a$10$/qq1wymIZvy29vAYifafKuNRUMpqy2M.QjQo0Yd8S6JAdky/NvoLW\",\"expiry\":1412273498},\"U9EMttQLCSZf6b9YVVDyfA\":{\"token\":\"$2a$10$OQ5XBxnJ/PQvgscR5Zvcve9wTewRzinbjK4F2XekrIR86rtPeClcK\",\"expiry\":1412273516,\"last_token\":\"$2a$10$rIzSEkXg5CPf/yLepFIQX.qaIrGctyoR2b9PGJvPcbW2rOWbgG4Yi\",\"updated_at\":\"2014-09-18T13:11:56.389-05:00\"},\"mORbfi9m1-Xj2cLFJjQtLw\":{\"token\":\"$2a$10$WUC32spZrKlWShT4Ve49Mu5meYZVeHabKqfmGc0CLjv1K3uxJkI2e\",\"expiry\":1412276830},\"WrnLtSz6TNFOFdw76axEeA\":{\"token\":\"$2a$10$ya.YpJ3Il/TJijog/u0vSuwQ5.t2O7uO9VlYE2NBvD8lSU8/Bb46.\",\"expiry\":1412276907},\"oj5SlG7aHXCRBtmnkonaCg\":{\"token\":\"$2a$10$e7ujdPHf4TkD0WxVVVXUAeEC6WiV2FE9XrVTKPcCLS4w1SU1CNFgW\",\"expiry\":1412276997,\"last_token\":\"$2a$10$6jlmkUmR06NaItdWKRjWnuEUfoVx6.L1YymV9EW..vox2uho70Ghu\",\"updated_at\":\"2014-09-18T14:09:57.783-05:00\"},\"vg1RFCvZaEYUdBnHvAHkzQ\":{\"token\":\"$2a$10$4vB4rcEmrJ4vR08Y.rUwfeqfIovqMB9136mR/tRR9EpH0XjE7gWE2\",\"expiry\":1412279135},\"lUTmmS9m3kMfYbmL5e-cQw\":{\"token\":\"$2a$10$bRpK7pdiCik7ZVl.uGmO8O/ri6VCANraWVN4XXBN2Y.t3RzZtsU/G\",\"expiry\":1412281608,\"last_token\":\"$2a$10$EHbxvyLysGNiSqUfot/cAeKwGRnMKy.gNQerAqwS1xVWv4Q4uDfUS\",\"updated_at\":\"2014-09-18T15:26:52.455-05:00\"},\"QSZ2pD284sjcsJtXf73axg\":{\"token\":\"$2a$10$KD8vckte0IsKqj1SApMk.u14A.Kxe.Axy4/prn00ZyXRJtG6mTd2i\",\"expiry\":1412364467,\"last_token\":\"$2a$10$BbEJl/29Q7TBqyyLtTKeKu67WfWQptLwvJmKhfAA5SDmdUYCDnIMy\",\"updated_at\":\"2014-09-19T14:27:47.386-05:00\"},\"gGgMKFYr5ML7r45GetjRAg\":{\"token\":\"$2a$10$PqsvmhXeg4zkUNBHGjdRl.xbASIxEpIR9WQYIC2qEfisXLzRgC04y\",\"expiry\":1412375878,\"last_token\":\"$2a$10$Gfdids/irZbiswm1FZvqsuoSCni/trBiZIh/vUD/ZLQ.mTs0EQqbm\",\"updated_at\":\"2014-09-19T17:37:58.151-05:00\"},\"kr9U1a3xpFtD-HCv0TBktQ\":{\"token\":\"$2a$10$whGkjqcwFxl4tm0V5coLre348ZPHJS08u69Qvmytg7C8Wq45g2aFi\",\"expiry\":1412628250},\"rKM-aIw5ya5lGqmfds87EQ\":{\"token\":\"$2a$10$avkNY1LYLG6vmA.PobLxRuXO.ol9S28YYdrtl1Mpq8vjfzBxeYvvm\",\"expiry\":1412630342,\"last_token\":\"$2a$10$wDPyxjKR33Fc6ETxVqSlKuWPW.qgYQxCJmbgKx0YDvKDhO3RXuk.6\",\"updated_at\":\"2014-09-22T16:19:04.371-05:00\"}}"], ["updated_at", "2014-09-22 21:19:04.372247"]]
24507
+  (1.9ms) commit transaction
24508
+ Completed 200 OK in 73ms (Views: 0.6ms | ActiveRecord: 2.5ms)
24509
+
24510
+
24511
+ Started GET "/auth/validate_token" for 127.0.0.1 at 2014-09-22 16:19:21 -0500
24512
+ Processing by DeviseTokenAuth::AuthController#validate_token as HTML
24513
+ User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."uid" = '468037' LIMIT 1
24514
+  (0.1ms) begin transaction
24515
+ SQL (0.3ms) UPDATE "users" SET "tokens" = ?, "updated_at" = ? WHERE "users"."id" = 21 [["tokens", "{\"uUOVaUbPeuxnYyM_ObaH4A\":{\"token\":\"$2a$10$VNryBu6L0yjadoBdQztzMOzQD1KLum9aOgZgSmfQgENzwKEXRfrQq\",\"expiry\":1412032284},\"efJ0QekWCcH1EOYbfS9P0A\":{\"token\":\"$2a$10$ZOhEBvy90aaAeGz1oTAH.uFr6eEmpbQlbhHVj8kJoDOju2ZhF2Rfy\",\"expiry\":1412110575,\"last_token\":\"$2a$10$LNd6RLp6dK86a4pEhRbDEe/slYr/ilfUJW.WOMYy2ccurVqfJjU5i\",\"updated_at\":\"2014-09-16T15:56:15.265-05:00\"},\"nN_OsXtDS0no67hSKol3-g\":{\"token\":\"$2a$10$hlYCnTi2gzT4PDzFcNu1eesQvaDXb6b9Xy68hguKroJ68jMtrgmru\",\"expiry\":1412110600},\"89ODMOhJ3yciLXrzJGZzsA\":{\"token\":\"$2a$10$dtS/xWoWZbOhppTZ9RLYHOvIg36Qht.nOC1XMauzCB01AFTWPKKUi\",\"expiry\":1412110622},\"pjyZpmpNfDzvatBhfW8mMg\":{\"token\":\"$2a$10$WOu1V46OyJhHupDz7NoS6.cKlngx7Xfr/yUqa59FNDpVcNnHyL9Xi\",\"expiry\":1412110654},\"EDQEBIPBbzrR1krGBXkaCw\":{\"token\":\"$2a$10$vsOvS./PB9m3zSpYPd4drOKLTdZRYEb923Klr3Txey3hzjmcEe0He\",\"expiry\":1412110692},\"jUFIUwb8N1YAx9AWc_bWLA\":{\"token\":\"$2a$10$O2fJZmB/vcQHlAahaUehOOpmagYbe8U/NcJbZnWwSNenJz4RjfEMu\",\"expiry\":1412110856},\"LGMhb9DE-e_-NjwVzeLdBg\":{\"token\":\"$2a$10$.8m1WSrdjsP.BroYq/L2fuRU8N5MyQEgJAwNoiU2n0ZAwhuauOLL2\",\"expiry\":1412110871},\"IZ9nVGZyVJRnB6SlY2osgw\":{\"token\":\"$2a$10$/mqueCBJUqAwRJ3/DK77z.KcuLfF9H2EB8scPChU1ubcm49EHxive\",\"expiry\":1412111016},\"HDbA1MY6CQkVPtZ7Ilqt5Q\":{\"token\":\"$2a$10$UY6q4kBK2JeiK8.zBMiWDeKxSFtCUu9ci4dgIAKWyfPIcEvHsaYyy\",\"expiry\":1412111096},\"wtxWLGu0gWuT8CICc_IMAw\":{\"token\":\"$2a$10$yA3aq79t3ENcnlyoQ.AnTeuAlNOYYaQQ8lhS/JCk2rzplZlsSIfqu\",\"expiry\":1412111117},\"DCvOewYG_dtSbxHLSNiuoA\":{\"token\":\"$2a$10$Gy7I9Flt4GPSPE7x0Gx9tuSVosAQpRA6CQQRD/GC3VHzgBsnQyCom\",\"expiry\":1412111147},\"kjuPAOkxPGyhygz9ryrLmw\":{\"token\":\"$2a$10$Hwi4/XS.N1GO/VLxmqNo8ecSDhm7yNQU96ypA4qhmmd4NEDwG7bG.\",\"expiry\":1412111228},\"U_yCwFP-UwWfNP7vxrSpGQ\":{\"token\":\"$2a$10$rbvUOO6qIF7l90qEC5JBHe0uJAwI8VpkvJOh3.bVARGNW39AvmR..\",\"expiry\":1412268294},\"GY_Pzg9_3Al3iXodW723xg\":{\"token\":\"$2a$10$8aNeJhozx36XUrPH6zuauOoHkUsYNfy3cCNk9ZWuiDaLnK.HLaoxq\",\"expiry\":1412271178},\"8DiBbke0_MFKl5P_9x5MFg\":{\"token\":\"$2a$10$9qrwDrF8VhyBs7rRy8rLMO9Zcq//isKYC/IgT0nz0MPGLdrhtsbe2\",\"expiry\":1412271329},\"NCFYDQNkRKD-0xOJwNvRSg\":{\"token\":\"$2a$10$iUkXY1Lw4pP9V7hxnx73zusJrKlT2XCv8ZxvJBmgfGhnsxtbvNffq\",\"expiry\":1412271840},\"zBgkPGMmlMGYJcJRqsV3yg\":{\"token\":\"$2a$10$VuJMWSqm.LARBBFdQGRgPOnDsiWMh/77erR04XTB2vIWzpi6fJ3la\",\"expiry\":1412271861},\"FhaDyJUU1ETZsA41EOB8KQ\":{\"token\":\"$2a$10$.wjua33M9DrEBPWtuYw8iuJ.J/7liBEYkFj05F49iULvwvBwgnM5G\",\"expiry\":1412273162,\"last_token\":\"$2a$10$2PM6c3aBPP7W8qvwX3zbQ.BDAlzyAhdnlNPJVD1rIVU9jsyNkAZMC\",\"updated_at\":\"2014-09-18T13:06:05.811-05:00\"},\"tDroG2IhYlUByMSXKDZ6sA\":{\"token\":\"$2a$10$/qq1wymIZvy29vAYifafKuNRUMpqy2M.QjQo0Yd8S6JAdky/NvoLW\",\"expiry\":1412273498},\"U9EMttQLCSZf6b9YVVDyfA\":{\"token\":\"$2a$10$OQ5XBxnJ/PQvgscR5Zvcve9wTewRzinbjK4F2XekrIR86rtPeClcK\",\"expiry\":1412273516,\"last_token\":\"$2a$10$rIzSEkXg5CPf/yLepFIQX.qaIrGctyoR2b9PGJvPcbW2rOWbgG4Yi\",\"updated_at\":\"2014-09-18T13:11:56.389-05:00\"},\"mORbfi9m1-Xj2cLFJjQtLw\":{\"token\":\"$2a$10$WUC32spZrKlWShT4Ve49Mu5meYZVeHabKqfmGc0CLjv1K3uxJkI2e\",\"expiry\":1412276830},\"WrnLtSz6TNFOFdw76axEeA\":{\"token\":\"$2a$10$ya.YpJ3Il/TJijog/u0vSuwQ5.t2O7uO9VlYE2NBvD8lSU8/Bb46.\",\"expiry\":1412276907},\"oj5SlG7aHXCRBtmnkonaCg\":{\"token\":\"$2a$10$e7ujdPHf4TkD0WxVVVXUAeEC6WiV2FE9XrVTKPcCLS4w1SU1CNFgW\",\"expiry\":1412276997,\"last_token\":\"$2a$10$6jlmkUmR06NaItdWKRjWnuEUfoVx6.L1YymV9EW..vox2uho70Ghu\",\"updated_at\":\"2014-09-18T14:09:57.783-05:00\"},\"vg1RFCvZaEYUdBnHvAHkzQ\":{\"token\":\"$2a$10$4vB4rcEmrJ4vR08Y.rUwfeqfIovqMB9136mR/tRR9EpH0XjE7gWE2\",\"expiry\":1412279135},\"lUTmmS9m3kMfYbmL5e-cQw\":{\"token\":\"$2a$10$bRpK7pdiCik7ZVl.uGmO8O/ri6VCANraWVN4XXBN2Y.t3RzZtsU/G\",\"expiry\":1412281608,\"last_token\":\"$2a$10$EHbxvyLysGNiSqUfot/cAeKwGRnMKy.gNQerAqwS1xVWv4Q4uDfUS\",\"updated_at\":\"2014-09-18T15:26:52.455-05:00\"},\"QSZ2pD284sjcsJtXf73axg\":{\"token\":\"$2a$10$KD8vckte0IsKqj1SApMk.u14A.Kxe.Axy4/prn00ZyXRJtG6mTd2i\",\"expiry\":1412364467,\"last_token\":\"$2a$10$BbEJl/29Q7TBqyyLtTKeKu67WfWQptLwvJmKhfAA5SDmdUYCDnIMy\",\"updated_at\":\"2014-09-19T14:27:47.386-05:00\"},\"gGgMKFYr5ML7r45GetjRAg\":{\"token\":\"$2a$10$PqsvmhXeg4zkUNBHGjdRl.xbASIxEpIR9WQYIC2qEfisXLzRgC04y\",\"expiry\":1412375878,\"last_token\":\"$2a$10$Gfdids/irZbiswm1FZvqsuoSCni/trBiZIh/vUD/ZLQ.mTs0EQqbm\",\"updated_at\":\"2014-09-19T17:37:58.151-05:00\"},\"kr9U1a3xpFtD-HCv0TBktQ\":{\"token\":\"$2a$10$whGkjqcwFxl4tm0V5coLre348ZPHJS08u69Qvmytg7C8Wq45g2aFi\",\"expiry\":1412628250},\"rKM-aIw5ya5lGqmfds87EQ\":{\"token\":\"$2a$10$Z8tWLpajGZh7PjJA3pdAnO5.rqJVFrpU4GviUjbpGU.2EHQAEXRQi\",\"expiry\":1412630361,\"last_token\":\"$2a$10$avkNY1LYLG6vmA.PobLxRuXO.ol9S28YYdrtl1Mpq8vjfzBxeYvvm\",\"updated_at\":\"2014-09-22T16:19:21.128-05:00\"}}"], ["updated_at", "2014-09-22 21:19:21.129591"]]
24516
+  (1.9ms) commit transaction
24517
+ Completed 200 OK in 128ms (Views: 0.2ms | ActiveRecord: 2.4ms)
24518
+
24519
+
24520
+ Started GET "/demo/members_only_group" for 127.0.0.1 at 2014-09-22 16:19:23 -0500
24521
+ Processing by DemoGroupController#members_only as HTML
24522
+ User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."uid" = '468037' LIMIT 1
24523
+  (0.1ms) begin transaction
24524
+ SQL (0.2ms) UPDATE "users" SET "tokens" = ?, "updated_at" = ? WHERE "users"."id" = 21 [["tokens", "{\"uUOVaUbPeuxnYyM_ObaH4A\":{\"token\":\"$2a$10$VNryBu6L0yjadoBdQztzMOzQD1KLum9aOgZgSmfQgENzwKEXRfrQq\",\"expiry\":1412032284},\"efJ0QekWCcH1EOYbfS9P0A\":{\"token\":\"$2a$10$ZOhEBvy90aaAeGz1oTAH.uFr6eEmpbQlbhHVj8kJoDOju2ZhF2Rfy\",\"expiry\":1412110575,\"last_token\":\"$2a$10$LNd6RLp6dK86a4pEhRbDEe/slYr/ilfUJW.WOMYy2ccurVqfJjU5i\",\"updated_at\":\"2014-09-16T15:56:15.265-05:00\"},\"nN_OsXtDS0no67hSKol3-g\":{\"token\":\"$2a$10$hlYCnTi2gzT4PDzFcNu1eesQvaDXb6b9Xy68hguKroJ68jMtrgmru\",\"expiry\":1412110600},\"89ODMOhJ3yciLXrzJGZzsA\":{\"token\":\"$2a$10$dtS/xWoWZbOhppTZ9RLYHOvIg36Qht.nOC1XMauzCB01AFTWPKKUi\",\"expiry\":1412110622},\"pjyZpmpNfDzvatBhfW8mMg\":{\"token\":\"$2a$10$WOu1V46OyJhHupDz7NoS6.cKlngx7Xfr/yUqa59FNDpVcNnHyL9Xi\",\"expiry\":1412110654},\"EDQEBIPBbzrR1krGBXkaCw\":{\"token\":\"$2a$10$vsOvS./PB9m3zSpYPd4drOKLTdZRYEb923Klr3Txey3hzjmcEe0He\",\"expiry\":1412110692},\"jUFIUwb8N1YAx9AWc_bWLA\":{\"token\":\"$2a$10$O2fJZmB/vcQHlAahaUehOOpmagYbe8U/NcJbZnWwSNenJz4RjfEMu\",\"expiry\":1412110856},\"LGMhb9DE-e_-NjwVzeLdBg\":{\"token\":\"$2a$10$.8m1WSrdjsP.BroYq/L2fuRU8N5MyQEgJAwNoiU2n0ZAwhuauOLL2\",\"expiry\":1412110871},\"IZ9nVGZyVJRnB6SlY2osgw\":{\"token\":\"$2a$10$/mqueCBJUqAwRJ3/DK77z.KcuLfF9H2EB8scPChU1ubcm49EHxive\",\"expiry\":1412111016},\"HDbA1MY6CQkVPtZ7Ilqt5Q\":{\"token\":\"$2a$10$UY6q4kBK2JeiK8.zBMiWDeKxSFtCUu9ci4dgIAKWyfPIcEvHsaYyy\",\"expiry\":1412111096},\"wtxWLGu0gWuT8CICc_IMAw\":{\"token\":\"$2a$10$yA3aq79t3ENcnlyoQ.AnTeuAlNOYYaQQ8lhS/JCk2rzplZlsSIfqu\",\"expiry\":1412111117},\"DCvOewYG_dtSbxHLSNiuoA\":{\"token\":\"$2a$10$Gy7I9Flt4GPSPE7x0Gx9tuSVosAQpRA6CQQRD/GC3VHzgBsnQyCom\",\"expiry\":1412111147},\"kjuPAOkxPGyhygz9ryrLmw\":{\"token\":\"$2a$10$Hwi4/XS.N1GO/VLxmqNo8ecSDhm7yNQU96ypA4qhmmd4NEDwG7bG.\",\"expiry\":1412111228},\"U_yCwFP-UwWfNP7vxrSpGQ\":{\"token\":\"$2a$10$rbvUOO6qIF7l90qEC5JBHe0uJAwI8VpkvJOh3.bVARGNW39AvmR..\",\"expiry\":1412268294},\"GY_Pzg9_3Al3iXodW723xg\":{\"token\":\"$2a$10$8aNeJhozx36XUrPH6zuauOoHkUsYNfy3cCNk9ZWuiDaLnK.HLaoxq\",\"expiry\":1412271178},\"8DiBbke0_MFKl5P_9x5MFg\":{\"token\":\"$2a$10$9qrwDrF8VhyBs7rRy8rLMO9Zcq//isKYC/IgT0nz0MPGLdrhtsbe2\",\"expiry\":1412271329},\"NCFYDQNkRKD-0xOJwNvRSg\":{\"token\":\"$2a$10$iUkXY1Lw4pP9V7hxnx73zusJrKlT2XCv8ZxvJBmgfGhnsxtbvNffq\",\"expiry\":1412271840},\"zBgkPGMmlMGYJcJRqsV3yg\":{\"token\":\"$2a$10$VuJMWSqm.LARBBFdQGRgPOnDsiWMh/77erR04XTB2vIWzpi6fJ3la\",\"expiry\":1412271861},\"FhaDyJUU1ETZsA41EOB8KQ\":{\"token\":\"$2a$10$.wjua33M9DrEBPWtuYw8iuJ.J/7liBEYkFj05F49iULvwvBwgnM5G\",\"expiry\":1412273162,\"last_token\":\"$2a$10$2PM6c3aBPP7W8qvwX3zbQ.BDAlzyAhdnlNPJVD1rIVU9jsyNkAZMC\",\"updated_at\":\"2014-09-18T13:06:05.811-05:00\"},\"tDroG2IhYlUByMSXKDZ6sA\":{\"token\":\"$2a$10$/qq1wymIZvy29vAYifafKuNRUMpqy2M.QjQo0Yd8S6JAdky/NvoLW\",\"expiry\":1412273498},\"U9EMttQLCSZf6b9YVVDyfA\":{\"token\":\"$2a$10$OQ5XBxnJ/PQvgscR5Zvcve9wTewRzinbjK4F2XekrIR86rtPeClcK\",\"expiry\":1412273516,\"last_token\":\"$2a$10$rIzSEkXg5CPf/yLepFIQX.qaIrGctyoR2b9PGJvPcbW2rOWbgG4Yi\",\"updated_at\":\"2014-09-18T13:11:56.389-05:00\"},\"mORbfi9m1-Xj2cLFJjQtLw\":{\"token\":\"$2a$10$WUC32spZrKlWShT4Ve49Mu5meYZVeHabKqfmGc0CLjv1K3uxJkI2e\",\"expiry\":1412276830},\"WrnLtSz6TNFOFdw76axEeA\":{\"token\":\"$2a$10$ya.YpJ3Il/TJijog/u0vSuwQ5.t2O7uO9VlYE2NBvD8lSU8/Bb46.\",\"expiry\":1412276907},\"oj5SlG7aHXCRBtmnkonaCg\":{\"token\":\"$2a$10$e7ujdPHf4TkD0WxVVVXUAeEC6WiV2FE9XrVTKPcCLS4w1SU1CNFgW\",\"expiry\":1412276997,\"last_token\":\"$2a$10$6jlmkUmR06NaItdWKRjWnuEUfoVx6.L1YymV9EW..vox2uho70Ghu\",\"updated_at\":\"2014-09-18T14:09:57.783-05:00\"},\"vg1RFCvZaEYUdBnHvAHkzQ\":{\"token\":\"$2a$10$4vB4rcEmrJ4vR08Y.rUwfeqfIovqMB9136mR/tRR9EpH0XjE7gWE2\",\"expiry\":1412279135},\"lUTmmS9m3kMfYbmL5e-cQw\":{\"token\":\"$2a$10$bRpK7pdiCik7ZVl.uGmO8O/ri6VCANraWVN4XXBN2Y.t3RzZtsU/G\",\"expiry\":1412281608,\"last_token\":\"$2a$10$EHbxvyLysGNiSqUfot/cAeKwGRnMKy.gNQerAqwS1xVWv4Q4uDfUS\",\"updated_at\":\"2014-09-18T15:26:52.455-05:00\"},\"QSZ2pD284sjcsJtXf73axg\":{\"token\":\"$2a$10$KD8vckte0IsKqj1SApMk.u14A.Kxe.Axy4/prn00ZyXRJtG6mTd2i\",\"expiry\":1412364467,\"last_token\":\"$2a$10$BbEJl/29Q7TBqyyLtTKeKu67WfWQptLwvJmKhfAA5SDmdUYCDnIMy\",\"updated_at\":\"2014-09-19T14:27:47.386-05:00\"},\"gGgMKFYr5ML7r45GetjRAg\":{\"token\":\"$2a$10$PqsvmhXeg4zkUNBHGjdRl.xbASIxEpIR9WQYIC2qEfisXLzRgC04y\",\"expiry\":1412375878,\"last_token\":\"$2a$10$Gfdids/irZbiswm1FZvqsuoSCni/trBiZIh/vUD/ZLQ.mTs0EQqbm\",\"updated_at\":\"2014-09-19T17:37:58.151-05:00\"},\"kr9U1a3xpFtD-HCv0TBktQ\":{\"token\":\"$2a$10$whGkjqcwFxl4tm0V5coLre348ZPHJS08u69Qvmytg7C8Wq45g2aFi\",\"expiry\":1412628250},\"rKM-aIw5ya5lGqmfds87EQ\":{\"token\":\"$2a$10$Z8tWLpajGZh7PjJA3pdAnO5.rqJVFrpU4GviUjbpGU.2EHQAEXRQi\",\"expiry\":1412630361,\"last_token\":\"$2a$10$avkNY1LYLG6vmA.PobLxRuXO.ol9S28YYdrtl1Mpq8vjfzBxeYvvm\",\"updated_at\":\"2014-09-22T16:19:23.792-05:00\"}}"], ["updated_at", "2014-09-22 21:19:23.793461"]]
24525
+  (1.8ms) commit transaction
24526
+ Completed 200 OK in 69ms (Views: 0.5ms | ActiveRecord: 2.3ms)
24527
+
24528
+
24529
+ Started GET "/demo/members_only_group" for 127.0.0.1 at 2014-09-22 16:19:23 -0500
24530
+ Processing by DemoGroupController#members_only as HTML
24531
+ User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."uid" = '468037' LIMIT 1
24532
+  (0.1ms) begin transaction
24533
+ SQL (0.3ms) UPDATE "users" SET "tokens" = ?, "updated_at" = ? WHERE "users"."id" = 21 [["tokens", "{\"uUOVaUbPeuxnYyM_ObaH4A\":{\"token\":\"$2a$10$VNryBu6L0yjadoBdQztzMOzQD1KLum9aOgZgSmfQgENzwKEXRfrQq\",\"expiry\":1412032284},\"efJ0QekWCcH1EOYbfS9P0A\":{\"token\":\"$2a$10$ZOhEBvy90aaAeGz1oTAH.uFr6eEmpbQlbhHVj8kJoDOju2ZhF2Rfy\",\"expiry\":1412110575,\"last_token\":\"$2a$10$LNd6RLp6dK86a4pEhRbDEe/slYr/ilfUJW.WOMYy2ccurVqfJjU5i\",\"updated_at\":\"2014-09-16T15:56:15.265-05:00\"},\"nN_OsXtDS0no67hSKol3-g\":{\"token\":\"$2a$10$hlYCnTi2gzT4PDzFcNu1eesQvaDXb6b9Xy68hguKroJ68jMtrgmru\",\"expiry\":1412110600},\"89ODMOhJ3yciLXrzJGZzsA\":{\"token\":\"$2a$10$dtS/xWoWZbOhppTZ9RLYHOvIg36Qht.nOC1XMauzCB01AFTWPKKUi\",\"expiry\":1412110622},\"pjyZpmpNfDzvatBhfW8mMg\":{\"token\":\"$2a$10$WOu1V46OyJhHupDz7NoS6.cKlngx7Xfr/yUqa59FNDpVcNnHyL9Xi\",\"expiry\":1412110654},\"EDQEBIPBbzrR1krGBXkaCw\":{\"token\":\"$2a$10$vsOvS./PB9m3zSpYPd4drOKLTdZRYEb923Klr3Txey3hzjmcEe0He\",\"expiry\":1412110692},\"jUFIUwb8N1YAx9AWc_bWLA\":{\"token\":\"$2a$10$O2fJZmB/vcQHlAahaUehOOpmagYbe8U/NcJbZnWwSNenJz4RjfEMu\",\"expiry\":1412110856},\"LGMhb9DE-e_-NjwVzeLdBg\":{\"token\":\"$2a$10$.8m1WSrdjsP.BroYq/L2fuRU8N5MyQEgJAwNoiU2n0ZAwhuauOLL2\",\"expiry\":1412110871},\"IZ9nVGZyVJRnB6SlY2osgw\":{\"token\":\"$2a$10$/mqueCBJUqAwRJ3/DK77z.KcuLfF9H2EB8scPChU1ubcm49EHxive\",\"expiry\":1412111016},\"HDbA1MY6CQkVPtZ7Ilqt5Q\":{\"token\":\"$2a$10$UY6q4kBK2JeiK8.zBMiWDeKxSFtCUu9ci4dgIAKWyfPIcEvHsaYyy\",\"expiry\":1412111096},\"wtxWLGu0gWuT8CICc_IMAw\":{\"token\":\"$2a$10$yA3aq79t3ENcnlyoQ.AnTeuAlNOYYaQQ8lhS/JCk2rzplZlsSIfqu\",\"expiry\":1412111117},\"DCvOewYG_dtSbxHLSNiuoA\":{\"token\":\"$2a$10$Gy7I9Flt4GPSPE7x0Gx9tuSVosAQpRA6CQQRD/GC3VHzgBsnQyCom\",\"expiry\":1412111147},\"kjuPAOkxPGyhygz9ryrLmw\":{\"token\":\"$2a$10$Hwi4/XS.N1GO/VLxmqNo8ecSDhm7yNQU96ypA4qhmmd4NEDwG7bG.\",\"expiry\":1412111228},\"U_yCwFP-UwWfNP7vxrSpGQ\":{\"token\":\"$2a$10$rbvUOO6qIF7l90qEC5JBHe0uJAwI8VpkvJOh3.bVARGNW39AvmR..\",\"expiry\":1412268294},\"GY_Pzg9_3Al3iXodW723xg\":{\"token\":\"$2a$10$8aNeJhozx36XUrPH6zuauOoHkUsYNfy3cCNk9ZWuiDaLnK.HLaoxq\",\"expiry\":1412271178},\"8DiBbke0_MFKl5P_9x5MFg\":{\"token\":\"$2a$10$9qrwDrF8VhyBs7rRy8rLMO9Zcq//isKYC/IgT0nz0MPGLdrhtsbe2\",\"expiry\":1412271329},\"NCFYDQNkRKD-0xOJwNvRSg\":{\"token\":\"$2a$10$iUkXY1Lw4pP9V7hxnx73zusJrKlT2XCv8ZxvJBmgfGhnsxtbvNffq\",\"expiry\":1412271840},\"zBgkPGMmlMGYJcJRqsV3yg\":{\"token\":\"$2a$10$VuJMWSqm.LARBBFdQGRgPOnDsiWMh/77erR04XTB2vIWzpi6fJ3la\",\"expiry\":1412271861},\"FhaDyJUU1ETZsA41EOB8KQ\":{\"token\":\"$2a$10$.wjua33M9DrEBPWtuYw8iuJ.J/7liBEYkFj05F49iULvwvBwgnM5G\",\"expiry\":1412273162,\"last_token\":\"$2a$10$2PM6c3aBPP7W8qvwX3zbQ.BDAlzyAhdnlNPJVD1rIVU9jsyNkAZMC\",\"updated_at\":\"2014-09-18T13:06:05.811-05:00\"},\"tDroG2IhYlUByMSXKDZ6sA\":{\"token\":\"$2a$10$/qq1wymIZvy29vAYifafKuNRUMpqy2M.QjQo0Yd8S6JAdky/NvoLW\",\"expiry\":1412273498},\"U9EMttQLCSZf6b9YVVDyfA\":{\"token\":\"$2a$10$OQ5XBxnJ/PQvgscR5Zvcve9wTewRzinbjK4F2XekrIR86rtPeClcK\",\"expiry\":1412273516,\"last_token\":\"$2a$10$rIzSEkXg5CPf/yLepFIQX.qaIrGctyoR2b9PGJvPcbW2rOWbgG4Yi\",\"updated_at\":\"2014-09-18T13:11:56.389-05:00\"},\"mORbfi9m1-Xj2cLFJjQtLw\":{\"token\":\"$2a$10$WUC32spZrKlWShT4Ve49Mu5meYZVeHabKqfmGc0CLjv1K3uxJkI2e\",\"expiry\":1412276830},\"WrnLtSz6TNFOFdw76axEeA\":{\"token\":\"$2a$10$ya.YpJ3Il/TJijog/u0vSuwQ5.t2O7uO9VlYE2NBvD8lSU8/Bb46.\",\"expiry\":1412276907},\"oj5SlG7aHXCRBtmnkonaCg\":{\"token\":\"$2a$10$e7ujdPHf4TkD0WxVVVXUAeEC6WiV2FE9XrVTKPcCLS4w1SU1CNFgW\",\"expiry\":1412276997,\"last_token\":\"$2a$10$6jlmkUmR06NaItdWKRjWnuEUfoVx6.L1YymV9EW..vox2uho70Ghu\",\"updated_at\":\"2014-09-18T14:09:57.783-05:00\"},\"vg1RFCvZaEYUdBnHvAHkzQ\":{\"token\":\"$2a$10$4vB4rcEmrJ4vR08Y.rUwfeqfIovqMB9136mR/tRR9EpH0XjE7gWE2\",\"expiry\":1412279135},\"lUTmmS9m3kMfYbmL5e-cQw\":{\"token\":\"$2a$10$bRpK7pdiCik7ZVl.uGmO8O/ri6VCANraWVN4XXBN2Y.t3RzZtsU/G\",\"expiry\":1412281608,\"last_token\":\"$2a$10$EHbxvyLysGNiSqUfot/cAeKwGRnMKy.gNQerAqwS1xVWv4Q4uDfUS\",\"updated_at\":\"2014-09-18T15:26:52.455-05:00\"},\"QSZ2pD284sjcsJtXf73axg\":{\"token\":\"$2a$10$KD8vckte0IsKqj1SApMk.u14A.Kxe.Axy4/prn00ZyXRJtG6mTd2i\",\"expiry\":1412364467,\"last_token\":\"$2a$10$BbEJl/29Q7TBqyyLtTKeKu67WfWQptLwvJmKhfAA5SDmdUYCDnIMy\",\"updated_at\":\"2014-09-19T14:27:47.386-05:00\"},\"gGgMKFYr5ML7r45GetjRAg\":{\"token\":\"$2a$10$PqsvmhXeg4zkUNBHGjdRl.xbASIxEpIR9WQYIC2qEfisXLzRgC04y\",\"expiry\":1412375878,\"last_token\":\"$2a$10$Gfdids/irZbiswm1FZvqsuoSCni/trBiZIh/vUD/ZLQ.mTs0EQqbm\",\"updated_at\":\"2014-09-19T17:37:58.151-05:00\"},\"kr9U1a3xpFtD-HCv0TBktQ\":{\"token\":\"$2a$10$whGkjqcwFxl4tm0V5coLre348ZPHJS08u69Qvmytg7C8Wq45g2aFi\",\"expiry\":1412628250},\"rKM-aIw5ya5lGqmfds87EQ\":{\"token\":\"$2a$10$Z8tWLpajGZh7PjJA3pdAnO5.rqJVFrpU4GviUjbpGU.2EHQAEXRQi\",\"expiry\":1412630361,\"last_token\":\"$2a$10$avkNY1LYLG6vmA.PobLxRuXO.ol9S28YYdrtl1Mpq8vjfzBxeYvvm\",\"updated_at\":\"2014-09-22T16:19:23.874-05:00\"}}"], ["updated_at", "2014-09-22 21:19:23.875057"]]
24534
+  (1.0ms) commit transaction
24535
+ Completed 200 OK in 68ms (Views: 0.5ms | ActiveRecord: 1.5ms)
24536
+
24537
+
24538
+ Started GET "/demo/members_only" for 127.0.0.1 at 2014-09-22 16:19:25 -0500
24539
+ Processing by DemoUserController#members_only as HTML
24540
+ User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."uid" = '468037' LIMIT 1
24541
+  (0.1ms) begin transaction
24542
+ SQL (0.4ms) UPDATE "users" SET "tokens" = ?, "updated_at" = ? WHERE "users"."id" = 21 [["tokens", "{\"uUOVaUbPeuxnYyM_ObaH4A\":{\"token\":\"$2a$10$VNryBu6L0yjadoBdQztzMOzQD1KLum9aOgZgSmfQgENzwKEXRfrQq\",\"expiry\":1412032284},\"efJ0QekWCcH1EOYbfS9P0A\":{\"token\":\"$2a$10$ZOhEBvy90aaAeGz1oTAH.uFr6eEmpbQlbhHVj8kJoDOju2ZhF2Rfy\",\"expiry\":1412110575,\"last_token\":\"$2a$10$LNd6RLp6dK86a4pEhRbDEe/slYr/ilfUJW.WOMYy2ccurVqfJjU5i\",\"updated_at\":\"2014-09-16T15:56:15.265-05:00\"},\"nN_OsXtDS0no67hSKol3-g\":{\"token\":\"$2a$10$hlYCnTi2gzT4PDzFcNu1eesQvaDXb6b9Xy68hguKroJ68jMtrgmru\",\"expiry\":1412110600},\"89ODMOhJ3yciLXrzJGZzsA\":{\"token\":\"$2a$10$dtS/xWoWZbOhppTZ9RLYHOvIg36Qht.nOC1XMauzCB01AFTWPKKUi\",\"expiry\":1412110622},\"pjyZpmpNfDzvatBhfW8mMg\":{\"token\":\"$2a$10$WOu1V46OyJhHupDz7NoS6.cKlngx7Xfr/yUqa59FNDpVcNnHyL9Xi\",\"expiry\":1412110654},\"EDQEBIPBbzrR1krGBXkaCw\":{\"token\":\"$2a$10$vsOvS./PB9m3zSpYPd4drOKLTdZRYEb923Klr3Txey3hzjmcEe0He\",\"expiry\":1412110692},\"jUFIUwb8N1YAx9AWc_bWLA\":{\"token\":\"$2a$10$O2fJZmB/vcQHlAahaUehOOpmagYbe8U/NcJbZnWwSNenJz4RjfEMu\",\"expiry\":1412110856},\"LGMhb9DE-e_-NjwVzeLdBg\":{\"token\":\"$2a$10$.8m1WSrdjsP.BroYq/L2fuRU8N5MyQEgJAwNoiU2n0ZAwhuauOLL2\",\"expiry\":1412110871},\"IZ9nVGZyVJRnB6SlY2osgw\":{\"token\":\"$2a$10$/mqueCBJUqAwRJ3/DK77z.KcuLfF9H2EB8scPChU1ubcm49EHxive\",\"expiry\":1412111016},\"HDbA1MY6CQkVPtZ7Ilqt5Q\":{\"token\":\"$2a$10$UY6q4kBK2JeiK8.zBMiWDeKxSFtCUu9ci4dgIAKWyfPIcEvHsaYyy\",\"expiry\":1412111096},\"wtxWLGu0gWuT8CICc_IMAw\":{\"token\":\"$2a$10$yA3aq79t3ENcnlyoQ.AnTeuAlNOYYaQQ8lhS/JCk2rzplZlsSIfqu\",\"expiry\":1412111117},\"DCvOewYG_dtSbxHLSNiuoA\":{\"token\":\"$2a$10$Gy7I9Flt4GPSPE7x0Gx9tuSVosAQpRA6CQQRD/GC3VHzgBsnQyCom\",\"expiry\":1412111147},\"kjuPAOkxPGyhygz9ryrLmw\":{\"token\":\"$2a$10$Hwi4/XS.N1GO/VLxmqNo8ecSDhm7yNQU96ypA4qhmmd4NEDwG7bG.\",\"expiry\":1412111228},\"U_yCwFP-UwWfNP7vxrSpGQ\":{\"token\":\"$2a$10$rbvUOO6qIF7l90qEC5JBHe0uJAwI8VpkvJOh3.bVARGNW39AvmR..\",\"expiry\":1412268294},\"GY_Pzg9_3Al3iXodW723xg\":{\"token\":\"$2a$10$8aNeJhozx36XUrPH6zuauOoHkUsYNfy3cCNk9ZWuiDaLnK.HLaoxq\",\"expiry\":1412271178},\"8DiBbke0_MFKl5P_9x5MFg\":{\"token\":\"$2a$10$9qrwDrF8VhyBs7rRy8rLMO9Zcq//isKYC/IgT0nz0MPGLdrhtsbe2\",\"expiry\":1412271329},\"NCFYDQNkRKD-0xOJwNvRSg\":{\"token\":\"$2a$10$iUkXY1Lw4pP9V7hxnx73zusJrKlT2XCv8ZxvJBmgfGhnsxtbvNffq\",\"expiry\":1412271840},\"zBgkPGMmlMGYJcJRqsV3yg\":{\"token\":\"$2a$10$VuJMWSqm.LARBBFdQGRgPOnDsiWMh/77erR04XTB2vIWzpi6fJ3la\",\"expiry\":1412271861},\"FhaDyJUU1ETZsA41EOB8KQ\":{\"token\":\"$2a$10$.wjua33M9DrEBPWtuYw8iuJ.J/7liBEYkFj05F49iULvwvBwgnM5G\",\"expiry\":1412273162,\"last_token\":\"$2a$10$2PM6c3aBPP7W8qvwX3zbQ.BDAlzyAhdnlNPJVD1rIVU9jsyNkAZMC\",\"updated_at\":\"2014-09-18T13:06:05.811-05:00\"},\"tDroG2IhYlUByMSXKDZ6sA\":{\"token\":\"$2a$10$/qq1wymIZvy29vAYifafKuNRUMpqy2M.QjQo0Yd8S6JAdky/NvoLW\",\"expiry\":1412273498},\"U9EMttQLCSZf6b9YVVDyfA\":{\"token\":\"$2a$10$OQ5XBxnJ/PQvgscR5Zvcve9wTewRzinbjK4F2XekrIR86rtPeClcK\",\"expiry\":1412273516,\"last_token\":\"$2a$10$rIzSEkXg5CPf/yLepFIQX.qaIrGctyoR2b9PGJvPcbW2rOWbgG4Yi\",\"updated_at\":\"2014-09-18T13:11:56.389-05:00\"},\"mORbfi9m1-Xj2cLFJjQtLw\":{\"token\":\"$2a$10$WUC32spZrKlWShT4Ve49Mu5meYZVeHabKqfmGc0CLjv1K3uxJkI2e\",\"expiry\":1412276830},\"WrnLtSz6TNFOFdw76axEeA\":{\"token\":\"$2a$10$ya.YpJ3Il/TJijog/u0vSuwQ5.t2O7uO9VlYE2NBvD8lSU8/Bb46.\",\"expiry\":1412276907},\"oj5SlG7aHXCRBtmnkonaCg\":{\"token\":\"$2a$10$e7ujdPHf4TkD0WxVVVXUAeEC6WiV2FE9XrVTKPcCLS4w1SU1CNFgW\",\"expiry\":1412276997,\"last_token\":\"$2a$10$6jlmkUmR06NaItdWKRjWnuEUfoVx6.L1YymV9EW..vox2uho70Ghu\",\"updated_at\":\"2014-09-18T14:09:57.783-05:00\"},\"vg1RFCvZaEYUdBnHvAHkzQ\":{\"token\":\"$2a$10$4vB4rcEmrJ4vR08Y.rUwfeqfIovqMB9136mR/tRR9EpH0XjE7gWE2\",\"expiry\":1412279135},\"lUTmmS9m3kMfYbmL5e-cQw\":{\"token\":\"$2a$10$bRpK7pdiCik7ZVl.uGmO8O/ri6VCANraWVN4XXBN2Y.t3RzZtsU/G\",\"expiry\":1412281608,\"last_token\":\"$2a$10$EHbxvyLysGNiSqUfot/cAeKwGRnMKy.gNQerAqwS1xVWv4Q4uDfUS\",\"updated_at\":\"2014-09-18T15:26:52.455-05:00\"},\"QSZ2pD284sjcsJtXf73axg\":{\"token\":\"$2a$10$KD8vckte0IsKqj1SApMk.u14A.Kxe.Axy4/prn00ZyXRJtG6mTd2i\",\"expiry\":1412364467,\"last_token\":\"$2a$10$BbEJl/29Q7TBqyyLtTKeKu67WfWQptLwvJmKhfAA5SDmdUYCDnIMy\",\"updated_at\":\"2014-09-19T14:27:47.386-05:00\"},\"gGgMKFYr5ML7r45GetjRAg\":{\"token\":\"$2a$10$PqsvmhXeg4zkUNBHGjdRl.xbASIxEpIR9WQYIC2qEfisXLzRgC04y\",\"expiry\":1412375878,\"last_token\":\"$2a$10$Gfdids/irZbiswm1FZvqsuoSCni/trBiZIh/vUD/ZLQ.mTs0EQqbm\",\"updated_at\":\"2014-09-19T17:37:58.151-05:00\"},\"kr9U1a3xpFtD-HCv0TBktQ\":{\"token\":\"$2a$10$whGkjqcwFxl4tm0V5coLre348ZPHJS08u69Qvmytg7C8Wq45g2aFi\",\"expiry\":1412628250},\"rKM-aIw5ya5lGqmfds87EQ\":{\"token\":\"$2a$10$Z8tWLpajGZh7PjJA3pdAnO5.rqJVFrpU4GviUjbpGU.2EHQAEXRQi\",\"expiry\":1412630361,\"last_token\":\"$2a$10$avkNY1LYLG6vmA.PobLxRuXO.ol9S28YYdrtl1Mpq8vjfzBxeYvvm\",\"updated_at\":\"2014-09-22T16:19:25.688-05:00\"}}"], ["updated_at", "2014-09-22 21:19:25.690011"]]
24543
+  (0.6ms) commit transaction
24544
+ Completed 200 OK in 69ms (Views: 0.7ms | ActiveRecord: 1.2ms)
24545
+
24546
+
24547
+ Started GET "/demo/members_only" for 127.0.0.1 at 2014-09-22 16:19:27 -0500
24548
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
24549
+ Processing by DemoUserController#members_only as HTML
24550
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."uid" = '468037' LIMIT 1
24551
+  (0.1ms) begin transaction
24552
+ SQL (0.4ms) UPDATE "users" SET "tokens" = ?, "updated_at" = ? WHERE "users"."id" = 21 [["tokens", "{\"uUOVaUbPeuxnYyM_ObaH4A\":{\"token\":\"$2a$10$VNryBu6L0yjadoBdQztzMOzQD1KLum9aOgZgSmfQgENzwKEXRfrQq\",\"expiry\":1412032284},\"efJ0QekWCcH1EOYbfS9P0A\":{\"token\":\"$2a$10$ZOhEBvy90aaAeGz1oTAH.uFr6eEmpbQlbhHVj8kJoDOju2ZhF2Rfy\",\"expiry\":1412110575,\"last_token\":\"$2a$10$LNd6RLp6dK86a4pEhRbDEe/slYr/ilfUJW.WOMYy2ccurVqfJjU5i\",\"updated_at\":\"2014-09-16T15:56:15.265-05:00\"},\"nN_OsXtDS0no67hSKol3-g\":{\"token\":\"$2a$10$hlYCnTi2gzT4PDzFcNu1eesQvaDXb6b9Xy68hguKroJ68jMtrgmru\",\"expiry\":1412110600},\"89ODMOhJ3yciLXrzJGZzsA\":{\"token\":\"$2a$10$dtS/xWoWZbOhppTZ9RLYHOvIg36Qht.nOC1XMauzCB01AFTWPKKUi\",\"expiry\":1412110622},\"pjyZpmpNfDzvatBhfW8mMg\":{\"token\":\"$2a$10$WOu1V46OyJhHupDz7NoS6.cKlngx7Xfr/yUqa59FNDpVcNnHyL9Xi\",\"expiry\":1412110654},\"EDQEBIPBbzrR1krGBXkaCw\":{\"token\":\"$2a$10$vsOvS./PB9m3zSpYPd4drOKLTdZRYEb923Klr3Txey3hzjmcEe0He\",\"expiry\":1412110692},\"jUFIUwb8N1YAx9AWc_bWLA\":{\"token\":\"$2a$10$O2fJZmB/vcQHlAahaUehOOpmagYbe8U/NcJbZnWwSNenJz4RjfEMu\",\"expiry\":1412110856},\"LGMhb9DE-e_-NjwVzeLdBg\":{\"token\":\"$2a$10$.8m1WSrdjsP.BroYq/L2fuRU8N5MyQEgJAwNoiU2n0ZAwhuauOLL2\",\"expiry\":1412110871},\"IZ9nVGZyVJRnB6SlY2osgw\":{\"token\":\"$2a$10$/mqueCBJUqAwRJ3/DK77z.KcuLfF9H2EB8scPChU1ubcm49EHxive\",\"expiry\":1412111016},\"HDbA1MY6CQkVPtZ7Ilqt5Q\":{\"token\":\"$2a$10$UY6q4kBK2JeiK8.zBMiWDeKxSFtCUu9ci4dgIAKWyfPIcEvHsaYyy\",\"expiry\":1412111096},\"wtxWLGu0gWuT8CICc_IMAw\":{\"token\":\"$2a$10$yA3aq79t3ENcnlyoQ.AnTeuAlNOYYaQQ8lhS/JCk2rzplZlsSIfqu\",\"expiry\":1412111117},\"DCvOewYG_dtSbxHLSNiuoA\":{\"token\":\"$2a$10$Gy7I9Flt4GPSPE7x0Gx9tuSVosAQpRA6CQQRD/GC3VHzgBsnQyCom\",\"expiry\":1412111147},\"kjuPAOkxPGyhygz9ryrLmw\":{\"token\":\"$2a$10$Hwi4/XS.N1GO/VLxmqNo8ecSDhm7yNQU96ypA4qhmmd4NEDwG7bG.\",\"expiry\":1412111228},\"U_yCwFP-UwWfNP7vxrSpGQ\":{\"token\":\"$2a$10$rbvUOO6qIF7l90qEC5JBHe0uJAwI8VpkvJOh3.bVARGNW39AvmR..\",\"expiry\":1412268294},\"GY_Pzg9_3Al3iXodW723xg\":{\"token\":\"$2a$10$8aNeJhozx36XUrPH6zuauOoHkUsYNfy3cCNk9ZWuiDaLnK.HLaoxq\",\"expiry\":1412271178},\"8DiBbke0_MFKl5P_9x5MFg\":{\"token\":\"$2a$10$9qrwDrF8VhyBs7rRy8rLMO9Zcq//isKYC/IgT0nz0MPGLdrhtsbe2\",\"expiry\":1412271329},\"NCFYDQNkRKD-0xOJwNvRSg\":{\"token\":\"$2a$10$iUkXY1Lw4pP9V7hxnx73zusJrKlT2XCv8ZxvJBmgfGhnsxtbvNffq\",\"expiry\":1412271840},\"zBgkPGMmlMGYJcJRqsV3yg\":{\"token\":\"$2a$10$VuJMWSqm.LARBBFdQGRgPOnDsiWMh/77erR04XTB2vIWzpi6fJ3la\",\"expiry\":1412271861},\"FhaDyJUU1ETZsA41EOB8KQ\":{\"token\":\"$2a$10$.wjua33M9DrEBPWtuYw8iuJ.J/7liBEYkFj05F49iULvwvBwgnM5G\",\"expiry\":1412273162,\"last_token\":\"$2a$10$2PM6c3aBPP7W8qvwX3zbQ.BDAlzyAhdnlNPJVD1rIVU9jsyNkAZMC\",\"updated_at\":\"2014-09-18T13:06:05.811-05:00\"},\"tDroG2IhYlUByMSXKDZ6sA\":{\"token\":\"$2a$10$/qq1wymIZvy29vAYifafKuNRUMpqy2M.QjQo0Yd8S6JAdky/NvoLW\",\"expiry\":1412273498},\"U9EMttQLCSZf6b9YVVDyfA\":{\"token\":\"$2a$10$OQ5XBxnJ/PQvgscR5Zvcve9wTewRzinbjK4F2XekrIR86rtPeClcK\",\"expiry\":1412273516,\"last_token\":\"$2a$10$rIzSEkXg5CPf/yLepFIQX.qaIrGctyoR2b9PGJvPcbW2rOWbgG4Yi\",\"updated_at\":\"2014-09-18T13:11:56.389-05:00\"},\"mORbfi9m1-Xj2cLFJjQtLw\":{\"token\":\"$2a$10$WUC32spZrKlWShT4Ve49Mu5meYZVeHabKqfmGc0CLjv1K3uxJkI2e\",\"expiry\":1412276830},\"WrnLtSz6TNFOFdw76axEeA\":{\"token\":\"$2a$10$ya.YpJ3Il/TJijog/u0vSuwQ5.t2O7uO9VlYE2NBvD8lSU8/Bb46.\",\"expiry\":1412276907},\"oj5SlG7aHXCRBtmnkonaCg\":{\"token\":\"$2a$10$e7ujdPHf4TkD0WxVVVXUAeEC6WiV2FE9XrVTKPcCLS4w1SU1CNFgW\",\"expiry\":1412276997,\"last_token\":\"$2a$10$6jlmkUmR06NaItdWKRjWnuEUfoVx6.L1YymV9EW..vox2uho70Ghu\",\"updated_at\":\"2014-09-18T14:09:57.783-05:00\"},\"vg1RFCvZaEYUdBnHvAHkzQ\":{\"token\":\"$2a$10$4vB4rcEmrJ4vR08Y.rUwfeqfIovqMB9136mR/tRR9EpH0XjE7gWE2\",\"expiry\":1412279135},\"lUTmmS9m3kMfYbmL5e-cQw\":{\"token\":\"$2a$10$bRpK7pdiCik7ZVl.uGmO8O/ri6VCANraWVN4XXBN2Y.t3RzZtsU/G\",\"expiry\":1412281608,\"last_token\":\"$2a$10$EHbxvyLysGNiSqUfot/cAeKwGRnMKy.gNQerAqwS1xVWv4Q4uDfUS\",\"updated_at\":\"2014-09-18T15:26:52.455-05:00\"},\"QSZ2pD284sjcsJtXf73axg\":{\"token\":\"$2a$10$KD8vckte0IsKqj1SApMk.u14A.Kxe.Axy4/prn00ZyXRJtG6mTd2i\",\"expiry\":1412364467,\"last_token\":\"$2a$10$BbEJl/29Q7TBqyyLtTKeKu67WfWQptLwvJmKhfAA5SDmdUYCDnIMy\",\"updated_at\":\"2014-09-19T14:27:47.386-05:00\"},\"gGgMKFYr5ML7r45GetjRAg\":{\"token\":\"$2a$10$PqsvmhXeg4zkUNBHGjdRl.xbASIxEpIR9WQYIC2qEfisXLzRgC04y\",\"expiry\":1412375878,\"last_token\":\"$2a$10$Gfdids/irZbiswm1FZvqsuoSCni/trBiZIh/vUD/ZLQ.mTs0EQqbm\",\"updated_at\":\"2014-09-19T17:37:58.151-05:00\"},\"kr9U1a3xpFtD-HCv0TBktQ\":{\"token\":\"$2a$10$whGkjqcwFxl4tm0V5coLre348ZPHJS08u69Qvmytg7C8Wq45g2aFi\",\"expiry\":1412628250},\"rKM-aIw5ya5lGqmfds87EQ\":{\"token\":\"$2a$10$Z8tWLpajGZh7PjJA3pdAnO5.rqJVFrpU4GviUjbpGU.2EHQAEXRQi\",\"expiry\":1412630361,\"last_token\":\"$2a$10$avkNY1LYLG6vmA.PobLxRuXO.ol9S28YYdrtl1Mpq8vjfzBxeYvvm\",\"updated_at\":\"2014-09-22T16:19:27.967-05:00\"}}"], ["updated_at", "2014-09-22 21:19:27.967880"]]
24553
+  (1.7ms) commit transaction
24554
+ Completed 200 OK in 97ms (Views: 0.7ms | ActiveRecord: 2.5ms)
24555
+
24556
+
24557
+ Started DELETE "/auth" for 127.0.0.1 at 2014-09-22 16:19:34 -0500
24558
+ Processing by DeviseTokenAuth::RegistrationsController#destroy as HTML
24559
+ User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."uid" = '468037' LIMIT 1
24560
+  (0.1ms) begin transaction
24561
+ SQL (0.4ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 21]]
24562
+  (2.0ms) commit transaction
24563
+ Completed 200 OK in 65ms (Views: 0.2ms | ActiveRecord: 2.6ms)
24564
+
24565
+
24566
+ Started GET "/mangs/github?auth_origin_url=http%3A%2F%2Fng-token-auth.dev%2F%23%2Fmulti-user" for 127.0.0.1 at 2014-09-22 16:19:41 -0500
24567
+
24568
+
24569
+ Started GET "/omniauth/github?auth_origin_url=http%3A%2F%2Fng-token-auth.dev%2F%23%2Fmulti-user&resource_class=Mang" for 127.0.0.1 at 2014-09-22 16:19:41 -0500
24570
+
24571
+
24572
+ Started GET "/omniauth/github/callback?code=4c53044b33ab3e087e60&state=2f5fd1339cacd0a2ec0d2ab1dc83e48c981a35e9210528e9" for 127.0.0.1 at 2014-09-22 16:19:41 -0500
24573
+ Processing by DeviseTokenAuth::AuthController#omniauth_success as HTML
24574
+ Parameters: {"code"=>"4c53044b33ab3e087e60", "state"=>"2f5fd1339cacd0a2ec0d2ab1dc83e48c981a35e9210528e9", "provider"=>"github"}
24575
+ Mang Load (0.1ms) SELECT "mangs".* FROM "mangs" WHERE "mangs"."uid" = '468037' AND "mangs"."provider" = 'github' ORDER BY "mangs"."id" ASC LIMIT 1
24576
+  (0.1ms) begin transaction
24577
+ SQL (0.3ms) UPDATE "mangs" SET "confirmed_at" = ?, "tokens" = ?, "updated_at" = ? WHERE "mangs"."id" = 4 [["confirmed_at", "2014-09-22 21:19:43.310454"], ["tokens", "{\"Dsutn548z4njW2xDYtEHeA\":{\"token\":\"$2a$10$jk7jLS8zipWaXTH6ih.rNeb7SUu/aauzPWxib2llmP99XPN2/oisC\",\"expiry\":1412267895},\"tyNMS6rgGJ7v4oPvweGNSg\":{\"token\":\"$2a$10$u60.FmN3S5FLc98ifNtdSuCz6jsw6oGlFi/EGEPGlPgXyVs2b1Zv6\",\"expiry\":1412267955,\"last_token\":\"$2a$10$Q6wuXJSlabi567oKUYBYberPKfGb2mYjGpWMtUhM.MgqtxSgRuBaC\",\"updated_at\":\"2014-09-18T11:39:19.627-05:00\"},\"7lW_NJx0tqf5ju6e8ef_fQ\":{\"token\":\"$2a$10$qAu9q0Ke8NMFsQ5izuc7hOTOWPltCX1ftO8Z2M8nIaO5yITlYO08q\",\"expiry\":1412268390,\"last_token\":\"$2a$10$JY.sDReiOXa3zn1aihE6teEzaLQf5jLO8YYZ7qDnJLp0W8wi4D7/S\",\"updated_at\":\"2014-09-18T11:46:32.955-05:00\"},\"y_9pBbovgWYTGaR_o6aXgg\":{\"token\":\"$2a$10$/z1VwBqnaiC61iS7DQJz9ezysn4Dwe.k5ad/tWLiefTFZPePWGLAq\",\"expiry\":1412268548,\"last_token\":\"$2a$10$SMwt0dTPx4l2RfrdPqXIdOBRHeAJzU2EWEsylvtYln8BFrm8lmVdq\",\"updated_at\":\"2014-09-18T11:49:08.020-05:00\"},\"uDWv9QMr43qCbvq_nKwlfw\":{\"token\":\"$2a$10$F8cpf966LJiTZHYTpVUHuu98BCN7VUba4R5Cs.JMRpsYJyrCDSxa.\",\"expiry\":1412269653},\"HAOYThbp9SC0hxrDKcq94w\":{\"token\":\"$2a$10$q/RjZhePbLnsVzxwpfp7lOnQtxWXaoWw0n3qOt90ZBpaphx8dQZSW\",\"expiry\":1412269901},\"gMBpsIok0d4wmjeTiv6L1g\":{\"token\":\"$2a$10$KvGHkR4cAVDFfYs/bzfhfumTnhlbmf0qr65aZaBfdhSIiyDyOpCRO\",\"expiry\":1412269990},\"xUG7NV3DTjTYpvNvbSNz3A\":{\"token\":\"$2a$10$xLOjs2UA4xLX/o4GYsqPl.Lq1CgVj6ymyOjxYiKppt7s3Q3Er.deq\",\"expiry\":1412270013},\"WYJ-c9aH-wX1Zk8VFCUQ3A\":{\"token\":\"$2a$10$i/gR6Adp9kgPOPlA4yJYiOScHSe80ekAdeUDvb6I1TBcLDfocnc.y\",\"expiry\":1412270032},\"-bKb1Mc7k6T0VMnNOtgCXQ\":{\"token\":\"$2a$10$8QK51VK5ay0g1kta5StWXOkdJ225gbXLNFPm9pdc5cZ4F0mw8xa3S\",\"expiry\":1412270145},\"Zu1ln6U_l75TSIzyi7bIMA\":{\"token\":\"$2a$10$clR0qU0suYXwnGrA.JXE/OcEHd7o4RF3STdB8968ujsSqoP8GC6A6\",\"expiry\":1412270305},\"zrgkw3vb6MieNSZjFZsx6g\":{\"token\":\"$2a$10$0pA4401SZyYeuVjXEKj7Le932i2rtZvbjhGFJk4Lwtymp5x8jLsWi\",\"expiry\":1412270345},\"M34fbgtT0Urm9dlTSKH4-g\":{\"token\":\"$2a$10$lrcLq8xzbst0naZHXb7kpOd5KHK5i2YjjnsUNc52TdBNzfBE5oawu\",\"expiry\":1412270404},\"SqnsV1J6RnFuxn-G5P8o6w\":{\"token\":\"$2a$10$p0BgZ/lO74dLtqFIMG21KupJbPfRyOI2nZVC2JgreiLNLkEbXxmD.\",\"expiry\":1412270435},\"tVwX_DkcM5hN-7WTKyU3Zg\":{\"token\":\"$2a$10$mg7onFZeMuwjhfwnaRCY1egFle.2Um.pukBHj5gPhjeGn/qJqi6iK\",\"expiry\":1412271011},\"mBCephhdd7q0333FS1IIAQ\":{\"token\":\"$2a$10$cD97iOnsiyiMMv2N/yLTh.4hLatoM0ZTyj061t975qDRc2WFDg/kS\",\"expiry\":1412271098,\"last_token\":\"$2a$10$odSPclVRVSJeyPVvJRjOm.Kc7vP0D5EH6sIbD8P3fScmgXSYGrdlO\",\"updated_at\":\"2014-09-18T12:31:57.530-05:00\"},\"kAVZzvG2NAHF_HqlFtrwBA\":{\"token\":\"$2a$10$1UK6aqO2SSO5024yQXxHSebCuCN1BTcQ4hBXVvfZcJm5U9F0YlPiS\",\"expiry\":1412630383}}"], ["updated_at", "2014-09-22 21:19:43.311131"]]
24578
+  (1.9ms) commit transaction
24579
+ Rendered /Users/lynn/Code/Auth/devise_token_auth/app/views/devise_token_auth/omniauth_success.html.erb within layouts/omniauth_response (1.5ms)
24580
+ Completed 200 OK in 85ms (Views: 7.3ms | ActiveRecord: 2.6ms)
24581
+
24582
+
24583
+ Started GET "/demo/members_only_mang" for 127.0.0.1 at 2014-09-22 16:19:49 -0500
24584
+ Processing by DemoMangController#members_only as HTML
24585
+ Mang Load (0.2ms) SELECT "mangs".* FROM "mangs" WHERE "mangs"."uid" = '468037' LIMIT 1
24586
+  (0.1ms) begin transaction
24587
+ SQL (0.3ms) UPDATE "mangs" SET "tokens" = ?, "updated_at" = ? WHERE "mangs"."id" = 4 [["tokens", "{\"Dsutn548z4njW2xDYtEHeA\":{\"token\":\"$2a$10$jk7jLS8zipWaXTH6ih.rNeb7SUu/aauzPWxib2llmP99XPN2/oisC\",\"expiry\":1412267895},\"tyNMS6rgGJ7v4oPvweGNSg\":{\"token\":\"$2a$10$u60.FmN3S5FLc98ifNtdSuCz6jsw6oGlFi/EGEPGlPgXyVs2b1Zv6\",\"expiry\":1412267955,\"last_token\":\"$2a$10$Q6wuXJSlabi567oKUYBYberPKfGb2mYjGpWMtUhM.MgqtxSgRuBaC\",\"updated_at\":\"2014-09-18T11:39:19.627-05:00\"},\"7lW_NJx0tqf5ju6e8ef_fQ\":{\"token\":\"$2a$10$qAu9q0Ke8NMFsQ5izuc7hOTOWPltCX1ftO8Z2M8nIaO5yITlYO08q\",\"expiry\":1412268390,\"last_token\":\"$2a$10$JY.sDReiOXa3zn1aihE6teEzaLQf5jLO8YYZ7qDnJLp0W8wi4D7/S\",\"updated_at\":\"2014-09-18T11:46:32.955-05:00\"},\"y_9pBbovgWYTGaR_o6aXgg\":{\"token\":\"$2a$10$/z1VwBqnaiC61iS7DQJz9ezysn4Dwe.k5ad/tWLiefTFZPePWGLAq\",\"expiry\":1412268548,\"last_token\":\"$2a$10$SMwt0dTPx4l2RfrdPqXIdOBRHeAJzU2EWEsylvtYln8BFrm8lmVdq\",\"updated_at\":\"2014-09-18T11:49:08.020-05:00\"},\"uDWv9QMr43qCbvq_nKwlfw\":{\"token\":\"$2a$10$F8cpf966LJiTZHYTpVUHuu98BCN7VUba4R5Cs.JMRpsYJyrCDSxa.\",\"expiry\":1412269653},\"HAOYThbp9SC0hxrDKcq94w\":{\"token\":\"$2a$10$q/RjZhePbLnsVzxwpfp7lOnQtxWXaoWw0n3qOt90ZBpaphx8dQZSW\",\"expiry\":1412269901},\"gMBpsIok0d4wmjeTiv6L1g\":{\"token\":\"$2a$10$KvGHkR4cAVDFfYs/bzfhfumTnhlbmf0qr65aZaBfdhSIiyDyOpCRO\",\"expiry\":1412269990},\"xUG7NV3DTjTYpvNvbSNz3A\":{\"token\":\"$2a$10$xLOjs2UA4xLX/o4GYsqPl.Lq1CgVj6ymyOjxYiKppt7s3Q3Er.deq\",\"expiry\":1412270013},\"WYJ-c9aH-wX1Zk8VFCUQ3A\":{\"token\":\"$2a$10$i/gR6Adp9kgPOPlA4yJYiOScHSe80ekAdeUDvb6I1TBcLDfocnc.y\",\"expiry\":1412270032},\"-bKb1Mc7k6T0VMnNOtgCXQ\":{\"token\":\"$2a$10$8QK51VK5ay0g1kta5StWXOkdJ225gbXLNFPm9pdc5cZ4F0mw8xa3S\",\"expiry\":1412270145},\"Zu1ln6U_l75TSIzyi7bIMA\":{\"token\":\"$2a$10$clR0qU0suYXwnGrA.JXE/OcEHd7o4RF3STdB8968ujsSqoP8GC6A6\",\"expiry\":1412270305},\"zrgkw3vb6MieNSZjFZsx6g\":{\"token\":\"$2a$10$0pA4401SZyYeuVjXEKj7Le932i2rtZvbjhGFJk4Lwtymp5x8jLsWi\",\"expiry\":1412270345},\"M34fbgtT0Urm9dlTSKH4-g\":{\"token\":\"$2a$10$lrcLq8xzbst0naZHXb7kpOd5KHK5i2YjjnsUNc52TdBNzfBE5oawu\",\"expiry\":1412270404},\"SqnsV1J6RnFuxn-G5P8o6w\":{\"token\":\"$2a$10$p0BgZ/lO74dLtqFIMG21KupJbPfRyOI2nZVC2JgreiLNLkEbXxmD.\",\"expiry\":1412270435},\"tVwX_DkcM5hN-7WTKyU3Zg\":{\"token\":\"$2a$10$mg7onFZeMuwjhfwnaRCY1egFle.2Um.pukBHj5gPhjeGn/qJqi6iK\",\"expiry\":1412271011},\"mBCephhdd7q0333FS1IIAQ\":{\"token\":\"$2a$10$cD97iOnsiyiMMv2N/yLTh.4hLatoM0ZTyj061t975qDRc2WFDg/kS\",\"expiry\":1412271098,\"last_token\":\"$2a$10$odSPclVRVSJeyPVvJRjOm.Kc7vP0D5EH6sIbD8P3fScmgXSYGrdlO\",\"updated_at\":\"2014-09-18T12:31:57.530-05:00\"},\"kAVZzvG2NAHF_HqlFtrwBA\":{\"token\":\"$2a$10$woRDrhelRx92nTaVVJDKj.ymc3Vu2xXDiHncKjL9cx8mt47t3KCCC\",\"expiry\":1412630389,\"last_token\":\"$2a$10$1UK6aqO2SSO5024yQXxHSebCuCN1BTcQ4hBXVvfZcJm5U9F0YlPiS\",\"updated_at\":\"2014-09-22T16:19:49.836-05:00\"}}"], ["updated_at", "2014-09-22 21:19:49.836977"]]
24588
+  (1.7ms) commit transaction
24589
+ Completed 200 OK in 129ms (Views: 0.6ms | ActiveRecord: 2.3ms)
24590
+
24591
+
24592
+ Started GET "/demo/members_only_group" for 127.0.0.1 at 2014-09-22 16:19:51 -0500
24593
+ Processing by DemoGroupController#members_only as HTML
24594
+ User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."uid" = '468037' LIMIT 1
24595
+ Mang Load (0.1ms) SELECT "mangs".* FROM "mangs" WHERE "mangs"."uid" = '468037' LIMIT 1
24596
+ CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."uid" = '468037' LIMIT 1
24597
+ CACHE (0.0ms) SELECT "mangs".* FROM "mangs" WHERE "mangs"."uid" = '468037' LIMIT 1
24598
+ CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."uid" = '468037' LIMIT 1
24599
+ CACHE (0.0ms) SELECT "mangs".* FROM "mangs" WHERE "mangs"."uid" = '468037' LIMIT 1
24600
+  (0.1ms) begin transaction
24601
+ SQL (0.2ms) UPDATE "mangs" SET "tokens" = ?, "updated_at" = ? WHERE "mangs"."id" = 4 [["tokens", "{\"Dsutn548z4njW2xDYtEHeA\":{\"token\":\"$2a$10$jk7jLS8zipWaXTH6ih.rNeb7SUu/aauzPWxib2llmP99XPN2/oisC\",\"expiry\":1412267895},\"tyNMS6rgGJ7v4oPvweGNSg\":{\"token\":\"$2a$10$u60.FmN3S5FLc98ifNtdSuCz6jsw6oGlFi/EGEPGlPgXyVs2b1Zv6\",\"expiry\":1412267955,\"last_token\":\"$2a$10$Q6wuXJSlabi567oKUYBYberPKfGb2mYjGpWMtUhM.MgqtxSgRuBaC\",\"updated_at\":\"2014-09-18T11:39:19.627-05:00\"},\"7lW_NJx0tqf5ju6e8ef_fQ\":{\"token\":\"$2a$10$qAu9q0Ke8NMFsQ5izuc7hOTOWPltCX1ftO8Z2M8nIaO5yITlYO08q\",\"expiry\":1412268390,\"last_token\":\"$2a$10$JY.sDReiOXa3zn1aihE6teEzaLQf5jLO8YYZ7qDnJLp0W8wi4D7/S\",\"updated_at\":\"2014-09-18T11:46:32.955-05:00\"},\"y_9pBbovgWYTGaR_o6aXgg\":{\"token\":\"$2a$10$/z1VwBqnaiC61iS7DQJz9ezysn4Dwe.k5ad/tWLiefTFZPePWGLAq\",\"expiry\":1412268548,\"last_token\":\"$2a$10$SMwt0dTPx4l2RfrdPqXIdOBRHeAJzU2EWEsylvtYln8BFrm8lmVdq\",\"updated_at\":\"2014-09-18T11:49:08.020-05:00\"},\"uDWv9QMr43qCbvq_nKwlfw\":{\"token\":\"$2a$10$F8cpf966LJiTZHYTpVUHuu98BCN7VUba4R5Cs.JMRpsYJyrCDSxa.\",\"expiry\":1412269653},\"HAOYThbp9SC0hxrDKcq94w\":{\"token\":\"$2a$10$q/RjZhePbLnsVzxwpfp7lOnQtxWXaoWw0n3qOt90ZBpaphx8dQZSW\",\"expiry\":1412269901},\"gMBpsIok0d4wmjeTiv6L1g\":{\"token\":\"$2a$10$KvGHkR4cAVDFfYs/bzfhfumTnhlbmf0qr65aZaBfdhSIiyDyOpCRO\",\"expiry\":1412269990},\"xUG7NV3DTjTYpvNvbSNz3A\":{\"token\":\"$2a$10$xLOjs2UA4xLX/o4GYsqPl.Lq1CgVj6ymyOjxYiKppt7s3Q3Er.deq\",\"expiry\":1412270013},\"WYJ-c9aH-wX1Zk8VFCUQ3A\":{\"token\":\"$2a$10$i/gR6Adp9kgPOPlA4yJYiOScHSe80ekAdeUDvb6I1TBcLDfocnc.y\",\"expiry\":1412270032},\"-bKb1Mc7k6T0VMnNOtgCXQ\":{\"token\":\"$2a$10$8QK51VK5ay0g1kta5StWXOkdJ225gbXLNFPm9pdc5cZ4F0mw8xa3S\",\"expiry\":1412270145},\"Zu1ln6U_l75TSIzyi7bIMA\":{\"token\":\"$2a$10$clR0qU0suYXwnGrA.JXE/OcEHd7o4RF3STdB8968ujsSqoP8GC6A6\",\"expiry\":1412270305},\"zrgkw3vb6MieNSZjFZsx6g\":{\"token\":\"$2a$10$0pA4401SZyYeuVjXEKj7Le932i2rtZvbjhGFJk4Lwtymp5x8jLsWi\",\"expiry\":1412270345},\"M34fbgtT0Urm9dlTSKH4-g\":{\"token\":\"$2a$10$lrcLq8xzbst0naZHXb7kpOd5KHK5i2YjjnsUNc52TdBNzfBE5oawu\",\"expiry\":1412270404},\"SqnsV1J6RnFuxn-G5P8o6w\":{\"token\":\"$2a$10$p0BgZ/lO74dLtqFIMG21KupJbPfRyOI2nZVC2JgreiLNLkEbXxmD.\",\"expiry\":1412270435},\"tVwX_DkcM5hN-7WTKyU3Zg\":{\"token\":\"$2a$10$mg7onFZeMuwjhfwnaRCY1egFle.2Um.pukBHj5gPhjeGn/qJqi6iK\",\"expiry\":1412271011},\"mBCephhdd7q0333FS1IIAQ\":{\"token\":\"$2a$10$cD97iOnsiyiMMv2N/yLTh.4hLatoM0ZTyj061t975qDRc2WFDg/kS\",\"expiry\":1412271098,\"last_token\":\"$2a$10$odSPclVRVSJeyPVvJRjOm.Kc7vP0D5EH6sIbD8P3fScmgXSYGrdlO\",\"updated_at\":\"2014-09-18T12:31:57.530-05:00\"},\"kAVZzvG2NAHF_HqlFtrwBA\":{\"token\":\"$2a$10$woRDrhelRx92nTaVVJDKj.ymc3Vu2xXDiHncKjL9cx8mt47t3KCCC\",\"expiry\":1412630389,\"last_token\":\"$2a$10$1UK6aqO2SSO5024yQXxHSebCuCN1BTcQ4hBXVvfZcJm5U9F0YlPiS\",\"updated_at\":\"2014-09-22T16:19:51.698-05:00\"}}"], ["updated_at", "2014-09-22 21:19:51.698825"]]
24602
+  (1.9ms) commit transaction
24603
+ Completed 200 OK in 187ms (Views: 0.7ms | ActiveRecord: 2.5ms)
24604
+
24605
+
24606
+ Started DELETE "/mangs/sign_out" for 127.0.0.1 at 2014-09-22 16:19:55 -0500
24607
+ Processing by DeviseTokenAuth::SessionsController#destroy as HTML
24608
+ Mang Load (0.2ms) SELECT "mangs".* FROM "mangs" WHERE "mangs"."uid" = '468037' LIMIT 1
24609
+  (0.1ms) begin transaction
24610
+ SQL (0.2ms) UPDATE "mangs" SET "tokens" = ?, "updated_at" = ? WHERE "mangs"."id" = 4 [["tokens", "{\"Dsutn548z4njW2xDYtEHeA\":{\"token\":\"$2a$10$jk7jLS8zipWaXTH6ih.rNeb7SUu/aauzPWxib2llmP99XPN2/oisC\",\"expiry\":1412267895},\"tyNMS6rgGJ7v4oPvweGNSg\":{\"token\":\"$2a$10$u60.FmN3S5FLc98ifNtdSuCz6jsw6oGlFi/EGEPGlPgXyVs2b1Zv6\",\"expiry\":1412267955,\"last_token\":\"$2a$10$Q6wuXJSlabi567oKUYBYberPKfGb2mYjGpWMtUhM.MgqtxSgRuBaC\",\"updated_at\":\"2014-09-18T11:39:19.627-05:00\"},\"7lW_NJx0tqf5ju6e8ef_fQ\":{\"token\":\"$2a$10$qAu9q0Ke8NMFsQ5izuc7hOTOWPltCX1ftO8Z2M8nIaO5yITlYO08q\",\"expiry\":1412268390,\"last_token\":\"$2a$10$JY.sDReiOXa3zn1aihE6teEzaLQf5jLO8YYZ7qDnJLp0W8wi4D7/S\",\"updated_at\":\"2014-09-18T11:46:32.955-05:00\"},\"y_9pBbovgWYTGaR_o6aXgg\":{\"token\":\"$2a$10$/z1VwBqnaiC61iS7DQJz9ezysn4Dwe.k5ad/tWLiefTFZPePWGLAq\",\"expiry\":1412268548,\"last_token\":\"$2a$10$SMwt0dTPx4l2RfrdPqXIdOBRHeAJzU2EWEsylvtYln8BFrm8lmVdq\",\"updated_at\":\"2014-09-18T11:49:08.020-05:00\"},\"uDWv9QMr43qCbvq_nKwlfw\":{\"token\":\"$2a$10$F8cpf966LJiTZHYTpVUHuu98BCN7VUba4R5Cs.JMRpsYJyrCDSxa.\",\"expiry\":1412269653},\"HAOYThbp9SC0hxrDKcq94w\":{\"token\":\"$2a$10$q/RjZhePbLnsVzxwpfp7lOnQtxWXaoWw0n3qOt90ZBpaphx8dQZSW\",\"expiry\":1412269901},\"gMBpsIok0d4wmjeTiv6L1g\":{\"token\":\"$2a$10$KvGHkR4cAVDFfYs/bzfhfumTnhlbmf0qr65aZaBfdhSIiyDyOpCRO\",\"expiry\":1412269990},\"xUG7NV3DTjTYpvNvbSNz3A\":{\"token\":\"$2a$10$xLOjs2UA4xLX/o4GYsqPl.Lq1CgVj6ymyOjxYiKppt7s3Q3Er.deq\",\"expiry\":1412270013},\"WYJ-c9aH-wX1Zk8VFCUQ3A\":{\"token\":\"$2a$10$i/gR6Adp9kgPOPlA4yJYiOScHSe80ekAdeUDvb6I1TBcLDfocnc.y\",\"expiry\":1412270032},\"-bKb1Mc7k6T0VMnNOtgCXQ\":{\"token\":\"$2a$10$8QK51VK5ay0g1kta5StWXOkdJ225gbXLNFPm9pdc5cZ4F0mw8xa3S\",\"expiry\":1412270145},\"Zu1ln6U_l75TSIzyi7bIMA\":{\"token\":\"$2a$10$clR0qU0suYXwnGrA.JXE/OcEHd7o4RF3STdB8968ujsSqoP8GC6A6\",\"expiry\":1412270305},\"zrgkw3vb6MieNSZjFZsx6g\":{\"token\":\"$2a$10$0pA4401SZyYeuVjXEKj7Le932i2rtZvbjhGFJk4Lwtymp5x8jLsWi\",\"expiry\":1412270345},\"M34fbgtT0Urm9dlTSKH4-g\":{\"token\":\"$2a$10$lrcLq8xzbst0naZHXb7kpOd5KHK5i2YjjnsUNc52TdBNzfBE5oawu\",\"expiry\":1412270404},\"SqnsV1J6RnFuxn-G5P8o6w\":{\"token\":\"$2a$10$p0BgZ/lO74dLtqFIMG21KupJbPfRyOI2nZVC2JgreiLNLkEbXxmD.\",\"expiry\":1412270435},\"tVwX_DkcM5hN-7WTKyU3Zg\":{\"token\":\"$2a$10$mg7onFZeMuwjhfwnaRCY1egFle.2Um.pukBHj5gPhjeGn/qJqi6iK\",\"expiry\":1412271011},\"mBCephhdd7q0333FS1IIAQ\":{\"token\":\"$2a$10$cD97iOnsiyiMMv2N/yLTh.4hLatoM0ZTyj061t975qDRc2WFDg/kS\",\"expiry\":1412271098,\"last_token\":\"$2a$10$odSPclVRVSJeyPVvJRjOm.Kc7vP0D5EH6sIbD8P3fScmgXSYGrdlO\",\"updated_at\":\"2014-09-18T12:31:57.530-05:00\"}}"], ["updated_at", "2014-09-22 21:19:55.536316"]]
24611
+  (1.9ms) commit transaction
24612
+ Completed 200 OK in 66ms (Views: 0.1ms | ActiveRecord: 2.3ms)
24613
+
24614
+
24615
+ Started POST "/mangs" for 127.0.0.1 at 2014-09-22 16:20:14 -0500
24616
+ Processing by DeviseTokenAuth::RegistrationsController#create as HTML
24617
+ Parameters: {"email"=>"test+x9@test.com", "password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]", "favorite_color"=>"purple", "confirm_success_url"=>"http://ng-token-auth.dev/#/multi-user", "config_name"=>"evilUser", "registration"=>{"email"=>"test+x9@test.com", "password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]", "favorite_color"=>"purple", "confirm_success_url"=>"http://ng-token-auth.dev/#/multi-user", "config_name"=>"evilUser"}}
24618
+ Unpermitted parameters: confirm_success_url, config_name, registration
24619
+ Unpermitted parameters: confirm_success_url, config_name, registration
24620
+  (0.1ms) begin transaction
24621
+  (0.1ms) SELECT COUNT(*) FROM "mangs" WHERE "mangs"."provider" = 'email' AND "mangs"."email" = 'test+x9@test.com'
24622
+ Mang Load (0.2ms) SELECT "mangs".* FROM "mangs" WHERE "mangs"."confirmation_token" = 'd31b00e8c0e09732f9351a87ccad6a948ffc273d8c7e7f85c78710ef913b912c' ORDER BY "mangs"."id" ASC LIMIT 1
24623
+ Binary data inserted for `string` type on column `confirmation_token`
24624
+ Binary data inserted for `string` type on column `encrypted_password`
24625
+ SQL (0.3ms) INSERT INTO "mangs" ("confirmation_sent_at", "confirmation_token", "created_at", "email", "encrypted_password", "favorite_color", "provider", "tokens", "uid", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["confirmation_sent_at", "2014-09-22 21:20:14.928049"], ["confirmation_token", "d31b00e8c0e09732f9351a87ccad6a948ffc273d8c7e7f85c78710ef913b912c"], ["created_at", "2014-09-22 21:20:14.739287"], ["email", "test+x9@test.com"], ["encrypted_password", "$2a$10$SECCMgZeR3xJinc/gMGZHOG/ZZNPNw2uG2vaWnUvpPPyJ1zn5stBS"], ["favorite_color", "purple"], ["provider", "email"], ["tokens", "{}"], ["uid", "test+x9@test.com"], ["updated_at", "2014-09-22 21:20:14.739287"]]
24626
+ Rendered /Users/lynn/Code/Auth/devise_token_auth/app/views/devise/mailer/confirmation_instructions.html.erb (1.7ms)
24627
+
24628
+ Devise::Mailer#confirmation_instructions: processed outbound mail in 303.4ms
24629
+
24630
+ Sent mail to test+x9@test.com (12.2ms)
24631
+ Date: Mon, 22 Sep 2014 16:20:15 -0500
24632
+ From: please-change-me-at-config-initializers-devise@example.com
24633
+ Reply-To: please-change-me-at-config-initializers-devise@example.com
24634
+ To: test+x9@test.com
24635
+ Message-ID: <5420928f3a7b8_b7873fc454465bec527c3@tests-MacBook-Pro-2.local.mail>
24636
+ Subject: Confirmation instructions
24637
+ Mime-Version: 1.0
24638
+ Content-Type: text/html;
24639
+ charset=UTF-8
24640
+ Content-Transfer-Encoding: 7bit
24641
+ client-config: default
24642
+
24643
+ <p>Welcome test+x9@test.com!</p>
24644
+
24645
+ <p>You can confirm your account email through the link below:</p>
24646
+
24647
+ <p><a href="http://devise-token-auth.dev/mangs/confirmation?config=default&amp;confirmation_token=Z_gMPpxJyjZ5SLiFvTtd">Confirm my account</a></p>
24648
+
24649
+  (2.0ms) commit transaction
24650
+ Rendered /Users/lynn/Code/Auth/devise_token_auth/app/views/devise/mailer/confirmation_instructions.html.erb (0.4ms)
24651
+
24652
+ Devise::Mailer#confirmation_instructions: processed outbound mail in 6.0ms
24653
+
24654
+ Sent mail to test+x9@test.com (7.6ms)
24655
+ Date: Mon, 22 Sep 2014 16:20:15 -0500
24656
+ From: please-change-me-at-config-initializers-devise@example.com
24657
+ Reply-To: please-change-me-at-config-initializers-devise@example.com
24658
+ To: test+x9@test.com
24659
+ Message-ID: <5420928f3f026_b7873fc454465bec528b7@tests-MacBook-Pro-2.local.mail>
24660
+ Subject: Confirmation instructions
24661
+ Mime-Version: 1.0
24662
+ Content-Type: text/html;
24663
+ charset=UTF-8
24664
+ Content-Transfer-Encoding: 7bit
24665
+ client-config: evilUser
24666
+ redirect-url: http://ng-token-auth.dev/#/multi-user
24667
+
24668
+ <p>Welcome test+x9@test.com!</p>
24669
+
24670
+ <p>You can confirm your account email through the link below:</p>
24671
+
24672
+ <p><a href="http://devise-token-auth.dev/mangs/confirmation?config=evilUser&amp;confirmation_token=Z_gMPpxJyjZ5SLiFvTtd&amp;redirect_url=http%3A%2F%2Fng-token-auth.dev%2F%23%2Fmulti-user">Confirm my account</a></p>
24673
+
24674
+ Completed 200 OK in 590ms (Views: 0.3ms | ActiveRecord: 2.7ms)
24675
+
24676
+
24677
+ Started GET "/mangs/confirmation?config=evilUser&confirmation_token=Z_gMPpxJyjZ5SLiFvTtd&redirect_url=http%3A%2F%2Fng-token-auth.dev%2F%23%2Fmulti-user" for 127.0.0.1 at 2014-09-22 16:20:23 -0500
24678
+ Processing by DeviseTokenAuth::ConfirmationsController#show as HTML
24679
+ Parameters: {"config"=>"evilUser", "confirmation_token"=>"Z_gMPpxJyjZ5SLiFvTtd", "redirect_url"=>"http://ng-token-auth.dev/#/multi-user"}
24680
+ Mang Load (0.2ms) SELECT "mangs".* FROM "mangs" WHERE "mangs"."confirmation_token" = 'd31b00e8c0e09732f9351a87ccad6a948ffc273d8c7e7f85c78710ef913b912c' ORDER BY "mangs"."id" ASC LIMIT 1
24681
+  (0.0ms) begin transaction
24682
+ SQL (0.2ms) UPDATE "mangs" SET "confirmation_token" = ?, "confirmed_at" = ?, "tokens" = ?, "updated_at" = ? WHERE "mangs"."id" = 9 [["confirmation_token", nil], ["confirmed_at", "2014-09-22 21:20:23.981798"], ["tokens", "{}"], ["updated_at", "2014-09-22 21:20:23.982057"]]
24683
+  (2.0ms) commit transaction
24684
+  (0.1ms) begin transaction
24685
+ SQL (0.3ms) UPDATE "mangs" SET "confirmation_token" = ?, "tokens" = ?, "updated_at" = ? WHERE "mangs"."id" = 9 [["confirmation_token", "Z_gMPpxJyjZ5SLiFvTtd"], ["tokens", "{\"be4fh2uIiBOgXnhvpXAkpw\":{\"token\":\"$2a$10$nPb43kCox8s/UIobSY.92eDppg33vZXBbEoc3q0KpeqWvCOR81Kdq\",\"expiry\":1412630424}}"], ["updated_at", "2014-09-22 21:20:24.045511"]]
24686
+  (0.9ms) commit transaction
24687
+ Redirected to http://ng-token-auth.dev/#/multi-user?account_confirmation_success=true&client_id=be4fh2uIiBOgXnhvpXAkpw&expiry=1412630424&token=-aK8xV3fD-lC9FwucjqRoA&uid=test%2Bx9%40test.com
24688
+ Completed 302 Found in 68ms (ActiveRecord: 3.7ms)
24689
+
24690
+
24691
+ Started GET "/auth/validate_token" for 127.0.0.1 at 2014-09-22 16:20:24 -0500
24692
+ Processing by DeviseTokenAuth::AuthController#validate_token as HTML
24693
+ User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."uid" = 'test+x9@test.com' LIMIT 1
24694
+ Completed 401 Unauthorized in 2ms (Views: 0.3ms | ActiveRecord: 0.2ms)
24695
+
24696
+
24697
+ Started POST "/mangs" for 127.0.0.1 at 2014-09-22 16:21:49 -0500
24698
+ Processing by DeviseTokenAuth::RegistrationsController#create as HTML
24699
+ Parameters: {"email"=>"a1@test.com", "password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]", "confirm_success_url"=>"http://ng-token-auth.dev/#/multi-user", "config_name"=>"evilUser", "registration"=>{"email"=>"a1@test.com", "password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]", "confirm_success_url"=>"http://ng-token-auth.dev/#/multi-user", "config_name"=>"evilUser"}}
24700
+ Unpermitted parameters: confirm_success_url, config_name, registration
24701
+ Unpermitted parameters: confirm_success_url, config_name, registration
24702
+  (0.1ms) begin transaction
24703
+  (0.1ms) SELECT COUNT(*) FROM "mangs" WHERE "mangs"."provider" = 'email' AND "mangs"."email" = 'a1@test.com'
24704
+ Mang Load (0.1ms) SELECT "mangs".* FROM "mangs" WHERE "mangs"."confirmation_token" = '3e4bc7b969f852e98377cfe5271be5744a3b782698e38b0634cc01b66a09a5f4' ORDER BY "mangs"."id" ASC LIMIT 1
24705
+ Binary data inserted for `string` type on column `confirmation_token`
24706
+ Binary data inserted for `string` type on column `encrypted_password`
24707
+ SQL (0.3ms) INSERT INTO "mangs" ("confirmation_sent_at", "confirmation_token", "created_at", "email", "encrypted_password", "provider", "tokens", "uid", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["confirmation_sent_at", "2014-09-22 21:21:49.410614"], ["confirmation_token", "3e4bc7b969f852e98377cfe5271be5744a3b782698e38b0634cc01b66a09a5f4"], ["created_at", "2014-09-22 21:21:49.409817"], ["email", "a1@test.com"], ["encrypted_password", "$2a$10$wvkUnjd1GVMzO6xHXdF/B.f1ucTv2PB7GiBB/YKKlCyBCIDZyOWF2"], ["provider", "email"], ["tokens", "{}"], ["uid", "a1@test.com"], ["updated_at", "2014-09-22 21:21:49.409817"]]
24708
+ Rendered /Users/lynn/Code/Auth/devise_token_auth/app/views/devise/mailer/confirmation_instructions.html.erb (0.4ms)
24709
+
24710
+ Devise::Mailer#confirmation_instructions: processed outbound mail in 5.9ms
24711
+
24712
+ Sent mail to a1@test.com (8.7ms)
24713
+ Date: Mon, 22 Sep 2014 16:21:49 -0500
24714
+ From: please-change-me-at-config-initializers-devise@example.com
24715
+ Reply-To: please-change-me-at-config-initializers-devise@example.com
24716
+ To: a1@test.com
24717
+ Message-ID: <542092ed663ea_b7873fc454465bec52921@tests-MacBook-Pro-2.local.mail>
24718
+ Subject: Confirmation instructions
24719
+ Mime-Version: 1.0
24720
+ Content-Type: text/html;
24721
+ charset=UTF-8
24722
+ Content-Transfer-Encoding: 7bit
24723
+ client-config: default
24724
+
24725
+ <p>Welcome a1@test.com!</p>
24726
+
24727
+ <p>You can confirm your account email through the link below:</p>
24728
+
24729
+ <p><a href="http://devise-token-auth.dev/mangs/confirmation?config=default&amp;confirmation_token=cy9izRwx2-QQBS3YVbBf">Confirm my account</a></p>
24730
+
24731
+  (2.5ms) commit transaction
24732
+ Rendered /Users/lynn/Code/Auth/devise_token_auth/app/views/devise/mailer/confirmation_instructions.html.erb (0.4ms)
24733
+
24734
+ Devise::Mailer#confirmation_instructions: processed outbound mail in 6.1ms
24735
+
24736
+ Sent mail to a1@test.com (8.9ms)
24737
+ Date: Mon, 22 Sep 2014 16:21:49 -0500
24738
+ From: please-change-me-at-config-initializers-devise@example.com
24739
+ Reply-To: please-change-me-at-config-initializers-devise@example.com
24740
+ To: a1@test.com
24741
+ Message-ID: <542092ed6aa3b_b7873fc454465bec5309e@tests-MacBook-Pro-2.local.mail>
24742
+ Subject: Confirmation instructions
24743
+ Mime-Version: 1.0
24744
+ Content-Type: text/html;
24745
+ charset=UTF-8
24746
+ Content-Transfer-Encoding: 7bit
24747
+ client-config: evilUser
24748
+ redirect-url: http://ng-token-auth.dev/#/multi-user
24749
+
24750
+ <p>Welcome a1@test.com!</p>
24751
+
24752
+ <p>You can confirm your account email through the link below:</p>
24753
+
24754
+ <p><a href="http://devise-token-auth.dev/mangs/confirmation?config=evilUser&amp;confirmation_token=cy9izRwx2-QQBS3YVbBf&amp;redirect_url=http%3A%2F%2Fng-token-auth.dev%2F%23%2Fmulti-user">Confirm my account</a></p>
24755
+
24756
+ Completed 200 OK in 97ms (Views: 0.3ms | ActiveRecord: 3.1ms)
24757
+
24758
+
24759
+ Started GET "/mangs/confirmation?config=evilUser&confirmation_token=cy9izRwx2-QQBS3YVbBf&redirect_url=http%3A%2F%2Fng-token-auth.dev%2F%23%2Fmulti-user" for 127.0.0.1 at 2014-09-22 16:22:34 -0500
24760
+ Processing by DeviseTokenAuth::ConfirmationsController#show as HTML
24761
+ Parameters: {"config"=>"evilUser", "confirmation_token"=>"cy9izRwx2-QQBS3YVbBf", "redirect_url"=>"http://ng-token-auth.dev/#/multi-user"}
24762
+ Mang Load (0.2ms) SELECT "mangs".* FROM "mangs" WHERE "mangs"."confirmation_token" = '3e4bc7b969f852e98377cfe5271be5744a3b782698e38b0634cc01b66a09a5f4' ORDER BY "mangs"."id" ASC LIMIT 1
24763
+  (0.0ms) begin transaction
24764
+ SQL (0.2ms) UPDATE "mangs" SET "confirmation_token" = ?, "confirmed_at" = ?, "tokens" = ?, "updated_at" = ? WHERE "mangs"."id" = 10 [["confirmation_token", nil], ["confirmed_at", "2014-09-22 21:22:34.341841"], ["tokens", "{}"], ["updated_at", "2014-09-22 21:22:34.342081"]]
24765
+  (2.0ms) commit transaction
24766
+  (0.1ms) begin transaction
24767
+ SQL (0.3ms) UPDATE "mangs" SET "confirmation_token" = ?, "tokens" = ?, "updated_at" = ? WHERE "mangs"."id" = 10 [["confirmation_token", "cy9izRwx2-QQBS3YVbBf"], ["tokens", "{\"Xkz1Y4oBLFn7eLbQHMCMMg\":{\"token\":\"$2a$10$7ElsIp7pTMSbvFzEPeoLMOUHgXNmLIIdtaXxUaLHYGqChxVaoheBi\",\"expiry\":1412630554}}"], ["updated_at", "2014-09-22 21:22:34.405619"]]
24768
+  (0.6ms) commit transaction
24769
+ Redirected to http://ng-token-auth.dev/#/multi-user?account_confirmation_success=true&client_id=Xkz1Y4oBLFn7eLbQHMCMMg&expiry=1412630554&token=X1_jlOL6PQ2MhgsOt5XsnA&uid=a1%40test.com
24770
+ Completed 302 Found in 67ms (ActiveRecord: 3.3ms)
24771
+
24772
+
24773
+ Started GET "/auth/validate_token" for 127.0.0.1 at 2014-09-22 16:22:34 -0500
24774
+ Processing by DeviseTokenAuth::AuthController#validate_token as HTML
24775
+ User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."uid" = 'a1@test.com' LIMIT 1
24776
+ Completed 401 Unauthorized in 1ms (Views: 0.1ms | ActiveRecord: 0.2ms)
24777
+
24778
+
24779
+ Started POST "/mangs" for 127.0.0.1 at 2014-09-22 16:23:17 -0500
24780
+ Processing by DeviseTokenAuth::RegistrationsController#create as HTML
24781
+ Parameters: {"email"=>"a2@test.com", "password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]", "confirm_success_url"=>"http://ng-token-auth.dev/#/multi-user", "config_name"=>"evilUser", "registration"=>{"email"=>"a2@test.com", "password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]", "confirm_success_url"=>"http://ng-token-auth.dev/#/multi-user", "config_name"=>"evilUser"}}
24782
+ Unpermitted parameters: confirm_success_url, config_name, registration
24783
+ Unpermitted parameters: confirm_success_url, config_name, registration
24784
+  (0.1ms) begin transaction
24785
+  (0.1ms) SELECT COUNT(*) FROM "mangs" WHERE "mangs"."provider" = 'email' AND "mangs"."email" = 'a2@test.com'
24786
+ Mang Load (0.1ms) SELECT "mangs".* FROM "mangs" WHERE "mangs"."confirmation_token" = '851d511d9b754e4a89ad0fb17a30eefce95175ad33c700c5fd2338ab01d849c5' ORDER BY "mangs"."id" ASC LIMIT 1
24787
+ Binary data inserted for `string` type on column `confirmation_token`
24788
+ Binary data inserted for `string` type on column `encrypted_password`
24789
+ SQL (0.2ms) INSERT INTO "mangs" ("confirmation_sent_at", "confirmation_token", "created_at", "email", "encrypted_password", "provider", "tokens", "uid", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["confirmation_sent_at", "2014-09-22 21:23:17.303262"], ["confirmation_token", "851d511d9b754e4a89ad0fb17a30eefce95175ad33c700c5fd2338ab01d849c5"], ["created_at", "2014-09-22 21:23:17.302682"], ["email", "a2@test.com"], ["encrypted_password", "$2a$10$7F2MxEehu9vzs5iRUqByi.wg8ayDkfEfTN0DGUorUJvWC8z.ySoVu"], ["provider", "email"], ["tokens", "{}"], ["uid", "a2@test.com"], ["updated_at", "2014-09-22 21:23:17.302682"]]
24790
+ Rendered /Users/lynn/Code/Auth/devise_token_auth/app/views/devise/mailer/confirmation_instructions.html.erb (0.3ms)
24791
+
24792
+ Devise::Mailer#confirmation_instructions: processed outbound mail in 5.9ms
24793
+
24794
+ Sent mail to a2@test.com (8.6ms)
24795
+ Date: Mon, 22 Sep 2014 16:23:17 -0500
24796
+ From: please-change-me-at-config-initializers-devise@example.com
24797
+ Reply-To: please-change-me-at-config-initializers-devise@example.com
24798
+ To: a2@test.com
24799
+ Message-ID: <542093454c031_b7873fc454465bec531fb@tests-MacBook-Pro-2.local.mail>
24800
+ Subject: Confirmation instructions
24801
+ Mime-Version: 1.0
24802
+ Content-Type: text/html;
24803
+ charset=UTF-8
24804
+ Content-Transfer-Encoding: 7bit
24805
+ client-config: default
24806
+
24807
+ <p>Welcome a2@test.com!</p>
24808
+
24809
+ <p>You can confirm your account email through the link below:</p>
24810
+
24811
+ <p><a href="http://devise-token-auth.dev/mangs/confirmation?config=default&amp;confirmation_token=wctgDRVBRkwCBYr1T7gE">Confirm my account</a></p>
24812
+
24813
+  (0.9ms) commit transaction
24814
+ Rendered /Users/lynn/Code/Auth/devise_token_auth/app/views/devise/mailer/confirmation_instructions.html.erb (0.3ms)
24815
+
24816
+ Devise::Mailer#confirmation_instructions: processed outbound mail in 5.9ms
24817
+
24818
+ Sent mail to a2@test.com (7.9ms)
24819
+ Date: Mon, 22 Sep 2014 16:23:17 -0500
24820
+ From: please-change-me-at-config-initializers-devise@example.com
24821
+ Reply-To: please-change-me-at-config-initializers-devise@example.com
24822
+ To: a2@test.com
24823
+ Message-ID: <542093454fef6_b7873fc454465bec5328f@tests-MacBook-Pro-2.local.mail>
24824
+ Subject: Confirmation instructions
24825
+ Mime-Version: 1.0
24826
+ Content-Type: text/html;
24827
+ charset=UTF-8
24828
+ Content-Transfer-Encoding: 7bit
24829
+ client-config: evilUser
24830
+ redirect-url: http://ng-token-auth.dev/#/multi-user
24831
+
24832
+ <p>Welcome a2@test.com!</p>
24833
+
24834
+ <p>You can confirm your account email through the link below:</p>
24835
+
24836
+ <p><a href="http://devise-token-auth.dev/mangs/confirmation?config=evilUser&amp;confirmation_token=wctgDRVBRkwCBYr1T7gE&amp;redirect_url=http%3A%2F%2Fng-token-auth.dev%2F%23%2Fmulti-user">Confirm my account</a></p>
24837
+
24838
+ Completed 200 OK in 95ms (Views: 0.3ms | ActiveRecord: 1.4ms)
24839
+
24840
+
24841
+ Started GET "/mangs/confirmation?config=evilUser&confirmation_token=wctgDRVBRkwCBYr1T7gE&redirect_url=http%3A%2F%2Fng-token-auth.dev%2F%23%2Fmulti-user" for 127.0.0.1 at 2014-09-22 16:23:34 -0500
24842
+ Processing by DeviseTokenAuth::ConfirmationsController#show as HTML
24843
+ Parameters: {"config"=>"evilUser", "confirmation_token"=>"wctgDRVBRkwCBYr1T7gE", "redirect_url"=>"http://ng-token-auth.dev/#/multi-user"}
24844
+ Mang Load (0.2ms) SELECT "mangs".* FROM "mangs" WHERE "mangs"."confirmation_token" = '851d511d9b754e4a89ad0fb17a30eefce95175ad33c700c5fd2338ab01d849c5' ORDER BY "mangs"."id" ASC LIMIT 1
24845
+  (0.0ms) begin transaction
24846
+ SQL (0.2ms) UPDATE "mangs" SET "confirmation_token" = ?, "confirmed_at" = ?, "tokens" = ?, "updated_at" = ? WHERE "mangs"."id" = 11 [["confirmation_token", nil], ["confirmed_at", "2014-09-22 21:23:34.687924"], ["tokens", "{}"], ["updated_at", "2014-09-22 21:23:34.688154"]]
24847
+  (10.7ms) commit transaction
24848
+  (0.1ms) begin transaction
24849
+ SQL (0.3ms) UPDATE "mangs" SET "confirmation_token" = ?, "tokens" = ?, "updated_at" = ? WHERE "mangs"."id" = 11 [["confirmation_token", "wctgDRVBRkwCBYr1T7gE"], ["tokens", "{\"cGHFD2ujM6lTq7YQCA42zg\":{\"token\":\"$2a$10$XUVZB5zsZFQ8ZiivyAKIeuxFOn3deswecI9lE9KuIeCcAMd7.3R4W\",\"expiry\":1412630614}}"], ["updated_at", "2014-09-22 21:23:34.760040"]]
24850
+  (0.8ms) commit transaction
24851
+ Redirected to http://ng-token-auth.dev/#/multi-user?account_confirmation_success=true&client_id=cGHFD2ujM6lTq7YQCA42zg&expiry=1412630614&token=uuecqUBUuh_NxdzbtKNvag&uid=a2%40test.com
24852
+ Completed 302 Found in 75ms (ActiveRecord: 12.2ms)
24853
+
24854
+
24855
+ Started GET "/auth/validate_token" for 127.0.0.1 at 2014-09-22 16:23:35 -0500
24856
+ Processing by DeviseTokenAuth::AuthController#validate_token as HTML
24857
+ User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."uid" = 'a2@test.com' LIMIT 1
24858
+ Completed 401 Unauthorized in 1ms (Views: 0.1ms | ActiveRecord: 0.2ms)
24859
+
24860
+
24861
+ Started POST "/mangs" for 127.0.0.1 at 2014-09-22 16:24:47 -0500
24862
+ Processing by DeviseTokenAuth::RegistrationsController#create as HTML
24863
+ Parameters: {"email"=>"a3@test.com", "password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]", "confirm_success_url"=>"http://ng-token-auth.dev/#/multi-user", "config_name"=>"evilUser", "registration"=>{"email"=>"a3@test.com", "password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]", "confirm_success_url"=>"http://ng-token-auth.dev/#/multi-user", "config_name"=>"evilUser"}}
24864
+ Unpermitted parameters: confirm_success_url, config_name, registration
24865
+ Unpermitted parameters: confirm_success_url, config_name, registration
24866
+  (0.1ms) begin transaction
24867
+  (0.1ms) SELECT COUNT(*) FROM "mangs" WHERE "mangs"."provider" = 'email' AND "mangs"."email" = 'a3@test.com'
24868
+ Mang Load (0.1ms) SELECT "mangs".* FROM "mangs" WHERE "mangs"."confirmation_token" = '2a761e4d98cb183b023df90e4ced613639e4b54e64e6a7bb44c08522af4b0ad3' ORDER BY "mangs"."id" ASC LIMIT 1
24869
+ Binary data inserted for `string` type on column `confirmation_token`
24870
+ Binary data inserted for `string` type on column `encrypted_password`
24871
+ SQL (0.3ms) INSERT INTO "mangs" ("confirmation_sent_at", "confirmation_token", "created_at", "email", "encrypted_password", "provider", "tokens", "uid", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["confirmation_sent_at", "2014-09-22 21:24:47.772283"], ["confirmation_token", "2a761e4d98cb183b023df90e4ced613639e4b54e64e6a7bb44c08522af4b0ad3"], ["created_at", "2014-09-22 21:24:47.771657"], ["email", "a3@test.com"], ["encrypted_password", "$2a$10$/kvzbA2VJ1pK/rs.JQMu4eoJ9jBgR5KnmSBmoyULIagRxjojBP2y."], ["provider", "email"], ["tokens", "{}"], ["uid", "a3@test.com"], ["updated_at", "2014-09-22 21:24:47.771657"]]
24872
+ Rendered /Users/lynn/Code/Auth/devise_token_auth/app/views/devise/mailer/confirmation_instructions.html.erb (0.3ms)
24873
+
24874
+ Devise::Mailer#confirmation_instructions: processed outbound mail in 5.8ms
24875
+
24876
+ Sent mail to a3@test.com (8.3ms)
24877
+ Date: Mon, 22 Sep 2014 16:24:47 -0500
24878
+ From: please-change-me-at-config-initializers-devise@example.com
24879
+ Reply-To: please-change-me-at-config-initializers-devise@example.com
24880
+ To: a3@test.com
24881
+ Message-ID: <5420939fbe8f3_b7873fc454465bec53343@tests-MacBook-Pro-2.local.mail>
24882
+ Subject: Confirmation instructions
24883
+ Mime-Version: 1.0
24884
+ Content-Type: text/html;
24885
+ charset=UTF-8
24886
+ Content-Transfer-Encoding: 7bit
24887
+ client-config: default
24888
+
24889
+ <p>Welcome a3@test.com!</p>
24890
+
24891
+ <p>You can confirm your account email through the link below:</p>
24892
+
24893
+ <p><a href="http://devise-token-auth.dev/mangs/confirmation?config=default&amp;confirmation_token=iHXHJUXoWz3F_c9_C1Yg">Confirm my account</a></p>
24894
+
24895
+  (2.5ms) commit transaction
24896
+ Rendered /Users/lynn/Code/Auth/devise_token_auth/app/views/devise/mailer/confirmation_instructions.html.erb (0.4ms)
24897
+
24898
+ Devise::Mailer#confirmation_instructions: processed outbound mail in 6.0ms
24899
+
24900
+ Sent mail to a3@test.com (8.1ms)
24901
+ Date: Mon, 22 Sep 2014 16:24:47 -0500
24902
+ From: please-change-me-at-config-initializers-devise@example.com
24903
+ Reply-To: please-change-me-at-config-initializers-devise@example.com
24904
+ To: a3@test.com
24905
+ Message-ID: <5420939fc2de4_b7873fc454465bec534f9@tests-MacBook-Pro-2.local.mail>
24906
+ Subject: Confirmation instructions
24907
+ Mime-Version: 1.0
24908
+ Content-Type: text/html;
24909
+ charset=UTF-8
24910
+ Content-Transfer-Encoding: 7bit
24911
+ client-config: evilUser
24912
+ redirect-url: http://ng-token-auth.dev/#/multi-user
24913
+
24914
+ <p>Welcome a3@test.com!</p>
24915
+
24916
+ <p>You can confirm your account email through the link below:</p>
24917
+
24918
+ <p><a href="http://devise-token-auth.dev/mangs/confirmation?config=evilUser&amp;confirmation_token=iHXHJUXoWz3F_c9_C1Yg&amp;redirect_url=http%3A%2F%2Fng-token-auth.dev%2F%23%2Fmulti-user">Confirm my account</a></p>
24919
+
24920
+ Completed 200 OK in 97ms (Views: 0.3ms | ActiveRecord: 3.1ms)
24921
+
24922
+
24923
+ Started GET "/mangs/confirmation?config=evilUser&confirmation_token=iHXHJUXoWz3F_c9_C1Yg&redirect_url=http%3A%2F%2Fng-token-auth.dev%2F%23%2Fmulti-user" for 127.0.0.1 at 2014-09-22 16:25:10 -0500
24924
+ Processing by DeviseTokenAuth::ConfirmationsController#show as HTML
24925
+ Parameters: {"config"=>"evilUser", "confirmation_token"=>"iHXHJUXoWz3F_c9_C1Yg", "redirect_url"=>"http://ng-token-auth.dev/#/multi-user"}
24926
+ Mang Load (0.2ms) SELECT "mangs".* FROM "mangs" WHERE "mangs"."confirmation_token" = '2a761e4d98cb183b023df90e4ced613639e4b54e64e6a7bb44c08522af4b0ad3' ORDER BY "mangs"."id" ASC LIMIT 1
24927
+  (0.1ms) begin transaction
24928
+ SQL (0.2ms) UPDATE "mangs" SET "confirmation_token" = ?, "confirmed_at" = ?, "tokens" = ?, "updated_at" = ? WHERE "mangs"."id" = 12 [["confirmation_token", nil], ["confirmed_at", "2014-09-22 21:25:10.172408"], ["tokens", "{}"], ["updated_at", "2014-09-22 21:25:10.172666"]]
24929
+  (5.2ms) commit transaction
24930
+  (0.1ms) begin transaction
24931
+ SQL (0.3ms) UPDATE "mangs" SET "confirmation_token" = ?, "tokens" = ?, "updated_at" = ? WHERE "mangs"."id" = 12 [["confirmation_token", "iHXHJUXoWz3F_c9_C1Yg"], ["tokens", "{\"I6FW2yl8dhewwx9G61Fhrg\":{\"token\":\"$2a$10$Z6DBc2xCpJnec9V0NcYenOFs/pzt1qtBkzVEIn3BJm00ToYG7gJxG\",\"expiry\":1412630710}}"], ["updated_at", "2014-09-22 21:25:10.240300"]]
24932
+  (0.9ms) commit transaction
24933
+ Redirected to http://ng-token-auth.dev/#/multi-user?account_confirmation_success=true&client_id=I6FW2yl8dhewwx9G61Fhrg&expiry=1412630710&token=vUutNrimRXUzGKzu9sRtuQ&uid=a3%40test.com
24934
+ Completed 302 Found in 71ms (ActiveRecord: 6.9ms)
24935
+
24936
+
24937
+ Started GET "/auth/validate_token" for 127.0.0.1 at 2014-09-22 16:25:10 -0500
24938
+ Processing by DeviseTokenAuth::AuthController#validate_token as HTML
24939
+ User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."uid" = 'a3@test.com' LIMIT 1
24940
+ Completed 401 Unauthorized in 1ms (Views: 0.2ms | ActiveRecord: 0.2ms)
24941
+
24942
+
24943
+ Started POST "/mangs" for 127.0.0.1 at 2014-09-22 16:26:23 -0500
24944
+ Processing by DeviseTokenAuth::RegistrationsController#create as HTML
24945
+ Parameters: {"email"=>"a4@test.com", "password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]", "confirm_success_url"=>"http://ng-token-auth.dev/#/multi-user", "config_name"=>"evilUser", "registration"=>{"email"=>"a4@test.com", "password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]", "confirm_success_url"=>"http://ng-token-auth.dev/#/multi-user", "config_name"=>"evilUser"}}
24946
+ Unpermitted parameters: confirm_success_url, config_name, registration
24947
+ Unpermitted parameters: confirm_success_url, config_name, registration
24948
+  (0.1ms) begin transaction
24949
+  (0.2ms) SELECT COUNT(*) FROM "mangs" WHERE "mangs"."provider" = 'email' AND "mangs"."email" = 'a4@test.com'
24950
+ Mang Load (0.1ms) SELECT "mangs".* FROM "mangs" WHERE "mangs"."confirmation_token" = '4cb8b2dced01f71ae004149fecd533c3baf696cb313bc4b66e62f9bb3f3b2a7a' ORDER BY "mangs"."id" ASC LIMIT 1
24951
+ Binary data inserted for `string` type on column `confirmation_token`
24952
+ Binary data inserted for `string` type on column `encrypted_password`
24953
+ SQL (0.3ms) INSERT INTO "mangs" ("confirmation_sent_at", "confirmation_token", "created_at", "email", "encrypted_password", "provider", "tokens", "uid", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["confirmation_sent_at", "2014-09-22 21:26:23.973306"], ["confirmation_token", "4cb8b2dced01f71ae004149fecd533c3baf696cb313bc4b66e62f9bb3f3b2a7a"], ["created_at", "2014-09-22 21:26:23.972412"], ["email", "a4@test.com"], ["encrypted_password", "$2a$10$Yk.n7zbZ/b2vN6EwrhLMi.4b5KnD3t3C.ml27L0q3RHIHDfCxYi7y"], ["provider", "email"], ["tokens", "{}"], ["uid", "a4@test.com"], ["updated_at", "2014-09-22 21:26:23.972412"]]
24954
+ Rendered /Users/lynn/Code/Auth/devise_token_auth/app/views/devise/mailer/confirmation_instructions.html.erb (0.4ms)
24955
+
24956
+ Devise::Mailer#confirmation_instructions: processed outbound mail in 6.3ms
24957
+
24958
+ Sent mail to a4@test.com (8.4ms)
24959
+ Date: Mon, 22 Sep 2014 16:26:23 -0500
24960
+ From: please-change-me-at-config-initializers-devise@example.com
24961
+ Reply-To: please-change-me-at-config-initializers-devise@example.com
24962
+ To: a4@test.com
24963
+ Message-ID: <542093fff0496_b7873fc454465bec535af@tests-MacBook-Pro-2.local.mail>
24964
+ Subject: Confirmation instructions
24965
+ Mime-Version: 1.0
24966
+ Content-Type: text/html;
24967
+ charset=UTF-8
24968
+ Content-Transfer-Encoding: 7bit
24969
+ client-config: default
24970
+
24971
+ <p>Welcome a4@test.com!</p>
24972
+
24973
+ <p>You can confirm your account email through the link below:</p>
24974
+
24975
+ <p><a href="http://devise-token-auth.dev/mangs/confirmation?config=default&amp;confirmation_token=mZ3U5sDD_UJDRmH3T85p">Confirm my account</a></p>
24976
+
24977
+  (2.5ms) commit transaction
24978
+ Rendered /Users/lynn/Code/Auth/devise_token_auth/app/views/devise/mailer/confirmation_instructions.html.erb (0.4ms)
24979
+
24980
+ Devise::Mailer#confirmation_instructions: processed outbound mail in 6.1ms
24981
+
24982
+ Sent mail to a4@test.com (10.4ms)
24983
+ Date: Mon, 22 Sep 2014 16:26:24 -0500
24984
+ From: please-change-me-at-config-initializers-devise@example.com
24985
+ Reply-To: please-change-me-at-config-initializers-devise@example.com
24986
+ To: a4@test.com
24987
+ Message-ID: <54209400780_b7873fc454465bec53649@tests-MacBook-Pro-2.local.mail>
24988
+ Subject: Confirmation instructions
24989
+ Mime-Version: 1.0
24990
+ Content-Type: text/html;
24991
+ charset=UTF-8
24992
+ Content-Transfer-Encoding: 7bit
24993
+ client-config: evilUser
24994
+ redirect-url: http://ng-token-auth.dev/#/multi-user
24995
+
24996
+ <p>Welcome a4@test.com!</p>
24997
+
24998
+ <p>You can confirm your account email through the link below:</p>
24999
+
25000
+ <p><a href="http://devise-token-auth.dev/mangs/confirmation?config=evilUser&amp;confirmation_token=mZ3U5sDD_UJDRmH3T85p&amp;redirect_url=http%3A%2F%2Fng-token-auth.dev%2F%23%2Fmulti-user">Confirm my account</a></p>
25001
+
25002
+ Completed 200 OK in 114ms (Views: 0.4ms | ActiveRecord: 3.6ms)
25003
+
25004
+
25005
+ Started GET "/mangs/confirmation?config=evilUser&confirmation_token=mZ3U5sDD_UJDRmH3T85p&redirect_url=http%3A%2F%2Fng-token-auth.dev%2F%23%2Fmulti-user" for 127.0.0.1 at 2014-09-22 16:26:46 -0500
25006
+ Processing by DeviseTokenAuth::ConfirmationsController#show as HTML
25007
+ Parameters: {"config"=>"evilUser", "confirmation_token"=>"mZ3U5sDD_UJDRmH3T85p", "redirect_url"=>"http://ng-token-auth.dev/#/multi-user"}
25008
+ Mang Load (0.2ms) SELECT "mangs".* FROM "mangs" WHERE "mangs"."confirmation_token" = '4cb8b2dced01f71ae004149fecd533c3baf696cb313bc4b66e62f9bb3f3b2a7a' ORDER BY "mangs"."id" ASC LIMIT 1
25009
+  (0.0ms) begin transaction
25010
+ SQL (0.3ms) UPDATE "mangs" SET "confirmation_token" = ?, "confirmed_at" = ?, "tokens" = ?, "updated_at" = ? WHERE "mangs"."id" = 13 [["confirmation_token", nil], ["confirmed_at", "2014-09-22 21:26:46.335030"], ["tokens", "{}"], ["updated_at", "2014-09-22 21:26:46.335308"]]
25011
+  (5.2ms) commit transaction
25012
+  (0.1ms) begin transaction
25013
+ SQL (0.4ms) UPDATE "mangs" SET "confirmation_token" = ?, "tokens" = ?, "updated_at" = ? WHERE "mangs"."id" = 13 [["confirmation_token", "mZ3U5sDD_UJDRmH3T85p"], ["tokens", "{\"_b9IulUOmhA68e5cepQrug\":{\"token\":\"$2a$10$cChXjuH6r.o6JVOGegOJvuYM0H7eb1GWoais0f6wrEORB5yLj2ur.\",\"expiry\":1412630806}}"], ["updated_at", "2014-09-22 21:26:46.401916"]]
25014
+  (1.0ms) commit transaction
25015
+ Redirected to http://ng-token-auth.dev/#/multi-user?account_confirmation_success=true&client_id=_b9IulUOmhA68e5cepQrug&config=evilUser&expiry=1412630806&token=vbY8jHHJIP6zRNItDClJyA&uid=a4%40test.com
25016
+ Completed 302 Found in 71ms (ActiveRecord: 7.1ms)
25017
+
25018
+
25019
+ Started GET "/mangs/validate_token" for 127.0.0.1 at 2014-09-22 16:26:47 -0500
25020
+ Processing by DeviseTokenAuth::AuthController#validate_token as HTML
25021
+ Mang Load (0.2ms) SELECT "mangs".* FROM "mangs" WHERE "mangs"."uid" = 'a4@test.com' LIMIT 1
25022
+  (0.1ms) begin transaction
25023
+ SQL (0.3ms) UPDATE "mangs" SET "tokens" = ?, "updated_at" = ? WHERE "mangs"."id" = 13 [["tokens", "{\"_b9IulUOmhA68e5cepQrug\":{\"token\":\"$2a$10$j7VxBSlZjEYI1GyByIW0C.r16t1V5C4IYAlBn5BGwdx.S68C8PttS\",\"expiry\":1412630807,\"last_token\":\"$2a$10$cChXjuH6r.o6JVOGegOJvuYM0H7eb1GWoais0f6wrEORB5yLj2ur.\",\"updated_at\":\"2014-09-22T16:26:47.304-05:00\"}}"], ["updated_at", "2014-09-22 21:26:47.304592"]]
25024
+  (1.8ms) commit transaction
25025
+ Completed 200 OK in 127ms (Views: 0.3ms | ActiveRecord: 2.4ms)
25026
+
25027
+
25028
+ Started GET "/demo/members_only_group" for 127.0.0.1 at 2014-09-22 16:27:08 -0500
25029
+ Processing by DemoGroupController#members_only as HTML
25030
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."uid" = 'a4@test.com' LIMIT 1
25031
+ Mang Load (0.1ms) SELECT "mangs".* FROM "mangs" WHERE "mangs"."uid" = 'a4@test.com' LIMIT 1
25032
+ CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."uid" = 'a4@test.com' LIMIT 1
25033
+ CACHE (0.0ms) SELECT "mangs".* FROM "mangs" WHERE "mangs"."uid" = 'a4@test.com' LIMIT 1
25034
+ CACHE (0.0ms) SELECT "users".* FROM "users" WHERE "users"."uid" = 'a4@test.com' LIMIT 1
25035
+ CACHE (0.0ms) SELECT "mangs".* FROM "mangs" WHERE "mangs"."uid" = 'a4@test.com' LIMIT 1
25036
+  (0.1ms) begin transaction
25037
+ SQL (0.2ms) UPDATE "mangs" SET "tokens" = ?, "updated_at" = ? WHERE "mangs"."id" = 13 [["tokens", "{\"_b9IulUOmhA68e5cepQrug\":{\"token\":\"$2a$10$hiPq7EYZ/secR88L4BzItuiu1xuc5OWuN7anV.9iU3iLk2WXgYB5W\",\"expiry\":1412630828,\"last_token\":\"$2a$10$j7VxBSlZjEYI1GyByIW0C.r16t1V5C4IYAlBn5BGwdx.S68C8PttS\",\"updated_at\":\"2014-09-22T16:27:08.640-05:00\"}}"], ["updated_at", "2014-09-22 21:27:08.640561"]]
25038
+  (1.9ms) commit transaction
25039
+ Completed 200 OK in 249ms (Views: 0.6ms | ActiveRecord: 2.7ms)
25040
+
25041
+
25042
+ Started GET "/demo/members_only_mang" for 127.0.0.1 at 2014-09-22 16:27:10 -0500
25043
+ Processing by DemoMangController#members_only as HTML
25044
+ Mang Load (0.2ms) SELECT "mangs".* FROM "mangs" WHERE "mangs"."uid" = 'a4@test.com' LIMIT 1
25045
+  (0.1ms) begin transaction
25046
+ SQL (0.2ms) UPDATE "mangs" SET "tokens" = ?, "updated_at" = ? WHERE "mangs"."id" = 13 [["tokens", "{\"_b9IulUOmhA68e5cepQrug\":{\"token\":\"$2a$10$hiPq7EYZ/secR88L4BzItuiu1xuc5OWuN7anV.9iU3iLk2WXgYB5W\",\"expiry\":1412630828,\"last_token\":\"$2a$10$j7VxBSlZjEYI1GyByIW0C.r16t1V5C4IYAlBn5BGwdx.S68C8PttS\",\"updated_at\":\"2014-09-22T16:27:10.694-05:00\"}}"], ["updated_at", "2014-09-22 21:27:10.695011"]]
25047
+  (2.0ms) commit transaction
25048
+ Completed 200 OK in 68ms (Views: 0.5ms | ActiveRecord: 2.4ms)
25049
+
25050
+
25051
+ Started PUT "/mangs" for 127.0.0.1 at 2014-09-22 16:27:16 -0500
25052
+ Processing by DeviseTokenAuth::RegistrationsController#update as HTML
25053
+ Parameters: {"favorite_color"=>"green", "registration"=>{"favorite_color"=>"green"}}
25054
+ Mang Load (0.2ms) SELECT "mangs".* FROM "mangs" WHERE "mangs"."uid" = 'a4@test.com' LIMIT 1
25055
+ Unpermitted parameters: registration
25056
+  (0.1ms) begin transaction
25057
+ SQL (0.3ms) UPDATE "mangs" SET "favorite_color" = ?, "tokens" = ?, "updated_at" = ? WHERE "mangs"."id" = 13 [["favorite_color", "green"], ["tokens", "{\"_b9IulUOmhA68e5cepQrug\":{\"token\":\"$2a$10$hiPq7EYZ/secR88L4BzItuiu1xuc5OWuN7anV.9iU3iLk2WXgYB5W\",\"expiry\":1412630828,\"last_token\":\"$2a$10$j7VxBSlZjEYI1GyByIW0C.r16t1V5C4IYAlBn5BGwdx.S68C8PttS\",\"updated_at\":\"2014-09-22T16:27:10.694-05:00\"}}"], ["updated_at", "2014-09-22 21:27:16.323263"]]
25058
+  (17.5ms) commit transaction
25059
+  (0.1ms) begin transaction
25060
+ SQL (0.2ms) UPDATE "mangs" SET "tokens" = ?, "updated_at" = ? WHERE "mangs"."id" = 13 [["tokens", "{\"_b9IulUOmhA68e5cepQrug\":{\"token\":\"$2a$10$uqknTtQoApn37Sd7H4T5v.SH03eAPyO7De0wJ6/Prj/RvehuKjXnm\",\"expiry\":1412630836,\"last_token\":\"$2a$10$hiPq7EYZ/secR88L4BzItuiu1xuc5OWuN7anV.9iU3iLk2WXgYB5W\",\"updated_at\":\"2014-09-22T16:27:16.402-05:00\"}}"], ["updated_at", "2014-09-22 21:27:16.402877"]]
25061
+  (0.9ms) commit transaction
25062
+ Completed 200 OK in 143ms (Views: 0.3ms | ActiveRecord: 19.2ms)
25063
+
25064
+
25065
+ Started GET "/demo/members_only_mang" for 127.0.0.1 at 2014-09-22 16:27:48 -0500
25066
+ Processing by DemoMangController#members_only as HTML
25067
+ Mang Load (0.2ms) SELECT "mangs".* FROM "mangs" WHERE "mangs"."uid" = 'a4@test.com' LIMIT 1
25068
+  (0.1ms) begin transaction
25069
+ SQL (0.2ms) UPDATE "mangs" SET "tokens" = ?, "updated_at" = ? WHERE "mangs"."id" = 13 [["tokens", "{\"_b9IulUOmhA68e5cepQrug\":{\"token\":\"$2a$10$cftFpPNSm3HPPzKAvwgZlOfWhzgDMGJOqz1oD7nObZINvwYhH1eR2\",\"expiry\":1412630868,\"last_token\":\"$2a$10$uqknTtQoApn37Sd7H4T5v.SH03eAPyO7De0wJ6/Prj/RvehuKjXnm\",\"updated_at\":\"2014-09-22T16:27:48.929-05:00\"}}"], ["updated_at", "2014-09-22 21:27:48.930216"]]
25070
+  (2.5ms) commit transaction
25071
+ Completed 200 OK in 124ms (Views: 0.5ms | ActiveRecord: 2.9ms)
25072
+
25073
+
25074
+ Started GET "/demo/members_only_mang" for 127.0.0.1 at 2014-09-22 16:27:48 -0500
25075
+ Processing by DemoMangController#members_only as HTML
25076
+ Mang Load (0.2ms) SELECT "mangs".* FROM "mangs" WHERE "mangs"."uid" = 'a4@test.com' LIMIT 1
25077
+  (0.1ms) begin transaction
25078
+ SQL (0.2ms) UPDATE "mangs" SET "tokens" = ?, "updated_at" = ? WHERE "mangs"."id" = 13 [["tokens", "{\"_b9IulUOmhA68e5cepQrug\":{\"token\":\"$2a$10$cftFpPNSm3HPPzKAvwgZlOfWhzgDMGJOqz1oD7nObZINvwYhH1eR2\",\"expiry\":1412630868,\"last_token\":\"$2a$10$uqknTtQoApn37Sd7H4T5v.SH03eAPyO7De0wJ6/Prj/RvehuKjXnm\",\"updated_at\":\"2014-09-22T16:27:49.066-05:00\"}}"], ["updated_at", "2014-09-22 21:27:49.066862"]]
25079
+  (1.9ms) commit transaction
25080
+ Completed 200 OK in 124ms (Views: 0.5ms | ActiveRecord: 2.3ms)
25081
+
25082
+
25083
+ Started PUT "/mangs/password" for 127.0.0.1 at 2014-09-22 16:28:00 -0500
25084
+ Processing by DeviseTokenAuth::PasswordsController#update as HTML
25085
+ Parameters: {"password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]"}
25086
+ Mang Load (0.2ms) SELECT "mangs".* FROM "mangs" WHERE "mangs"."uid" = 'a4@test.com' LIMIT 1
25087
+  (0.1ms) begin transaction
25088
+ Binary data inserted for `string` type on column `encrypted_password`
25089
+ SQL (0.4ms) UPDATE "mangs" SET "encrypted_password" = ?, "tokens" = ?, "updated_at" = ? WHERE "mangs"."id" = 13 [["encrypted_password", "$2a$10$xl3QSFa/r27skvpYV.2yK.SVoWbOhkj/s9f3VI9kxxlitNZBX80mC"], ["tokens", "{\"_b9IulUOmhA68e5cepQrug\":{\"token\":\"$2a$10$cftFpPNSm3HPPzKAvwgZlOfWhzgDMGJOqz1oD7nObZINvwYhH1eR2\",\"expiry\":1412630868,\"last_token\":\"$2a$10$uqknTtQoApn37Sd7H4T5v.SH03eAPyO7De0wJ6/Prj/RvehuKjXnm\",\"updated_at\":\"2014-09-22T16:27:49.066-05:00\"}}"], ["updated_at", "2014-09-22 21:28:00.848605"]]
25090
+  (1.7ms) commit transaction
25091
+  (0.1ms) begin transaction
25092
+ SQL (0.2ms) UPDATE "mangs" SET "tokens" = ?, "updated_at" = ? WHERE "mangs"."id" = 13 [["tokens", "{\"_b9IulUOmhA68e5cepQrug\":{\"token\":\"$2a$10$g49vbHToBoWf9jmb11IZwu6qeBAvZqdupmrcKdh4MrlaK4auzwF.i\",\"expiry\":1412630880,\"last_token\":\"$2a$10$cftFpPNSm3HPPzKAvwgZlOfWhzgDMGJOqz1oD7nObZINvwYhH1eR2\",\"updated_at\":\"2014-09-22T16:28:00.912-05:00\"}}"], ["updated_at", "2014-09-22 21:28:00.912865"]]
25093
+  (0.5ms) commit transaction
25094
+ Completed 200 OK in 188ms (Views: 0.4ms | ActiveRecord: 3.1ms)
25095
+
25096
+
25097
+ Started GET "/demo/members_only" for 127.0.0.1 at 2014-09-22 16:28:07 -0500
25098
+ Processing by DemoUserController#members_only as HTML
25099
+ User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."uid" = 'a4@test.com' LIMIT 1
25100
+ Filter chain halted as :authenticate_user! rendered or redirected
25101
+ Completed 401 Unauthorized in 1ms (Views: 0.2ms | ActiveRecord: 0.2ms)
25102
+
25103
+
25104
+ Started GET "/demo/members_only" for 127.0.0.1 at 2014-09-22 16:28:09 -0500
25105
+ Processing by DemoUserController#members_only as HTML
25106
+ User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."uid" = 'a4@test.com' LIMIT 1
25107
+ Filter chain halted as :authenticate_user! rendered or redirected
25108
+ Completed 401 Unauthorized in 1ms (Views: 0.1ms | ActiveRecord: 0.2ms)
25109
+
25110
+
25111
+ Started GET "/demo/members_only" for 127.0.0.1 at 2014-09-22 16:28:09 -0500
25112
+ Processing by DemoUserController#members_only as HTML
25113
+ User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."uid" = 'a4@test.com' LIMIT 1
25114
+ Filter chain halted as :authenticate_user! rendered or redirected
25115
+ Completed 401 Unauthorized in 1ms (Views: 0.1ms | ActiveRecord: 0.2ms)
25116
+
25117
+
25118
+ Started POST "/mangs/password" for 127.0.0.1 at 2014-09-22 16:28:26 -0500
25119
+ Processing by DeviseTokenAuth::PasswordsController#create as HTML
25120
+ Parameters: {"email"=>"a4@test.com", "redirect_url"=>"http://ng-token-auth.dev/#/multi-user?account_confirmation_success=true&client_id=_b9IulUOmhA68e5cepQrug&config=evilUser&expiry=1412630806&token=vbY8jHHJIP6zRNItDClJyA&uid=a4%40test.com", "config_name"=>"evilUser", "password"=>{"email"=>"a4@test.com", "redirect_url"=>"http://ng-token-auth.dev/#/multi-user?account_confirmation_success=true&client_id=_b9IulUOmhA68e5cepQrug&config=evilUser&expiry=1412630806&token=vbY8jHHJIP6zRNItDClJyA&uid=a4%40test.com", "config_name"=>"evilUser"}}
25121
+ Unpermitted parameters: redirect_url, config_name, password
25122
+ Unpermitted parameters: redirect_url, config_name, password
25123
+ Mang Load (0.2ms) SELECT "mangs".* FROM "mangs" WHERE "mangs"."email" = 'a4@test.com' AND "mangs"."provider" = 'email' ORDER BY "mangs"."id" ASC LIMIT 1
25124
+ Unpermitted parameters: redirect_url, config_name, password
25125
+ Mang Load (0.2ms) SELECT "mangs".* FROM "mangs" WHERE "mangs"."reset_password_token" = 'fb2f0dcd9354be3e78c837138fa8c463f601eed4ceef12ba7a7862eea522c297' ORDER BY "mangs"."id" ASC LIMIT 1
25126
+  (0.0ms) begin transaction
25127
+ Binary data inserted for `string` type on column `reset_password_token`
25128
+ SQL (0.3ms) UPDATE "mangs" SET "reset_password_sent_at" = ?, "reset_password_token" = ?, "tokens" = ?, "updated_at" = ? WHERE "mangs"."id" = 13 [["reset_password_sent_at", "2014-09-22 21:28:26.404991"], ["reset_password_token", "fb2f0dcd9354be3e78c837138fa8c463f601eed4ceef12ba7a7862eea522c297"], ["tokens", "{\"_b9IulUOmhA68e5cepQrug\":{\"token\":\"$2a$10$g49vbHToBoWf9jmb11IZwu6qeBAvZqdupmrcKdh4MrlaK4auzwF.i\",\"expiry\":1412630880,\"last_token\":\"$2a$10$cftFpPNSm3HPPzKAvwgZlOfWhzgDMGJOqz1oD7nObZINvwYhH1eR2\",\"updated_at\":\"2014-09-22T16:28:00.912-05:00\"}}"], ["updated_at", "2014-09-22 21:28:26.405265"]]
25129
+  (1.9ms) commit transaction
25130
+ Rendered /Users/lynn/Code/Auth/devise_token_auth/app/views/devise/mailer/reset_password_instructions.html.erb (0.8ms)
25131
+
25132
+ Devise::Mailer#reset_password_instructions: processed outbound mail in 7.4ms
25133
+
25134
+ Sent mail to a4@test.com (8.2ms)
25135
+ Date: Mon, 22 Sep 2014 16:28:26 -0500
25136
+ From: please-change-me-at-config-initializers-devise@example.com
25137
+ Reply-To: please-change-me-at-config-initializers-devise@example.com
25138
+ To: a4@test.com
25139
+ Message-ID: <5420947a65d07_b7873fc454465bec537b1@tests-MacBook-Pro-2.local.mail>
25140
+ Subject: Reset password instructions
25141
+ Mime-Version: 1.0
25142
+ Content-Type: text/html;
25143
+ charset=UTF-8
25144
+ Content-Transfer-Encoding: 7bit
25145
+ email: a4@test.com
25146
+ provider: email
25147
+ redirect-url: http://ng-token-auth.dev/#/multi-user?account_confirmation_success=true&client_id=_b9IulUOmhA68e5cepQrug&config=evilUser&expiry=1412630806&token=vbY8jHHJIP6zRNItDClJyA&uid=a4%40test.com
25148
+ client-config: evilUser
25149
+
25150
+ <p>Hello a4@test.com!</p>
25151
+
25152
+ <p>Someone has requested a link to change your password. You can do this through the link below.</p>
25153
+
25154
+ <p><a href="http://devise-token-auth.dev/mangs/password/edit?config=evilUser&amp;redirect_url=http%3A%2F%2Fng-token-auth.dev%2F%23%2Fmulti-user%3Faccount_confirmation_success%3Dtrue%26client_id%3D_b9IulUOmhA68e5cepQrug%26config%3DevilUser%26expiry%3D1412630806%26token%3DvbY8jHHJIP6zRNItDClJyA%26uid%3Da4%2540test.com&amp;reset_password_token=p1E2Nvy1RspoUMxZFyzZ">Change my password</a></p>
25155
+
25156
+ <p>If you didn't request this, please ignore this email.</p>
25157
+ <p>Your password won't change until you access the link above and create a new one.</p>
25158
+
25159
+ Completed 200 OK in 200ms (Views: 0.2ms | ActiveRecord: 2.6ms)
25160
+
25161
+
25162
+ Started GET "/mangs/password/edit?config=evilUser&redirect_url=http%3A%2F%2Fng-token-auth.dev%2F%23%2Fmulti-user%3Faccount_confirmation_success%3Dtrue%26client_id%3D_b9IulUOmhA68e5cepQrug%26config%3DevilUser%26expiry%3D1412630806%26token%3DvbY8jHHJIP6zRNItDClJyA%26uid%3Da4%2540test.com&reset_password_token=[FILTERED]" for 127.0.0.1 at 2014-09-22 16:28:33 -0500
25163
+ Processing by DeviseTokenAuth::PasswordsController#edit as HTML
25164
+ Parameters: {"config"=>"evilUser", "redirect_url"=>"http://ng-token-auth.dev/#/multi-user?account_confirmation_success=true&client_id=_b9IulUOmhA68e5cepQrug&config=evilUser&expiry=1412630806&token=vbY8jHHJIP6zRNItDClJyA&uid=a4%40test.com", "reset_password_token"=>"[FILTERED]"}
25165
+ Unpermitted parameters: config, redirect_url
25166
+ Mang Load (0.2ms) SELECT "mangs".* FROM "mangs" WHERE "mangs"."reset_password_token" = 'fb2f0dcd9354be3e78c837138fa8c463f601eed4ceef12ba7a7862eea522c297' ORDER BY "mangs"."id" ASC LIMIT 1
25167
+  (0.0ms) begin transaction
25168
+ SQL (0.2ms) UPDATE "mangs" SET "reset_password_sent_at" = ?, "reset_password_token" = ?, "tokens" = ?, "updated_at" = ? WHERE "mangs"."id" = 13 [["reset_password_sent_at", nil], ["reset_password_token", nil], ["tokens", "{\"_b9IulUOmhA68e5cepQrug\":{\"token\":\"$2a$10$g49vbHToBoWf9jmb11IZwu6qeBAvZqdupmrcKdh4MrlaK4auzwF.i\",\"expiry\":1412630880,\"last_token\":\"$2a$10$cftFpPNSm3HPPzKAvwgZlOfWhzgDMGJOqz1oD7nObZINvwYhH1eR2\",\"updated_at\":\"2014-09-22T16:28:00.912-05:00\"}}"], ["updated_at", "2014-09-22 21:28:33.617664"]]
25169
+  (2.0ms) commit transaction
25170
+  (0.1ms) begin transaction
25171
+ SQL (0.3ms) UPDATE "mangs" SET "reset_password_token" = ?, "tokens" = ?, "updated_at" = ? WHERE "mangs"."id" = 13 [["reset_password_token", "p1E2Nvy1RspoUMxZFyzZ"], ["tokens", "{\"_b9IulUOmhA68e5cepQrug\":{\"token\":\"$2a$10$g49vbHToBoWf9jmb11IZwu6qeBAvZqdupmrcKdh4MrlaK4auzwF.i\",\"expiry\":1412630880,\"last_token\":\"$2a$10$cftFpPNSm3HPPzKAvwgZlOfWhzgDMGJOqz1oD7nObZINvwYhH1eR2\",\"updated_at\":\"2014-09-22T16:28:00.912-05:00\"},\"LI4rANDlgN9pW8CpXstp0w\":{\"token\":\"$2a$10$jhtVs2Nj3c7gsEmtklZxO.4ZNhtlsBs8dFozBDUDOS4HBWqG6YTye\",\"expiry\":1412630913}}"], ["updated_at", "2014-09-22 21:28:33.680550"]]
25172
+  (0.8ms) commit transaction
25173
+ Redirected to http://ng-token-auth.dev/#/multi-user?account_confirmation_success=true&client_id=_b9IulUOmhA68e5cepQrug&config=evilUser&expiry=1412630806&token=vbY8jHHJIP6zRNItDClJyA&uid=a4%40test.com?client_id=LI4rANDlgN9pW8CpXstp0w&config=evilUser&expiry=1412630913&reset_password=true&token=y8kUE6acFDM9Ps1e1lPsaQ&uid=a4%40test.com
25174
+ Completed 302 Found in 67ms (ActiveRecord: 3.6ms)
25175
+
25176
+
25177
+ Started GET "/mangs/validate_token" for 127.0.0.1 at 2014-09-22 16:32:17 -0500
25178
+ Processing by DeviseTokenAuth::AuthController#validate_token as HTML
25179
+ Mang Load (0.2ms) SELECT "mangs".* FROM "mangs" WHERE "mangs"."uid" = 'a4@test.com' LIMIT 1
25180
+  (0.1ms) begin transaction
25181
+ SQL (0.2ms) UPDATE "mangs" SET "tokens" = ?, "updated_at" = ? WHERE "mangs"."id" = 13 [["tokens", "{\"_b9IulUOmhA68e5cepQrug\":{\"token\":\"$2a$10$1h3WF4RjUTjl.JUPpngx/uOqJxy08gdFDcFsGa65NicUL15/5yEhC\",\"expiry\":1412631137,\"last_token\":\"$2a$10$g49vbHToBoWf9jmb11IZwu6qeBAvZqdupmrcKdh4MrlaK4auzwF.i\",\"updated_at\":\"2014-09-22T16:32:17.375-05:00\"},\"LI4rANDlgN9pW8CpXstp0w\":{\"token\":\"$2a$10$jhtVs2Nj3c7gsEmtklZxO.4ZNhtlsBs8dFozBDUDOS4HBWqG6YTye\",\"expiry\":1412630913}}"], ["updated_at", "2014-09-22 21:32:17.375605"]]
25182
+  (1.8ms) commit transaction
25183
+ Completed 200 OK in 127ms (Views: 0.2ms | ActiveRecord: 2.4ms)
25184
+
25185
+
25186
+ Started DELETE "/mangs/sign_out" for 127.0.0.1 at 2014-09-22 16:32:25 -0500
25187
+ Processing by DeviseTokenAuth::SessionsController#destroy as HTML
25188
+ Mang Load (0.2ms) SELECT "mangs".* FROM "mangs" WHERE "mangs"."uid" = 'a4@test.com' LIMIT 1
25189
+  (0.1ms) begin transaction
25190
+ SQL (0.2ms) UPDATE "mangs" SET "tokens" = ?, "updated_at" = ? WHERE "mangs"."id" = 13 [["tokens", "{\"LI4rANDlgN9pW8CpXstp0w\":{\"token\":\"$2a$10$jhtVs2Nj3c7gsEmtklZxO.4ZNhtlsBs8dFozBDUDOS4HBWqG6YTye\",\"expiry\":1412630913}}"], ["updated_at", "2014-09-22 21:32:25.396855"]]
25191
+  (1.8ms) commit transaction
25192
+ Completed 200 OK in 65ms (Views: 0.1ms | ActiveRecord: 2.3ms)
25193
+
25194
+
25195
+ Started POST "/mangs" for 127.0.0.1 at 2014-09-22 16:32:38 -0500
25196
+ Processing by DeviseTokenAuth::RegistrationsController#create as HTML
25197
+ Parameters: {"email"=>"a5@test.com", "password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]", "confirm_success_url"=>"http://ng-token-auth.dev/#/multi-user", "config_name"=>"evilUser", "registration"=>{"email"=>"a5@test.com", "password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]", "confirm_success_url"=>"http://ng-token-auth.dev/#/multi-user", "config_name"=>"evilUser"}}
25198
+ Unpermitted parameters: confirm_success_url, config_name, registration
25199
+ Unpermitted parameters: confirm_success_url, config_name, registration
25200
+  (0.1ms) begin transaction
25201
+  (0.1ms) SELECT COUNT(*) FROM "mangs" WHERE "mangs"."provider" = 'email' AND "mangs"."email" = 'a5@test.com'
25202
+ Mang Load (0.1ms) SELECT "mangs".* FROM "mangs" WHERE "mangs"."confirmation_token" = 'bf5f012c1a4c66a81e1dd875957c132e8d43ca13e6a2040ddefdae3f694140b0' ORDER BY "mangs"."id" ASC LIMIT 1
25203
+ Binary data inserted for `string` type on column `confirmation_token`
25204
+ Binary data inserted for `string` type on column `encrypted_password`
25205
+ SQL (0.2ms) INSERT INTO "mangs" ("confirmation_sent_at", "confirmation_token", "created_at", "email", "encrypted_password", "provider", "tokens", "uid", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["confirmation_sent_at", "2014-09-22 21:32:38.257421"], ["confirmation_token", "bf5f012c1a4c66a81e1dd875957c132e8d43ca13e6a2040ddefdae3f694140b0"], ["created_at", "2014-09-22 21:32:38.256740"], ["email", "a5@test.com"], ["encrypted_password", "$2a$10$wm/7Pimbl.J/sPNY6rtqSOpgNOG3MAjdTkEoXWjKLFEn8ibRY0PE2"], ["provider", "email"], ["tokens", "{}"], ["uid", "a5@test.com"], ["updated_at", "2014-09-22 21:32:38.256740"]]
25206
+ Rendered /Users/lynn/Code/Auth/devise_token_auth/app/views/devise/mailer/confirmation_instructions.html.erb (0.3ms)
25207
+
25208
+ Devise::Mailer#confirmation_instructions: processed outbound mail in 6.0ms
25209
+
25210
+ Sent mail to a5@test.com (7.6ms)
25211
+ Date: Mon, 22 Sep 2014 16:32:38 -0500
25212
+ From: please-change-me-at-config-initializers-devise@example.com
25213
+ Reply-To: please-change-me-at-config-initializers-devise@example.com
25214
+ To: a5@test.com
25215
+ Message-ID: <5420957640e28_b7873fc454465bec53856@tests-MacBook-Pro-2.local.mail>
25216
+ Subject: Confirmation instructions
25217
+ Mime-Version: 1.0
25218
+ Content-Type: text/html;
25219
+ charset=UTF-8
25220
+ Content-Transfer-Encoding: 7bit
25221
+ client-config: default
25222
+
25223
+ <p>Welcome a5@test.com!</p>
25224
+
25225
+ <p>You can confirm your account email through the link below:</p>
25226
+
25227
+ <p><a href="http://devise-token-auth.dev/mangs/confirmation?config=default&amp;confirmation_token=ynxogvsZXB7W26qM1Xn4">Confirm my account</a></p>
25228
+
25229
+  (0.9ms) commit transaction
25230
+ Rendered /Users/lynn/Code/Auth/devise_token_auth/app/views/devise/mailer/confirmation_instructions.html.erb (0.3ms)
25231
+
25232
+ Devise::Mailer#confirmation_instructions: processed outbound mail in 5.9ms
25233
+
25234
+ Sent mail to a5@test.com (7.5ms)
25235
+ Date: Mon, 22 Sep 2014 16:32:38 -0500
25236
+ From: please-change-me-at-config-initializers-devise@example.com
25237
+ Reply-To: please-change-me-at-config-initializers-devise@example.com
25238
+ To: a5@test.com
25239
+ Message-ID: <5420957644962_b7873fc454465bec53991@tests-MacBook-Pro-2.local.mail>
25240
+ Subject: Confirmation instructions
25241
+ Mime-Version: 1.0
25242
+ Content-Type: text/html;
25243
+ charset=UTF-8
25244
+ Content-Transfer-Encoding: 7bit
25245
+ client-config: evilUser
25246
+ redirect-url: http://ng-token-auth.dev/#/multi-user
25247
+
25248
+ <p>Welcome a5@test.com!</p>
25249
+
25250
+ <p>You can confirm your account email through the link below:</p>
25251
+
25252
+ <p><a href="http://devise-token-auth.dev/mangs/confirmation?config=evilUser&amp;confirmation_token=ynxogvsZXB7W26qM1Xn4&amp;redirect_url=http%3A%2F%2Fng-token-auth.dev%2F%23%2Fmulti-user">Confirm my account</a></p>
25253
+
25254
+ Completed 200 OK in 94ms (Views: 0.3ms | ActiveRecord: 1.4ms)
25255
+
25256
+
25257
+ Started GET "/mangs/confirmation?config=evilUser&confirmation_token=ynxogvsZXB7W26qM1Xn4&redirect_url=http%3A%2F%2Fng-token-auth.dev%2F%23%2Fmulti-user" for 127.0.0.1 at 2014-09-22 16:32:51 -0500
25258
+ Processing by DeviseTokenAuth::ConfirmationsController#show as HTML
25259
+ Parameters: {"config"=>"evilUser", "confirmation_token"=>"ynxogvsZXB7W26qM1Xn4", "redirect_url"=>"http://ng-token-auth.dev/#/multi-user"}
25260
+ Mang Load (0.2ms) SELECT "mangs".* FROM "mangs" WHERE "mangs"."confirmation_token" = 'bf5f012c1a4c66a81e1dd875957c132e8d43ca13e6a2040ddefdae3f694140b0' ORDER BY "mangs"."id" ASC LIMIT 1
25261
+  (0.0ms) begin transaction
25262
+ SQL (0.2ms) UPDATE "mangs" SET "confirmation_token" = ?, "confirmed_at" = ?, "tokens" = ?, "updated_at" = ? WHERE "mangs"."id" = 14 [["confirmation_token", nil], ["confirmed_at", "2014-09-22 21:32:51.367579"], ["tokens", "{}"], ["updated_at", "2014-09-22 21:32:51.367801"]]
25263
+  (1.8ms) commit transaction
25264
+  (0.1ms) begin transaction
25265
+ SQL (0.3ms) UPDATE "mangs" SET "confirmation_token" = ?, "tokens" = ?, "updated_at" = ? WHERE "mangs"."id" = 14 [["confirmation_token", "ynxogvsZXB7W26qM1Xn4"], ["tokens", "{\"d6ABzzZHe_tFDvBCWueitg\":{\"token\":\"$2a$10$3DXssC8obCduNLA/i/KbheiTHwXqG9uma.ermnf4Wk4TcpwW808wK\",\"expiry\":1412631171}}"], ["updated_at", "2014-09-22 21:32:51.431061"]]
25266
+  (1.0ms) commit transaction
25267
+ Redirected to http://ng-token-auth.dev/#/multi-user?account_confirmation_success=true&client_id=d6ABzzZHe_tFDvBCWueitg&config=evilUser&expiry=1412631171&token=G9I3KNJicW5aupUhQPcIuw&uid=a5%40test.com
25268
+ Completed 302 Found in 67ms (ActiveRecord: 3.5ms)
25269
+
25270
+
25271
+ Started GET "/mangs/validate_token" for 127.0.0.1 at 2014-09-22 16:32:51 -0500
25272
+ Processing by DeviseTokenAuth::AuthController#validate_token as HTML
25273
+ Mang Load (0.2ms) SELECT "mangs".* FROM "mangs" WHERE "mangs"."uid" = 'a5@test.com' LIMIT 1
25274
+  (0.1ms) begin transaction
25275
+ SQL (0.3ms) UPDATE "mangs" SET "tokens" = ?, "updated_at" = ? WHERE "mangs"."id" = 14 [["tokens", "{\"d6ABzzZHe_tFDvBCWueitg\":{\"token\":\"$2a$10$VPAuCU5z7l59ykmSIcKtW.NHRQLoiWEXaDWQ71qXTKw9BOeTcMwC.\",\"expiry\":1412631172,\"last_token\":\"$2a$10$3DXssC8obCduNLA/i/KbheiTHwXqG9uma.ermnf4Wk4TcpwW808wK\",\"updated_at\":\"2014-09-22T16:32:52.001-05:00\"}}"], ["updated_at", "2014-09-22 21:32:52.001993"]]
25276
+  (1.8ms) commit transaction
25277
+ Completed 200 OK in 127ms (Views: 0.2ms | ActiveRecord: 2.3ms)
25278
+
25279
+
25280
+ Started PUT "/mangs" for 127.0.0.1 at 2014-09-22 16:33:03 -0500
25281
+ Processing by DeviseTokenAuth::RegistrationsController#update as HTML
25282
+ Parameters: {"favorite_color"=>"aaa", "registration"=>{"favorite_color"=>"aaa"}}
25283
+ Mang Load (0.2ms) SELECT "mangs".* FROM "mangs" WHERE "mangs"."uid" = 'a5@test.com' LIMIT 1
25284
+ Unpermitted parameters: registration
25285
+  (0.1ms) begin transaction
25286
+ SQL (0.3ms) UPDATE "mangs" SET "favorite_color" = ?, "tokens" = ?, "updated_at" = ? WHERE "mangs"."id" = 14 [["favorite_color", "aaa"], ["tokens", "{\"d6ABzzZHe_tFDvBCWueitg\":{\"token\":\"$2a$10$VPAuCU5z7l59ykmSIcKtW.NHRQLoiWEXaDWQ71qXTKw9BOeTcMwC.\",\"expiry\":1412631172,\"last_token\":\"$2a$10$3DXssC8obCduNLA/i/KbheiTHwXqG9uma.ermnf4Wk4TcpwW808wK\",\"updated_at\":\"2014-09-22T16:32:52.001-05:00\"}}"], ["updated_at", "2014-09-22 21:33:03.071011"]]
25287
+  (1.6ms) commit transaction
25288
+  (0.1ms) begin transaction
25289
+ SQL (0.2ms) UPDATE "mangs" SET "tokens" = ?, "updated_at" = ? WHERE "mangs"."id" = 14 [["tokens", "{\"d6ABzzZHe_tFDvBCWueitg\":{\"token\":\"$2a$10$OfNuNtVGicWT5JE4DNfSMOcMiHv0IYe1ZatuA1D2bXqwYNnvjwNZe\",\"expiry\":1412631183,\"last_token\":\"$2a$10$VPAuCU5z7l59ykmSIcKtW.NHRQLoiWEXaDWQ71qXTKw9BOeTcMwC.\",\"updated_at\":\"2014-09-22T16:33:03.134-05:00\"}}"], ["updated_at", "2014-09-22 21:33:03.135037"]]
25290
+  (0.5ms) commit transaction
25291
+ Completed 200 OK in 128ms (Views: 0.2ms | ActiveRecord: 3.0ms)
25292
+
25293
+
25294
+ Started DELETE "/mangs/sign_out" for 127.0.0.1 at 2014-09-22 16:33:50 -0500
25295
+ Processing by DeviseTokenAuth::SessionsController#destroy as HTML
25296
+ Mang Load (0.2ms) SELECT "mangs".* FROM "mangs" WHERE "mangs"."uid" = 'a5@test.com' LIMIT 1
25297
+  (0.1ms) begin transaction
25298
+ SQL (0.2ms) UPDATE "mangs" SET "tokens" = ?, "updated_at" = ? WHERE "mangs"."id" = 14 [["tokens", "{}"], ["updated_at", "2014-09-22 21:33:51.062759"]]
25299
+  (2.3ms) commit transaction
25300
+ Completed 200 OK in 66ms (Views: 0.1ms | ActiveRecord: 2.8ms)
25301
+
25302
+
25303
+ Started POST "/mangs/password" for 127.0.0.1 at 2014-09-22 16:34:25 -0500
25304
+ Processing by DeviseTokenAuth::PasswordsController#create as HTML
25305
+ Parameters: {"email"=>"a5@test.com", "redirect_url"=>"http://ng-token-auth.dev/#/multi-user?account_confirmation_success=true&client_id=d6ABzzZHe_tFDvBCWueitg&config=evilUser&expiry=1412631171&token=G9I3KNJicW5aupUhQPcIuw&uid=a5%40test.com", "config_name"=>"evilUser", "password"=>{"email"=>"a5@test.com", "redirect_url"=>"http://ng-token-auth.dev/#/multi-user?account_confirmation_success=true&client_id=d6ABzzZHe_tFDvBCWueitg&config=evilUser&expiry=1412631171&token=G9I3KNJicW5aupUhQPcIuw&uid=a5%40test.com", "config_name"=>"evilUser"}}
25306
+ Unpermitted parameters: redirect_url, config_name, password
25307
+ Unpermitted parameters: redirect_url, config_name, password
25308
+ Mang Load (0.1ms) SELECT "mangs".* FROM "mangs" WHERE "mangs"."email" = 'a5@test.com' AND "mangs"."provider" = 'email' ORDER BY "mangs"."id" ASC LIMIT 1
25309
+ Unpermitted parameters: redirect_url, config_name, password
25310
+ Mang Load (0.1ms) SELECT "mangs".* FROM "mangs" WHERE "mangs"."reset_password_token" = '3a9f2860f55342060293e5303e3d0f9bbfadd9bc10f865450ac4615cb50a2350' ORDER BY "mangs"."id" ASC LIMIT 1
25311
+  (0.0ms) begin transaction
25312
+ Binary data inserted for `string` type on column `reset_password_token`
25313
+ SQL (0.3ms) UPDATE "mangs" SET "reset_password_sent_at" = ?, "reset_password_token" = ?, "tokens" = ?, "updated_at" = ? WHERE "mangs"."id" = 14 [["reset_password_sent_at", "2014-09-22 21:34:26.017101"], ["reset_password_token", "3a9f2860f55342060293e5303e3d0f9bbfadd9bc10f865450ac4615cb50a2350"], ["tokens", "{}"], ["updated_at", "2014-09-22 21:34:26.017382"]]
25314
+  (1.9ms) commit transaction
25315
+ Rendered /Users/lynn/Code/Auth/devise_token_auth/app/views/devise/mailer/reset_password_instructions.html.erb (0.5ms)
25316
+
25317
+ Devise::Mailer#reset_password_instructions: processed outbound mail in 6.8ms
25318
+
25319
+ Sent mail to a5@test.com (8.5ms)
25320
+ Date: Mon, 22 Sep 2014 16:34:26 -0500
25321
+ From: please-change-me-at-config-initializers-devise@example.com
25322
+ Reply-To: please-change-me-at-config-initializers-devise@example.com
25323
+ To: a5@test.com
25324
+ Message-ID: <542095e2792f_b7873fc454465bec5404c@tests-MacBook-Pro-2.local.mail>
25325
+ Subject: Reset password instructions
25326
+ Mime-Version: 1.0
25327
+ Content-Type: text/html;
25328
+ charset=UTF-8
25329
+ Content-Transfer-Encoding: 7bit
25330
+ email: a5@test.com
25331
+ provider: email
25332
+ redirect-url: http://ng-token-auth.dev/#/multi-user?account_confirmation_success=true&client_id=d6ABzzZHe_tFDvBCWueitg&config=evilUser&expiry=1412631171&token=G9I3KNJicW5aupUhQPcIuw&uid=a5%40test.com
25333
+ client-config: evilUser
25334
+
25335
+ <p>Hello a5@test.com!</p>
25336
+
25337
+ <p>Someone has requested a link to change your password. You can do this through the link below.</p>
25338
+
25339
+ <p><a href="http://devise-token-auth.dev/mangs/password/edit?config=evilUser&amp;redirect_url=http%3A%2F%2Fng-token-auth.dev%2F%23%2Fmulti-user%3Faccount_confirmation_success%3Dtrue%26client_id%3Dd6ABzzZHe_tFDvBCWueitg%26config%3DevilUser%26expiry%3D1412631171%26token%3DG9I3KNJicW5aupUhQPcIuw%26uid%3Da5%2540test.com&amp;reset_password_token=CcQE6FBbq4EECT4LNxRH">Change my password</a></p>
25340
+
25341
+ <p>If you didn't request this, please ignore this email.</p>
25342
+ <p>Your password won't change until you access the link above and create a new one.</p>
25343
+
25344
+ Completed 200 OK in 36ms (Views: 0.2ms | ActiveRecord: 3.1ms)
25345
+
25346
+
25347
+ Started POST "/mangs/password" for 127.0.0.1 at 2014-09-22 16:46:58 -0500
25348
+ Processing by DeviseTokenAuth::PasswordsController#create as HTML
25349
+ Parameters: {"email"=>"a4@test.com", "redirect_url"=>"http://ng-token-auth.dev/#/multi-user", "config_name"=>"evilUser", "password"=>{"email"=>"a4@test.com", "redirect_url"=>"http://ng-token-auth.dev/#/multi-user", "config_name"=>"evilUser"}}
25350
+ Unpermitted parameters: redirect_url, config_name, password
25351
+ Unpermitted parameters: redirect_url, config_name, password
25352
+ Mang Load (0.1ms) SELECT "mangs".* FROM "mangs" WHERE "mangs"."email" = 'a4@test.com' AND "mangs"."provider" = 'email' ORDER BY "mangs"."id" ASC LIMIT 1
25353
+ Unpermitted parameters: redirect_url, config_name, password
25354
+ Mang Load (0.2ms) SELECT "mangs".* FROM "mangs" WHERE "mangs"."reset_password_token" = '7eb5a9b75f758b7f8b214858061e0aef9c58caf644035db3cd0c356a50506f9c' ORDER BY "mangs"."id" ASC LIMIT 1
25355
+  (0.0ms) begin transaction
25356
+ Binary data inserted for `string` type on column `reset_password_token`
25357
+ SQL (0.3ms) UPDATE "mangs" SET "reset_password_sent_at" = ?, "reset_password_token" = ?, "tokens" = ?, "updated_at" = ? WHERE "mangs"."id" = 13 [["reset_password_sent_at", "2014-09-22 21:46:58.681502"], ["reset_password_token", "7eb5a9b75f758b7f8b214858061e0aef9c58caf644035db3cd0c356a50506f9c"], ["tokens", "{\"LI4rANDlgN9pW8CpXstp0w\":{\"token\":\"$2a$10$jhtVs2Nj3c7gsEmtklZxO.4ZNhtlsBs8dFozBDUDOS4HBWqG6YTye\",\"expiry\":1412630913}}"], ["updated_at", "2014-09-22 21:46:58.681775"]]
25358
+  (1.8ms) commit transaction
25359
+ Rendered /Users/lynn/Code/Auth/devise_token_auth/app/views/devise/mailer/reset_password_instructions.html.erb (0.4ms)
25360
+
25361
+ Devise::Mailer#reset_password_instructions: processed outbound mail in 6.3ms
25362
+
25363
+ Sent mail to a4@test.com (8.4ms)
25364
+ Date: Mon, 22 Sep 2014 16:46:58 -0500
25365
+ From: please-change-me-at-config-initializers-devise@example.com
25366
+ Reply-To: please-change-me-at-config-initializers-devise@example.com
25367
+ To: a4@test.com
25368
+ Message-ID: <542098d2a9905_b7873fc454465bec541a@tests-MacBook-Pro-2.local.mail>
25369
+ Subject: Reset password instructions
25370
+ Mime-Version: 1.0
25371
+ Content-Type: text/html;
25372
+ charset=UTF-8
25373
+ Content-Transfer-Encoding: 7bit
25374
+ email: a4@test.com
25375
+ provider: email
25376
+ redirect-url: http://ng-token-auth.dev/#/multi-user
25377
+ client-config: evilUser
25378
+
25379
+ <p>Hello a4@test.com!</p>
25380
+
25381
+ <p>Someone has requested a link to change your password. You can do this through the link below.</p>
25382
+
25383
+ <p><a href="http://devise-token-auth.dev/mangs/password/edit?config=evilUser&amp;redirect_url=http%3A%2F%2Fng-token-auth.dev%2F%23%2Fmulti-user&amp;reset_password_token=DAPzyhvMWj4P4Wy5ShKE">Change my password</a></p>
25384
+
25385
+ <p>If you didn't request this, please ignore this email.</p>
25386
+ <p>Your password won't change until you access the link above and create a new one.</p>
25387
+
25388
+ Completed 200 OK in 34ms (Views: 0.3ms | ActiveRecord: 2.9ms)
25389
+
25390
+
25391
+ Started GET "/mangs/password/edit?config=evilUser&redirect_url=http%3A%2F%2Fng-token-auth.dev%2F%23%2Fmulti-user&reset_password_token=[FILTERED]" for 127.0.0.1 at 2014-09-22 16:47:10 -0500
25392
+ Processing by DeviseTokenAuth::PasswordsController#edit as HTML
25393
+ Parameters: {"config"=>"evilUser", "redirect_url"=>"http://ng-token-auth.dev/#/multi-user", "reset_password_token"=>"[FILTERED]"}
25394
+ Unpermitted parameters: config, redirect_url
25395
+ Mang Load (0.2ms) SELECT "mangs".* FROM "mangs" WHERE "mangs"."reset_password_token" = '7eb5a9b75f758b7f8b214858061e0aef9c58caf644035db3cd0c356a50506f9c' ORDER BY "mangs"."id" ASC LIMIT 1
25396
+  (0.0ms) begin transaction
25397
+ SQL (0.2ms) UPDATE "mangs" SET "reset_password_sent_at" = ?, "reset_password_token" = ?, "tokens" = ?, "updated_at" = ? WHERE "mangs"."id" = 13 [["reset_password_sent_at", nil], ["reset_password_token", nil], ["tokens", "{\"LI4rANDlgN9pW8CpXstp0w\":{\"token\":\"$2a$10$jhtVs2Nj3c7gsEmtklZxO.4ZNhtlsBs8dFozBDUDOS4HBWqG6YTye\",\"expiry\":1412630913}}"], ["updated_at", "2014-09-22 21:47:10.774670"]]
25398
+  (4.8ms) commit transaction
25399
+  (0.1ms) begin transaction
25400
+ SQL (0.3ms) UPDATE "mangs" SET "reset_password_token" = ?, "tokens" = ?, "updated_at" = ? WHERE "mangs"."id" = 13 [["reset_password_token", "DAPzyhvMWj4P4Wy5ShKE"], ["tokens", "{\"LI4rANDlgN9pW8CpXstp0w\":{\"token\":\"$2a$10$jhtVs2Nj3c7gsEmtklZxO.4ZNhtlsBs8dFozBDUDOS4HBWqG6YTye\",\"expiry\":1412630913},\"W-28pHb1eYs_sAngAtz_PA\":{\"token\":\"$2a$10$hl5jAvDPxY7XabiFUMB/1euGEazqQGtluZhaCP6hVTSgdQQvOFw1S\",\"expiry\":1412632030}}"], ["updated_at", "2014-09-22 21:47:10.841194"]]
25401
+  (0.6ms) commit transaction
25402
+ Redirected to http://ng-token-auth.dev/#/multi-user?client_id=W-28pHb1eYs_sAngAtz_PA&config=evilUser&expiry=1412632030&reset_password=true&token=ktUvJk3p5bhbRnhMQgZIIA&uid=a4%40test.com
25403
+ Completed 302 Found in 70ms (ActiveRecord: 6.2ms)
25404
+
25405
+
25406
+ Started GET "/mangs/validate_token" for 127.0.0.1 at 2014-09-22 16:47:11 -0500
25407
+ Processing by DeviseTokenAuth::AuthController#validate_token as HTML
25408
+ Mang Load (0.3ms) SELECT "mangs".* FROM "mangs" WHERE "mangs"."uid" = 'a4@test.com' LIMIT 1
25409
+  (0.1ms) begin transaction
25410
+ SQL (0.3ms) UPDATE "mangs" SET "tokens" = ?, "updated_at" = ? WHERE "mangs"."id" = 13 [["tokens", "{\"LI4rANDlgN9pW8CpXstp0w\":{\"token\":\"$2a$10$jhtVs2Nj3c7gsEmtklZxO.4ZNhtlsBs8dFozBDUDOS4HBWqG6YTye\",\"expiry\":1412630913},\"W-28pHb1eYs_sAngAtz_PA\":{\"token\":\"$2a$10$2k5kUrN1xNXiwbeYqeUb0O8dkTGTRI0gwMgg4wKuR5FZIWNnOKyCm\",\"expiry\":1412632031,\"last_token\":\"$2a$10$hl5jAvDPxY7XabiFUMB/1euGEazqQGtluZhaCP6hVTSgdQQvOFw1S\",\"updated_at\":\"2014-09-22T16:47:11.789-05:00\"}}"], ["updated_at", "2014-09-22 21:47:11.790499"]]
25411
+  (1.5ms) commit transaction
25412
+ Completed 200 OK in 128ms (Views: 0.2ms | ActiveRecord: 2.2ms)
25413
+
25414
+
25415
+ Started PUT "/mangs/password" for 127.0.0.1 at 2014-09-22 16:47:21 -0500
25416
+ Processing by DeviseTokenAuth::PasswordsController#update as HTML
25417
+ Parameters: {"password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]"}
25418
+ Mang Load (0.2ms) SELECT "mangs".* FROM "mangs" WHERE "mangs"."uid" = 'a4@test.com' LIMIT 1
25419
+  (0.1ms) begin transaction
25420
+ Binary data inserted for `string` type on column `encrypted_password`
25421
+ SQL (0.3ms) UPDATE "mangs" SET "encrypted_password" = ?, "tokens" = ?, "updated_at" = ? WHERE "mangs"."id" = 13 [["encrypted_password", "$2a$10$ZsW/4xqBftCzx83ZQm87OOr2oqnysnYp1bRUcfJ1wWYJY34ev.MSm"], ["tokens", "{\"LI4rANDlgN9pW8CpXstp0w\":{\"token\":\"$2a$10$jhtVs2Nj3c7gsEmtklZxO.4ZNhtlsBs8dFozBDUDOS4HBWqG6YTye\",\"expiry\":1412630913},\"W-28pHb1eYs_sAngAtz_PA\":{\"token\":\"$2a$10$2k5kUrN1xNXiwbeYqeUb0O8dkTGTRI0gwMgg4wKuR5FZIWNnOKyCm\",\"expiry\":1412632031,\"last_token\":\"$2a$10$hl5jAvDPxY7XabiFUMB/1euGEazqQGtluZhaCP6hVTSgdQQvOFw1S\",\"updated_at\":\"2014-09-22T16:47:11.789-05:00\"}}"], ["updated_at", "2014-09-22 21:47:22.075909"]]
25422
+  (1.8ms) commit transaction
25423
+  (0.1ms) begin transaction
25424
+ SQL (0.2ms) UPDATE "mangs" SET "tokens" = ?, "updated_at" = ? WHERE "mangs"."id" = 13 [["tokens", "{\"LI4rANDlgN9pW8CpXstp0w\":{\"token\":\"$2a$10$jhtVs2Nj3c7gsEmtklZxO.4ZNhtlsBs8dFozBDUDOS4HBWqG6YTye\",\"expiry\":1412630913},\"W-28pHb1eYs_sAngAtz_PA\":{\"token\":\"$2a$10$5u6zrbz1sVlh/OmJOy5J6ePSAjGWIuBuQZdpIbiwbrfLAPf.qHPVu\",\"expiry\":1412632042,\"last_token\":\"$2a$10$2k5kUrN1xNXiwbeYqeUb0O8dkTGTRI0gwMgg4wKuR5FZIWNnOKyCm\",\"updated_at\":\"2014-09-22T16:47:22.141-05:00\"}}"], ["updated_at", "2014-09-22 21:47:22.142396"]]
25425
+  (0.8ms) commit transaction
25426
+ Completed 200 OK in 192ms (Views: 0.4ms | ActiveRecord: 3.5ms)
25427
+
25428
+
25429
+ Started GET "/mangs/validate_token" for 127.0.0.1 at 2014-09-22 16:48:55 -0500
25430
+ Processing by DeviseTokenAuth::AuthController#validate_token as HTML
25431
+ Mang Load (0.2ms) SELECT "mangs".* FROM "mangs" WHERE "mangs"."uid" = 'a4@test.com' LIMIT 1
25432
+  (0.1ms) begin transaction
25433
+ SQL (0.2ms) UPDATE "mangs" SET "tokens" = ?, "updated_at" = ? WHERE "mangs"."id" = 13 [["tokens", "{\"LI4rANDlgN9pW8CpXstp0w\":{\"token\":\"$2a$10$jhtVs2Nj3c7gsEmtklZxO.4ZNhtlsBs8dFozBDUDOS4HBWqG6YTye\",\"expiry\":1412630913},\"W-28pHb1eYs_sAngAtz_PA\":{\"token\":\"$2a$10$IScToscvWNoG6MgkkT8lmuwd.zPWPIJKduRdHUacX.jqLXdrazA5K\",\"expiry\":1412632136,\"last_token\":\"$2a$10$5u6zrbz1sVlh/OmJOy5J6ePSAjGWIuBuQZdpIbiwbrfLAPf.qHPVu\",\"updated_at\":\"2014-09-22T16:48:56.077-05:00\"}}"], ["updated_at", "2014-09-22 21:48:56.078410"]]
25434
+  (1.8ms) commit transaction
25435
+ Completed 200 OK in 128ms (Views: 0.2ms | ActiveRecord: 2.3ms)
25436
+
25437
+
25438
+ Started DELETE "/mangs/sign_out" for 127.0.0.1 at 2014-09-22 16:53:43 -0500
25439
+ Processing by DeviseTokenAuth::SessionsController#destroy as HTML
25440
+ Mang Load (0.2ms) SELECT "mangs".* FROM "mangs" WHERE "mangs"."uid" = 'a4@test.com' LIMIT 1
25441
+  (0.1ms) begin transaction
25442
+ SQL (0.2ms) UPDATE "mangs" SET "tokens" = ?, "updated_at" = ? WHERE "mangs"."id" = 13 [["tokens", "{\"LI4rANDlgN9pW8CpXstp0w\":{\"token\":\"$2a$10$jhtVs2Nj3c7gsEmtklZxO.4ZNhtlsBs8dFozBDUDOS4HBWqG6YTye\",\"expiry\":1412630913}}"], ["updated_at", "2014-09-22 21:53:43.194000"]]
25443
+  (2.0ms) commit transaction
25444
+ Completed 200 OK in 65ms (Views: 0.2ms | ActiveRecord: 2.5ms)
25445
+
25446
+
25447
+ Started GET "/mangs/github?auth_origin_url=http%3A%2F%2Fng-token-auth.dev%2F%23%2Fmulti-user&favorite_color=green" for 127.0.0.1 at 2014-09-22 16:58:04 -0500
25448
+
25449
+
25450
+ Started GET "/omniauth/github?auth_origin_url=http%3A%2F%2Fng-token-auth.dev%2F%23%2Fmulti-user&favorite_color=green&resource_class=Mang" for 127.0.0.1 at 2014-09-22 16:58:04 -0500
25451
+
25452
+
25453
+ Started GET "/omniauth/github/callback?code=c178b63dc2a20326a50f&state=9402c2958790673e1e6d034fac177677d783ac7ad63fda79" for 127.0.0.1 at 2014-09-22 16:58:04 -0500
25454
+ Processing by DeviseTokenAuth::AuthController#omniauth_success as HTML
25455
+ Parameters: {"code"=>"c178b63dc2a20326a50f", "state"=>"9402c2958790673e1e6d034fac177677d783ac7ad63fda79", "provider"=>"github"}
25456
+ Mang Load (0.3ms) SELECT "mangs".* FROM "mangs" WHERE "mangs"."uid" = '468037' AND "mangs"."provider" = 'github' ORDER BY "mangs"."id" ASC LIMIT 1
25457
+  (0.1ms) begin transaction
25458
+ SQL (0.3ms) UPDATE "mangs" SET "confirmed_at" = ?, "favorite_color" = ?, "tokens" = ?, "updated_at" = ? WHERE "mangs"."id" = 4 [["confirmed_at", "2014-09-22 21:58:05.387149"], ["favorite_color", "green"], ["tokens", "{\"Dsutn548z4njW2xDYtEHeA\":{\"token\":\"$2a$10$jk7jLS8zipWaXTH6ih.rNeb7SUu/aauzPWxib2llmP99XPN2/oisC\",\"expiry\":1412267895},\"tyNMS6rgGJ7v4oPvweGNSg\":{\"token\":\"$2a$10$u60.FmN3S5FLc98ifNtdSuCz6jsw6oGlFi/EGEPGlPgXyVs2b1Zv6\",\"expiry\":1412267955,\"last_token\":\"$2a$10$Q6wuXJSlabi567oKUYBYberPKfGb2mYjGpWMtUhM.MgqtxSgRuBaC\",\"updated_at\":\"2014-09-18T11:39:19.627-05:00\"},\"7lW_NJx0tqf5ju6e8ef_fQ\":{\"token\":\"$2a$10$qAu9q0Ke8NMFsQ5izuc7hOTOWPltCX1ftO8Z2M8nIaO5yITlYO08q\",\"expiry\":1412268390,\"last_token\":\"$2a$10$JY.sDReiOXa3zn1aihE6teEzaLQf5jLO8YYZ7qDnJLp0W8wi4D7/S\",\"updated_at\":\"2014-09-18T11:46:32.955-05:00\"},\"y_9pBbovgWYTGaR_o6aXgg\":{\"token\":\"$2a$10$/z1VwBqnaiC61iS7DQJz9ezysn4Dwe.k5ad/tWLiefTFZPePWGLAq\",\"expiry\":1412268548,\"last_token\":\"$2a$10$SMwt0dTPx4l2RfrdPqXIdOBRHeAJzU2EWEsylvtYln8BFrm8lmVdq\",\"updated_at\":\"2014-09-18T11:49:08.020-05:00\"},\"uDWv9QMr43qCbvq_nKwlfw\":{\"token\":\"$2a$10$F8cpf966LJiTZHYTpVUHuu98BCN7VUba4R5Cs.JMRpsYJyrCDSxa.\",\"expiry\":1412269653},\"HAOYThbp9SC0hxrDKcq94w\":{\"token\":\"$2a$10$q/RjZhePbLnsVzxwpfp7lOnQtxWXaoWw0n3qOt90ZBpaphx8dQZSW\",\"expiry\":1412269901},\"gMBpsIok0d4wmjeTiv6L1g\":{\"token\":\"$2a$10$KvGHkR4cAVDFfYs/bzfhfumTnhlbmf0qr65aZaBfdhSIiyDyOpCRO\",\"expiry\":1412269990},\"xUG7NV3DTjTYpvNvbSNz3A\":{\"token\":\"$2a$10$xLOjs2UA4xLX/o4GYsqPl.Lq1CgVj6ymyOjxYiKppt7s3Q3Er.deq\",\"expiry\":1412270013},\"WYJ-c9aH-wX1Zk8VFCUQ3A\":{\"token\":\"$2a$10$i/gR6Adp9kgPOPlA4yJYiOScHSe80ekAdeUDvb6I1TBcLDfocnc.y\",\"expiry\":1412270032},\"-bKb1Mc7k6T0VMnNOtgCXQ\":{\"token\":\"$2a$10$8QK51VK5ay0g1kta5StWXOkdJ225gbXLNFPm9pdc5cZ4F0mw8xa3S\",\"expiry\":1412270145},\"Zu1ln6U_l75TSIzyi7bIMA\":{\"token\":\"$2a$10$clR0qU0suYXwnGrA.JXE/OcEHd7o4RF3STdB8968ujsSqoP8GC6A6\",\"expiry\":1412270305},\"zrgkw3vb6MieNSZjFZsx6g\":{\"token\":\"$2a$10$0pA4401SZyYeuVjXEKj7Le932i2rtZvbjhGFJk4Lwtymp5x8jLsWi\",\"expiry\":1412270345},\"M34fbgtT0Urm9dlTSKH4-g\":{\"token\":\"$2a$10$lrcLq8xzbst0naZHXb7kpOd5KHK5i2YjjnsUNc52TdBNzfBE5oawu\",\"expiry\":1412270404},\"SqnsV1J6RnFuxn-G5P8o6w\":{\"token\":\"$2a$10$p0BgZ/lO74dLtqFIMG21KupJbPfRyOI2nZVC2JgreiLNLkEbXxmD.\",\"expiry\":1412270435},\"tVwX_DkcM5hN-7WTKyU3Zg\":{\"token\":\"$2a$10$mg7onFZeMuwjhfwnaRCY1egFle.2Um.pukBHj5gPhjeGn/qJqi6iK\",\"expiry\":1412271011},\"mBCephhdd7q0333FS1IIAQ\":{\"token\":\"$2a$10$cD97iOnsiyiMMv2N/yLTh.4hLatoM0ZTyj061t975qDRc2WFDg/kS\",\"expiry\":1412271098,\"last_token\":\"$2a$10$odSPclVRVSJeyPVvJRjOm.Kc7vP0D5EH6sIbD8P3fScmgXSYGrdlO\",\"updated_at\":\"2014-09-18T12:31:57.530-05:00\"},\"AgkGV4vRrk9XNb6xOBCgZw\":{\"token\":\"$2a$10$K60EsHvcUMvKwFoaMC0tiu082fmjIEiT6Wru96JJVD2cw/U.ZCXti\",\"expiry\":1412632685}}"], ["updated_at", "2014-09-22 21:58:05.387692"]]
25459
+  (1.8ms) commit transaction
25460
+ Rendered /Users/lynn/Code/Auth/devise_token_auth/app/views/devise_token_auth/omniauth_success.html.erb within layouts/omniauth_response (0.3ms)
25461
+ Completed 200 OK in 69ms (Views: 1.9ms | ActiveRecord: 2.4ms)
25462
+
25463
+
25464
+ Started DELETE "/mangs" for 127.0.0.1 at 2014-09-22 16:59:14 -0500
25465
+ Processing by DeviseTokenAuth::RegistrationsController#destroy as HTML
25466
+ Mang Load (0.2ms) SELECT "mangs".* FROM "mangs" WHERE "mangs"."uid" = '468037' LIMIT 1
25467
+  (0.1ms) begin transaction
25468
+ SQL (0.4ms) DELETE FROM "mangs" WHERE "mangs"."id" = ? [["id", 4]]
25469
+  (2.2ms) commit transaction
25470
+ Completed 200 OK in 65ms (Views: 0.2ms | ActiveRecord: 2.8ms)
25471
+
25472
+
25473
+ Started GET "/demo/members_only_mang" for 127.0.0.1 at 2014-09-22 16:59:16 -0500
25474
+ Processing by DemoMangController#members_only as HTML
25475
+ Filter chain halted as :authenticate_mang! rendered or redirected
25476
+ Completed 401 Unauthorized in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)
25477
+
25478
+
25479
+ Started GET "/demo/members_only" for 127.0.0.1 at 2014-09-22 16:59:18 -0500
25480
+ Processing by DemoUserController#members_only as HTML
25481
+ Filter chain halted as :authenticate_user! rendered or redirected
25482
+ Completed 401 Unauthorized in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)
25483
+
25484
+
25485
+ Started POST "/mangs" for 127.0.0.1 at 2014-09-22 16:59:32 -0500
25486
+ Processing by DeviseTokenAuth::RegistrationsController#create as HTML
25487
+ Parameters: {"email"=>"a6@test.com", "password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]", "favorite_color"=>"pink", "confirm_success_url"=>"http://ng-token-auth.dev/#/multi-user", "config_name"=>"evilUser", "registration"=>{"email"=>"a6@test.com", "password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]", "favorite_color"=>"pink", "confirm_success_url"=>"http://ng-token-auth.dev/#/multi-user", "config_name"=>"evilUser"}}
25488
+ Unpermitted parameters: confirm_success_url, config_name, registration
25489
+ Unpermitted parameters: confirm_success_url, config_name, registration
25490
+  (0.1ms) begin transaction
25491
+  (0.1ms) SELECT COUNT(*) FROM "mangs" WHERE "mangs"."provider" = 'email' AND "mangs"."email" = 'a6@test.com'
25492
+ Mang Load (0.1ms) SELECT "mangs".* FROM "mangs" WHERE "mangs"."confirmation_token" = 'a5a407942eccb1179c6c1f2528e2769b8851ef939bf732dfa2d8f050b797b8eb' ORDER BY "mangs"."id" ASC LIMIT 1
25493
+ Binary data inserted for `string` type on column `confirmation_token`
25494
+ Binary data inserted for `string` type on column `encrypted_password`
25495
+ SQL (0.3ms) INSERT INTO "mangs" ("confirmation_sent_at", "confirmation_token", "created_at", "email", "encrypted_password", "favorite_color", "provider", "tokens", "uid", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["confirmation_sent_at", "2014-09-22 21:59:32.261388"], ["confirmation_token", "a5a407942eccb1179c6c1f2528e2769b8851ef939bf732dfa2d8f050b797b8eb"], ["created_at", "2014-09-22 21:59:32.260717"], ["email", "a6@test.com"], ["encrypted_password", "$2a$10$W9Yxuc3ByL2xmq7uxe9sZuwSQhUd9H.Fc.ei/ic6gi2u2z5L2CGga"], ["favorite_color", "pink"], ["provider", "email"], ["tokens", "{}"], ["uid", "a6@test.com"], ["updated_at", "2014-09-22 21:59:32.260717"]]
25496
+ Rendered /Users/lynn/Code/Auth/devise_token_auth/app/views/devise/mailer/confirmation_instructions.html.erb (0.4ms)
25497
+
25498
+ Devise::Mailer#confirmation_instructions: processed outbound mail in 6.2ms
25499
+
25500
+ Sent mail to a6@test.com (8.4ms)
25501
+ Date: Mon, 22 Sep 2014 16:59:32 -0500
25502
+ From: please-change-me-at-config-initializers-devise@example.com
25503
+ Reply-To: please-change-me-at-config-initializers-devise@example.com
25504
+ To: a6@test.com
25505
+ Message-ID: <54209bc441dbe_b7873fc454465bec5423f@tests-MacBook-Pro-2.local.mail>
25506
+ Subject: Confirmation instructions
25507
+ Mime-Version: 1.0
25508
+ Content-Type: text/html;
25509
+ charset=UTF-8
25510
+ Content-Transfer-Encoding: 7bit
25511
+ client-config: default
25512
+
25513
+ <p>Welcome a6@test.com!</p>
25514
+
25515
+ <p>You can confirm your account email through the link below:</p>
25516
+
25517
+ <p><a href="http://devise-token-auth.dev/mangs/confirmation?config=default&amp;confirmation_token=RTDSgm2PC2be-tKUxW28">Confirm my account</a></p>
25518
+
25519
+  (18.1ms) commit transaction
25520
+ Rendered /Users/lynn/Code/Auth/devise_token_auth/app/views/devise/mailer/confirmation_instructions.html.erb (0.3ms)
25521
+
25522
+ Devise::Mailer#confirmation_instructions: processed outbound mail in 6.0ms
25523
+
25524
+ Sent mail to a6@test.com (8.3ms)
25525
+ Date: Mon, 22 Sep 2014 16:59:32 -0500
25526
+ From: please-change-me-at-config-initializers-devise@example.com
25527
+ Reply-To: please-change-me-at-config-initializers-devise@example.com
25528
+ To: a6@test.com
25529
+ Message-ID: <54209bc44a007_b7873fc454465bec543ed@tests-MacBook-Pro-2.local.mail>
25530
+ Subject: Confirmation instructions
25531
+ Mime-Version: 1.0
25532
+ Content-Type: text/html;
25533
+ charset=UTF-8
25534
+ Content-Transfer-Encoding: 7bit
25535
+ client-config: evilUser
25536
+ redirect-url: http://ng-token-auth.dev/#/multi-user
25537
+
25538
+ <p>Welcome a6@test.com!</p>
25539
+
25540
+ <p>You can confirm your account email through the link below:</p>
25541
+
25542
+ <p><a href="http://devise-token-auth.dev/mangs/confirmation?config=evilUser&amp;confirmation_token=RTDSgm2PC2be-tKUxW28&amp;redirect_url=http%3A%2F%2Fng-token-auth.dev%2F%23%2Fmulti-user">Confirm my account</a></p>
25543
+
25544
+ Completed 200 OK in 113ms (Views: 0.3ms | ActiveRecord: 18.6ms)
25545
+
25546
+
25547
+ Started GET "/mangs/confirmation?config=evilUser&confirmation_token=RTDSgm2PC2be-tKUxW28&redirect_url=http%3A%2F%2Fng-token-auth.dev%2F%23%2Fmulti-user" for 127.0.0.1 at 2014-09-22 16:59:41 -0500
25548
+ Processing by DeviseTokenAuth::ConfirmationsController#show as HTML
25549
+ Parameters: {"config"=>"evilUser", "confirmation_token"=>"RTDSgm2PC2be-tKUxW28", "redirect_url"=>"http://ng-token-auth.dev/#/multi-user"}
25550
+ Mang Load (0.2ms) SELECT "mangs".* FROM "mangs" WHERE "mangs"."confirmation_token" = 'a5a407942eccb1179c6c1f2528e2769b8851ef939bf732dfa2d8f050b797b8eb' ORDER BY "mangs"."id" ASC LIMIT 1
25551
+  (0.1ms) begin transaction
25552
+ SQL (0.3ms) UPDATE "mangs" SET "confirmation_token" = ?, "confirmed_at" = ?, "tokens" = ?, "updated_at" = ? WHERE "mangs"."id" = 15 [["confirmation_token", nil], ["confirmed_at", "2014-09-22 21:59:41.533209"], ["tokens", "{}"], ["updated_at", "2014-09-22 21:59:41.533639"]]
25553
+  (1.9ms) commit transaction
25554
+  (0.1ms) begin transaction
25555
+ SQL (0.3ms) UPDATE "mangs" SET "confirmation_token" = ?, "tokens" = ?, "updated_at" = ? WHERE "mangs"."id" = 15 [["confirmation_token", "RTDSgm2PC2be-tKUxW28"], ["tokens", "{\"KoYXsw_rSNMUfRslG_MJHQ\":{\"token\":\"$2a$10$BL0kaHwrS2HiH3sB7qya2.0lKvZmrr/yvXXkPBTkzKJpIi6vqU846\",\"expiry\":1412632781}}"], ["updated_at", "2014-09-22 21:59:41.598756"]]
25556
+  (0.9ms) commit transaction
25557
+ Redirected to http://ng-token-auth.dev/#/multi-user?account_confirmation_success=true&client_id=KoYXsw_rSNMUfRslG_MJHQ&config=evilUser&expiry=1412632781&token=fXTHIBlhLyg6y9gMgiOvvQ&uid=a6%40test.com
25558
+ Completed 302 Found in 69ms (ActiveRecord: 3.8ms)
25559
+
25560
+
25561
+ Started GET "/mangs/validate_token" for 127.0.0.1 at 2014-09-22 16:59:42 -0500
25562
+ Processing by DeviseTokenAuth::AuthController#validate_token as HTML
25563
+ Mang Load (0.3ms) SELECT "mangs".* FROM "mangs" WHERE "mangs"."uid" = 'a6@test.com' LIMIT 1
25564
+  (0.1ms) begin transaction
25565
+ SQL (0.3ms) UPDATE "mangs" SET "tokens" = ?, "updated_at" = ? WHERE "mangs"."id" = 15 [["tokens", "{\"KoYXsw_rSNMUfRslG_MJHQ\":{\"token\":\"$2a$10$O9gOvK14V0r3Tp/baR5Hou2dDvvdWyWLA6kXFJ0NSqOaL0vOgZIkm\",\"expiry\":1412632782,\"last_token\":\"$2a$10$BL0kaHwrS2HiH3sB7qya2.0lKvZmrr/yvXXkPBTkzKJpIi6vqU846\",\"updated_at\":\"2014-09-22T16:59:42.548-05:00\"}}"], ["updated_at", "2014-09-22 21:59:42.549497"]]
25566
+  (1.6ms) commit transaction
25567
+ Completed 200 OK in 128ms (Views: 0.2ms | ActiveRecord: 2.2ms)
25568
+
25569
+
25570
+ Started DELETE "/mangs/sign_out" for 127.0.0.1 at 2014-09-22 16:59:48 -0500
25571
+ Processing by DeviseTokenAuth::SessionsController#destroy as HTML
25572
+ Mang Load (0.2ms) SELECT "mangs".* FROM "mangs" WHERE "mangs"."uid" = 'a6@test.com' LIMIT 1
25573
+  (0.1ms) begin transaction
25574
+ SQL (0.2ms) UPDATE "mangs" SET "tokens" = ?, "updated_at" = ? WHERE "mangs"."id" = 15 [["tokens", "{}"], ["updated_at", "2014-09-22 21:59:49.050567"]]
25575
+  (1.7ms) commit transaction
25576
+ Completed 200 OK in 64ms (Views: 0.1ms | ActiveRecord: 2.2ms)
25577
+
25578
+
25579
+ Started POST "/mangs/password" for 127.0.0.1 at 2014-09-22 17:01:51 -0500
25580
+ Processing by DeviseTokenAuth::PasswordsController#create as HTML
25581
+ Parameters: {"email"=>"a6@test.com", "redirect_url"=>"http://ng-token-auth.dev/#/multi-user", "config_name"=>"evilUser", "password"=>{"email"=>"a6@test.com", "redirect_url"=>"http://ng-token-auth.dev/#/multi-user", "config_name"=>"evilUser"}}
25582
+ Unpermitted parameters: redirect_url, config_name, password
25583
+ Unpermitted parameters: redirect_url, config_name, password
25584
+ Mang Load (0.2ms) SELECT "mangs".* FROM "mangs" WHERE "mangs"."email" = 'a6@test.com' AND "mangs"."provider" = 'email' ORDER BY "mangs"."id" ASC LIMIT 1
25585
+ Unpermitted parameters: redirect_url, config_name, password
25586
+ Mang Load (0.1ms) SELECT "mangs".* FROM "mangs" WHERE "mangs"."reset_password_token" = '4677d4de8eeee1d242ba2356975c125dc231f02baf937948dcb679e7f1b622a8' ORDER BY "mangs"."id" ASC LIMIT 1
25587
+  (0.0ms) begin transaction
25588
+ Binary data inserted for `string` type on column `reset_password_token`
25589
+ SQL (0.3ms) UPDATE "mangs" SET "reset_password_sent_at" = ?, "reset_password_token" = ?, "tokens" = ?, "updated_at" = ? WHERE "mangs"."id" = 15 [["reset_password_sent_at", "2014-09-22 22:01:51.120492"], ["reset_password_token", "4677d4de8eeee1d242ba2356975c125dc231f02baf937948dcb679e7f1b622a8"], ["tokens", "{}"], ["updated_at", "2014-09-22 22:01:51.120731"]]
25590
+  (2.0ms) commit transaction
25591
+ Rendered /Users/lynn/Code/Auth/devise_token_auth/app/views/devise/mailer/reset_password_instructions.html.erb (0.4ms)
25592
+
25593
+ Devise::Mailer#reset_password_instructions: processed outbound mail in 6.3ms
25594
+
25595
+ Sent mail to a6@test.com (8.7ms)
25596
+ Date: Mon, 22 Sep 2014 17:01:51 -0500
25597
+ From: please-change-me-at-config-initializers-devise@example.com
25598
+ Reply-To: please-change-me-at-config-initializers-devise@example.com
25599
+ To: a6@test.com
25600
+ Message-ID: <54209c4f20140_b7873fc454465bec54455@tests-MacBook-Pro-2.local.mail>
25601
+ Subject: Reset password instructions
25602
+ Mime-Version: 1.0
25603
+ Content-Type: text/html;
25604
+ charset=UTF-8
25605
+ Content-Transfer-Encoding: 7bit
25606
+ email: a6@test.com
25607
+ provider: email
25608
+ redirect-url: http://ng-token-auth.dev/#/multi-user
25609
+ client-config: evilUser
25610
+
25611
+ <p>Hello a6@test.com!</p>
25612
+
25613
+ <p>Someone has requested a link to change your password. You can do this through the link below.</p>
25614
+
25615
+ <p><a href="http://devise-token-auth.dev/mangs/password/edit?config=evilUser&amp;redirect_url=http%3A%2F%2Fng-token-auth.dev%2F%23%2Fmulti-user&amp;reset_password_token=3HeTJNf4s5Wa9GgNt3WQ">Change my password</a></p>
25616
+
25617
+ <p>If you didn't request this, please ignore this email.</p>
25618
+ <p>Your password won't change until you access the link above and create a new one.</p>
25619
+
25620
+ Completed 200 OK in 21ms (Views: 0.2ms | ActiveRecord: 2.6ms)
25621
+
25622
+
25623
+ Started GET "/mangs/password/edit?config=evilUser&redirect_url=http%3A%2F%2Fng-token-auth.dev%2F%23%2Fmulti-user&reset_password_token=[FILTERED]" for 127.0.0.1 at 2014-09-22 17:01:57 -0500
25624
+ Processing by DeviseTokenAuth::PasswordsController#edit as HTML
25625
+ Parameters: {"config"=>"evilUser", "redirect_url"=>"http://ng-token-auth.dev/#/multi-user", "reset_password_token"=>"[FILTERED]"}
25626
+ Unpermitted parameters: config, redirect_url
25627
+ Mang Load (0.2ms) SELECT "mangs".* FROM "mangs" WHERE "mangs"."reset_password_token" = '4677d4de8eeee1d242ba2356975c125dc231f02baf937948dcb679e7f1b622a8' ORDER BY "mangs"."id" ASC LIMIT 1
25628
+  (0.0ms) begin transaction
25629
+ SQL (0.2ms) UPDATE "mangs" SET "reset_password_sent_at" = ?, "reset_password_token" = ?, "tokens" = ?, "updated_at" = ? WHERE "mangs"."id" = 15 [["reset_password_sent_at", nil], ["reset_password_token", nil], ["tokens", "{}"], ["updated_at", "2014-09-22 22:01:57.591407"]]
25630
+  (2.0ms) commit transaction
25631
+  (0.1ms) begin transaction
25632
+ SQL (0.3ms) UPDATE "mangs" SET "reset_password_token" = ?, "tokens" = ?, "updated_at" = ? WHERE "mangs"."id" = 15 [["reset_password_token", "3HeTJNf4s5Wa9GgNt3WQ"], ["tokens", "{\"NLKzrkZBzouIorzlKG1d4A\":{\"token\":\"$2a$10$EGl9l0jyRL4XIztk2hBmc.sTAGWgygrIN.kvF6pRGjEfBsmwWl0r2\",\"expiry\":1412632917}}"], ["updated_at", "2014-09-22 22:01:57.655101"]]
25633
+  (1.0ms) commit transaction
25634
+ Redirected to http://ng-token-auth.dev/#/multi-user?client_id=NLKzrkZBzouIorzlKG1d4A&config=evilUser&expiry=1412632917&reset_password=true&token=-b27-5-rNF7IbzGG1b_kDA&uid=a6%40test.com
25635
+ Completed 302 Found in 68ms (ActiveRecord: 3.8ms)
25636
+
25637
+
25638
+ Started GET "/mangs/validate_token" for 127.0.0.1 at 2014-09-22 17:01:58 -0500
25639
+ Processing by DeviseTokenAuth::AuthController#validate_token as HTML
25640
+ Mang Load (0.2ms) SELECT "mangs".* FROM "mangs" WHERE "mangs"."uid" = 'a6@test.com' LIMIT 1
25641
+  (0.1ms) begin transaction
25642
+ SQL (0.2ms) UPDATE "mangs" SET "tokens" = ?, "updated_at" = ? WHERE "mangs"."id" = 15 [["tokens", "{\"NLKzrkZBzouIorzlKG1d4A\":{\"token\":\"$2a$10$rvOjrWBN8y1jHpWzALwjCOWHP6kRWUDpGMfjvtfih5.JDE1b7dZPK\",\"expiry\":1412632918,\"last_token\":\"$2a$10$EGl9l0jyRL4XIztk2hBmc.sTAGWgygrIN.kvF6pRGjEfBsmwWl0r2\",\"updated_at\":\"2014-09-22T17:01:58.252-05:00\"}}"], ["updated_at", "2014-09-22 22:01:58.252893"]]
25643
+  (1.9ms) commit transaction
25644
+ Completed 200 OK in 127ms (Views: 0.2ms | ActiveRecord: 2.3ms)
25645
+
25646
+
25647
+ Started PUT "/mangs/password" for 127.0.0.1 at 2014-09-22 17:02:04 -0500
25648
+ Processing by DeviseTokenAuth::PasswordsController#update as HTML
25649
+ Parameters: {"password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]"}
25650
+ Mang Load (0.2ms) SELECT "mangs".* FROM "mangs" WHERE "mangs"."uid" = 'a6@test.com' LIMIT 1
25651
+  (0.1ms) begin transaction
25652
+ Binary data inserted for `string` type on column `encrypted_password`
25653
+ SQL (0.3ms) UPDATE "mangs" SET "encrypted_password" = ?, "tokens" = ?, "updated_at" = ? WHERE "mangs"."id" = 15 [["encrypted_password", "$2a$10$yow5hMwEujF9NHVS7THYEuLnMPNQfiaZidmzBBKnyPIDcqmJhIr0m"], ["tokens", "{\"NLKzrkZBzouIorzlKG1d4A\":{\"token\":\"$2a$10$rvOjrWBN8y1jHpWzALwjCOWHP6kRWUDpGMfjvtfih5.JDE1b7dZPK\",\"expiry\":1412632918,\"last_token\":\"$2a$10$EGl9l0jyRL4XIztk2hBmc.sTAGWgygrIN.kvF6pRGjEfBsmwWl0r2\",\"updated_at\":\"2014-09-22T17:01:58.252-05:00\"}}"], ["updated_at", "2014-09-22 22:02:04.272847"]]
25654
+  (1.6ms) commit transaction
25655
+  (0.1ms) begin transaction
25656
+ SQL (0.2ms) UPDATE "mangs" SET "tokens" = ?, "updated_at" = ? WHERE "mangs"."id" = 15 [["tokens", "{\"NLKzrkZBzouIorzlKG1d4A\":{\"token\":\"$2a$10$CjR2xdEaqHxtcnAHwjsZRe6NXBMmiKuTNPmPYKspjhDOt0U9FAzm.\",\"expiry\":1412632924,\"last_token\":\"$2a$10$rvOjrWBN8y1jHpWzALwjCOWHP6kRWUDpGMfjvtfih5.JDE1b7dZPK\",\"updated_at\":\"2014-09-22T17:02:04.336-05:00\"}}"], ["updated_at", "2014-09-22 22:02:04.337410"]]
25657
+  (0.5ms) commit transaction
25658
+ Completed 200 OK in 188ms (Views: 0.6ms | ActiveRecord: 2.9ms)