spec/test_app/log/test.log in omniauth-rails-0.4.0 vs spec/test_app/log/test.log in omniauth-rails-0.5.0
- old
+ new
@@ -60069,5 +60069,317 @@
Started GET "/public" for 127.0.0.1 at 2016-09-19 17:42:12 -0600
Processing by PublicController#show as HTML
Rendering public/show.html.erb within layouts/application
Rendered public/show.html.erb within layouts/application (0.3ms)
Completed 200 OK in 5ms (Views: 3.7ms)
+Omniauth::Rails::Configurator: Loading from default_config_file=/Users/danrabinowitz/code/omniauth-rails/spec/test_app/config/omniauth_rails.yml
+Mounting Omniauth::Rails::Engine in Rails.application.routes
+Autoloading Omniauth::Rails::ControllersConcern into ActionController::Base
+Started GET "/auth/google_oauth2/callback" for 127.0.0.1 at 2016-09-19 17:42:21 -0600
+Processing by Omniauth::Rails::SessionsController#create as HTML
+ Parameters: {"provider"=>"google_oauth2"}
+Redirected to http://www.example.com/private
+Completed 302 Found in 4ms
+Started GET "/auth/google_oauth2/callback" for 127.0.0.1 at 2016-09-19 17:42:21 -0600
+(google_oauth2) Authentication failure! invalid_credentials encountered.
+Started GET "/auth/google_oauth2/callback" for 127.0.0.1 at 2016-09-19 17:42:21 -0600
+(google_oauth2) Authentication failure! csrf_detected encountered.
+Started GET "/auth/sign_in" for 127.0.0.1 at 2016-09-19 17:42:21 -0600
+Processing by Omniauth::Rails::SessionsController#new as HTML
+Redirected to http://www.example.com/auth/google_oauth2
+Completed 302 Found in 1ms
+Started GET "/auth/sign_in" for 127.0.0.1 at 2016-09-19 17:42:21 -0600
+Processing by Omniauth::Rails::SessionsController#new as HTML
+Redirected to http://www.example.com/private
+Completed 302 Found in 0ms
+Started GET "/private" for 127.0.0.1 at 2016-09-19 17:42:21 -0600
+Processing by PrivateController#show as HTML
+ Rendering private/show.html.erb within layouts/application
+ Rendered private/show.html.erb within layouts/application (1.1ms)
+Completed 200 OK in 163ms (Views: 159.8ms)
+Started DELETE "/auth/sign_out" for 127.0.0.1 at 2016-09-19 17:42:21 -0600
+Processing by Omniauth::Rails::SessionsController#destroy as HTML
+Redirected to http://www.example.com/public
+Completed 302 Found in 0ms
+Started GET "/private" for 127.0.0.1 at 2016-09-19 17:42:21 -0600
+Processing by PrivateController#show as HTML
+Redirected to http://www.example.com/auth/sign_in
+Filter chain halted as #<Proc:0x007fb297052278@/Users/danrabinowitz/code/omniauth-rails/app/controllers/omniauth/rails/authorization_concern.rb:13> rendered or redirected
+Completed 302 Found in 1ms
+Started DELETE "/auth/sign_out" for 127.0.0.1 at 2016-09-19 17:42:21 -0600
+Processing by Omniauth::Rails::SessionsController#destroy as HTML
+ Rendering /Users/danrabinowitz/code/omniauth-rails/app/views/omniauth/rails/sessions/destroy.html.erb
+ Rendered /Users/danrabinowitz/code/omniauth-rails/app/views/omniauth/rails/sessions/destroy.html.erb (0.5ms)
+Completed 200 OK in 2ms (Views: 2.3ms)
+Processing by AnonymousController#fake_action as HTML
+Redirected to http://test.host/auth/sign_in
+Filter chain halted as :require_authentication rendered or redirected
+Completed 302 Found in 0ms
+Processing by AnonymousController#fake_action as HTML
+Omniauth::Rails: dev_mode is enabled. Skipping 'require_authentication'
+Completed 200 OK in 0ms
+Omniauth::Rails: dev_mode is enabled. Authentication and authorization are disabled.
+Processing by PrivateController#show as HTML
+ Rendering private/show.html.erb within layouts/application
+ Rendered private/show.html.erb within layouts/application (0.2ms)
+Completed 200 OK in 6ms (Views: 4.7ms)
+Started GET "/private" for 127.0.0.1 at 2016-09-19 17:42:22 -0600
+Processing by PrivateController#show as HTML
+ Rendering /Users/danrabinowitz/code/omniauth-rails/app/views/omniauth/rails/forbidden.html
+ Rendered /Users/danrabinowitz/code/omniauth-rails/app/views/omniauth/rails/forbidden.html (0.3ms)
+Filter chain halted as #<Proc:0x007fb297052278@/Users/danrabinowitz/code/omniauth-rails/app/controllers/omniauth/rails/authorization_concern.rb:13> rendered or redirected
+Completed 403 Forbidden in 17ms (Views: 16.5ms)
+Started GET "/private" for 127.0.0.1 at 2016-09-19 17:42:22 -0600
+Processing by PrivateController#show as HTML
+ Rendering private/show.html.erb within layouts/application
+ Rendered private/show.html.erb within layouts/application (0.5ms)
+Completed 200 OK in 6ms (Views: 4.3ms)
+Started GET "/private" for 127.0.0.1 at 2016-09-19 17:42:22 -0600
+Processing by PrivateController#show as HTML
+Redirected to http://www.example.com/auth/sign_in
+Filter chain halted as #<Proc:0x007fb297052278@/Users/danrabinowitz/code/omniauth-rails/app/controllers/omniauth/rails/authorization_concern.rb:13> rendered or redirected
+Completed 302 Found in 0ms
+Started GET "/private" for 127.0.0.1 at 2016-09-19 17:42:22 -0600
+Processing by PrivateController#show as HTML
+Omniauth::Rails: dev_mode is enabled. Skipping 'require_authorization'
+ Rendering private/show.html.erb within layouts/application
+ Rendered private/show.html.erb within layouts/application (0.2ms)
+Completed 200 OK in 4ms (Views: 3.4ms)
+Started GET "/public" for 127.0.0.1 at 2016-09-19 17:42:22 -0600
+Processing by PublicController#show as HTML
+ Rendering public/show.html.erb within layouts/application
+ Rendered public/show.html.erb within layouts/application (0.4ms)
+Completed 200 OK in 7ms (Views: 6.0ms)
+Omniauth::Rails::Configurator: Loading from default_config_file=/Users/danrabinowitz/code/omniauth-rails/spec/test_app/config/omniauth_rails.yml
+Mounting Omniauth::Rails::Engine in Rails.application.routes
+Autoloading Omniauth::Rails::ControllersConcern into ActionController::Base
+Processing by PrivateController#show as HTML
+ Rendering private/show.html.erb within layouts/application
+ Rendered private/show.html.erb within layouts/application (0.2ms)
+Completed 200 OK in 10ms (Views: 6.1ms)
+Omniauth::Rails: dev_mode is enabled. Authentication and authorization are disabled.
+Processing by AnonymousController#fake_action as HTML
+Redirected to http://test.host/auth/sign_in
+Filter chain halted as :require_authentication rendered or redirected
+Completed 302 Found in 4ms
+Processing by AnonymousController#fake_action as HTML
+Omniauth::Rails: dev_mode is enabled. Skipping 'require_authentication'
+Completed 200 OK in 0ms
+Started GET "/public" for 127.0.0.1 at 2016-09-19 17:42:25 -0600
+Processing by PublicController#show as HTML
+ Rendering public/show.html.erb within layouts/application
+ Rendered public/show.html.erb within layouts/application (0.9ms)
+Completed 200 OK in 167ms (Views: 165.9ms)
+Started GET "/auth/sign_in" for 127.0.0.1 at 2016-09-19 17:42:25 -0600
+Processing by Omniauth::Rails::SessionsController#new as HTML
+Redirected to http://www.example.com/auth/google_oauth2
+Completed 302 Found in 1ms
+Started GET "/auth/sign_in" for 127.0.0.1 at 2016-09-19 17:42:25 -0600
+Processing by Omniauth::Rails::SessionsController#new as HTML
+Redirected to http://www.example.com/
+Completed 302 Found in 0ms
+Started GET "/private" for 127.0.0.1 at 2016-09-19 17:42:25 -0600
+Processing by PrivateController#show as HTML
+ Rendering private/show.html.erb within layouts/application
+ Rendered private/show.html.erb within layouts/application (0.3ms)
+Completed 200 OK in 5ms (Views: 4.0ms)
+Started DELETE "/auth/sign_out" for 127.0.0.1 at 2016-09-19 17:42:25 -0600
+Processing by Omniauth::Rails::SessionsController#destroy as HTML
+Redirected to http://www.example.com/
+Completed 302 Found in 0ms
+Started GET "/private" for 127.0.0.1 at 2016-09-19 17:42:25 -0600
+Processing by PrivateController#show as HTML
+Redirected to http://www.example.com/auth/sign_in
+Filter chain halted as #<Proc:0x007fcdde228ea0@/Users/danrabinowitz/code/omniauth-rails/app/controllers/omniauth/rails/authorization_concern.rb:13> rendered or redirected
+Completed 302 Found in 1ms
+Started DELETE "/auth/sign_out" for 127.0.0.1 at 2016-09-19 17:42:25 -0600
+Processing by Omniauth::Rails::SessionsController#destroy as HTML
+ Rendering /Users/danrabinowitz/code/omniauth-rails/app/views/omniauth/rails/sessions/destroy.html.erb
+ Rendered /Users/danrabinowitz/code/omniauth-rails/app/views/omniauth/rails/sessions/destroy.html.erb (0.7ms)
+Completed 200 OK in 3ms (Views: 2.7ms)
+Started GET "/auth/google_oauth2/callback" for 127.0.0.1 at 2016-09-19 17:42:25 -0600
+Processing by Omniauth::Rails::SessionsController#create as HTML
+ Parameters: {"provider"=>"google_oauth2"}
+Redirected to http://www.example.com/
+Completed 302 Found in 1ms
+Started GET "/auth/google_oauth2/callback" for 127.0.0.1 at 2016-09-19 17:42:25 -0600
+(google_oauth2) Authentication failure! invalid_credentials encountered.
+Started GET "/auth/google_oauth2/callback" for 127.0.0.1 at 2016-09-19 17:42:25 -0600
+(google_oauth2) Authentication failure! csrf_detected encountered.
+Started GET "/private" for 127.0.0.1 at 2016-09-19 17:42:25 -0600
+Processing by PrivateController#show as HTML
+ Rendering /Users/danrabinowitz/code/omniauth-rails/app/views/omniauth/rails/forbidden.html
+ Rendered /Users/danrabinowitz/code/omniauth-rails/app/views/omniauth/rails/forbidden.html (0.3ms)
+Filter chain halted as #<Proc:0x007fcdde228ea0@/Users/danrabinowitz/code/omniauth-rails/app/controllers/omniauth/rails/authorization_concern.rb:13> rendered or redirected
+Completed 403 Forbidden in 14ms (Views: 13.5ms)
+Started GET "/private" for 127.0.0.1 at 2016-09-19 17:42:25 -0600
+Processing by PrivateController#show as HTML
+ Rendering private/show.html.erb within layouts/application
+ Rendered private/show.html.erb within layouts/application (0.3ms)
+Completed 200 OK in 5ms (Views: 3.9ms)
+Started GET "/private" for 127.0.0.1 at 2016-09-19 17:42:25 -0600
+Processing by PrivateController#show as HTML
+Redirected to http://www.example.com/auth/sign_in
+Filter chain halted as #<Proc:0x007fcdde228ea0@/Users/danrabinowitz/code/omniauth-rails/app/controllers/omniauth/rails/authorization_concern.rb:13> rendered or redirected
+Completed 302 Found in 1ms
+Started GET "/private" for 127.0.0.1 at 2016-09-19 17:42:25 -0600
+Processing by PrivateController#show as HTML
+Omniauth::Rails: dev_mode is enabled. Skipping 'require_authorization'
+ Rendering private/show.html.erb within layouts/application
+ Rendered private/show.html.erb within layouts/application (0.2ms)
+Completed 200 OK in 4ms (Views: 3.4ms)
+Omniauth::Rails::Configurator: Loading from default_config_file=/Users/danrabinowitz/code/omniauth-rails/spec/test_app/config/omniauth_rails.yml
+Mounting Omniauth::Rails::Engine in Rails.application.routes
+Autoloading Omniauth::Rails::ControllersConcern into ActionController::Base
+Started GET "/auth/google_oauth2/callback" for 127.0.0.1 at 2016-10-06 16:09:22 -0600
+Processing by Omniauth::Rails::SessionsController#create as HTML
+ Parameters: {"provider"=>"google_oauth2"}
+Redirected to http://www.example.com/private
+Completed 302 Found in 7ms
+Started GET "/auth/google_oauth2/callback" for 127.0.0.1 at 2016-10-06 16:09:22 -0600
+(google_oauth2) Authentication failure! invalid_credentials encountered.
+Started GET "/auth/google_oauth2/callback" for 127.0.0.1 at 2016-10-06 16:09:22 -0600
+(google_oauth2) Authentication failure! csrf_detected encountered.
+Started GET "/private" for 127.0.0.1 at 2016-10-06 16:09:22 -0600
+Processing by PrivateController#show as HTML
+ Rendering private/show.html.erb within layouts/application
+ Rendered private/show.html.erb within layouts/application (1.5ms)
+Completed 200 OK in 169ms (Views: 165.7ms)
+Started DELETE "/auth/sign_out" for 127.0.0.1 at 2016-10-06 16:09:22 -0600
+Processing by Omniauth::Rails::SessionsController#destroy as HTML
+Redirected to http://www.example.com/public
+Completed 302 Found in 0ms
+Started GET "/private" for 127.0.0.1 at 2016-10-06 16:09:22 -0600
+Processing by PrivateController#show as HTML
+Redirected to http://www.example.com/auth/sign_in
+Filter chain halted as #<Proc:0x007fea6e3fb2f8@/Users/danrabinowitz/code/omniauth-rails/app/controllers/omniauth/rails/authorization_concern.rb:13> rendered or redirected
+Completed 302 Found in 1ms
+Started DELETE "/auth/sign_out" for 127.0.0.1 at 2016-10-06 16:09:22 -0600
+Processing by Omniauth::Rails::SessionsController#destroy as HTML
+ Rendering /Users/danrabinowitz/code/omniauth-rails/app/views/omniauth/rails/sessions/destroy.html.erb
+ Rendered /Users/danrabinowitz/code/omniauth-rails/app/views/omniauth/rails/sessions/destroy.html.erb (0.9ms)
+Completed 200 OK in 3ms (Views: 3.0ms)
+Started GET "/auth/sign_in" for 127.0.0.1 at 2016-10-06 16:09:22 -0600
+Processing by Omniauth::Rails::SessionsController#new as HTML
+Redirected to http://www.example.com/auth/google_oauth2
+Completed 302 Found in 1ms
+Started GET "/auth/sign_in" for 127.0.0.1 at 2016-10-06 16:09:22 -0600
+Processing by Omniauth::Rails::SessionsController#new as HTML
+Redirected to http://www.example.com/private
+Completed 302 Found in 0ms
+Omniauth::Rails: dev_mode is enabled. Authentication and authorization are disabled.
+Started GET "/private" for 127.0.0.1 at 2016-10-06 16:09:22 -0600
+Processing by PrivateController#show as HTML
+ Rendering private/show.html.erb within layouts/application
+ Rendered private/show.html.erb within layouts/application (0.2ms)
+Completed 200 OK in 5ms (Views: 3.9ms)
+Started GET "/private" for 127.0.0.1 at 2016-10-06 16:09:22 -0600
+Processing by PrivateController#show as HTML
+ Rendering /Users/danrabinowitz/code/omniauth-rails/app/views/omniauth/rails/forbidden.html
+ Rendered /Users/danrabinowitz/code/omniauth-rails/app/views/omniauth/rails/forbidden.html (0.2ms)
+Filter chain halted as #<Proc:0x007fea6e3fb2f8@/Users/danrabinowitz/code/omniauth-rails/app/controllers/omniauth/rails/authorization_concern.rb:13> rendered or redirected
+Completed 403 Forbidden in 14ms (Views: 13.3ms)
+Started GET "/private" for 127.0.0.1 at 2016-10-06 16:09:22 -0600
+Processing by PrivateController#show as HTML
+Redirected to http://www.example.com/auth/sign_in
+Filter chain halted as #<Proc:0x007fea6e3fb2f8@/Users/danrabinowitz/code/omniauth-rails/app/controllers/omniauth/rails/authorization_concern.rb:13> rendered or redirected
+Completed 302 Found in 1ms
+Started GET "/private" for 127.0.0.1 at 2016-10-06 16:09:22 -0600
+Processing by PrivateController#show as HTML
+Omniauth::Rails: dev_mode is enabled. Skipping 'require_authorization'
+ Rendering private/show.html.erb within layouts/application
+ Rendered private/show.html.erb within layouts/application (0.3ms)
+Completed 200 OK in 5ms (Views: 3.5ms)
+Processing by AnonymousController#fake_action as HTML
+Redirected to http://test.host/auth/sign_in
+Filter chain halted as :require_authentication rendered or redirected
+Completed 302 Found in 0ms
+Processing by AnonymousController#fake_action as HTML
+Omniauth::Rails: dev_mode is enabled. Skipping 'require_authentication'
+Completed 200 OK in 0ms
+Started GET "/public" for 127.0.0.1 at 2016-10-06 16:09:22 -0600
+Processing by PublicController#show as HTML
+ Rendering public/show.html.erb within layouts/application
+ Rendered public/show.html.erb within layouts/application (0.3ms)
+Completed 200 OK in 6ms (Views: 5.0ms)
+Processing by PrivateController#show as HTML
+ Rendering private/show.html.erb within layouts/application
+ Rendered private/show.html.erb within layouts/application (0.2ms)
+Completed 200 OK in 7ms (Views: 4.9ms)
+Omniauth::Rails::Configurator: Loading from default_config_file=/Users/danrabinowitz/code/omniauth-rails/spec/test_app/config/omniauth_rails.yml
+Mounting Omniauth::Rails::Engine in Rails.application.routes
+Autoloading Omniauth::Rails::ControllersConcern into ActionController::Base
+Processing by PrivateController#show as HTML
+ Rendering private/show.html.erb within layouts/application
+ Rendered private/show.html.erb within layouts/application (0.2ms)
+Completed 200 OK in 12ms (Views: 8.1ms)
+Omniauth::Rails: dev_mode is enabled. Authentication and authorization are disabled.
+Started GET "/private" for 127.0.0.1 at 2016-10-06 16:16:29 -0600
+Processing by PrivateController#show as HTML
+ Rendering /Users/danrabinowitz/code/omniauth-rails/app/views/omniauth/rails/forbidden.html
+ Rendered /Users/danrabinowitz/code/omniauth-rails/app/views/omniauth/rails/forbidden.html (1.3ms)
+Filter chain halted as #<Proc:0x007fdd5e9484d0@/Users/danrabinowitz/code/omniauth-rails/app/controllers/omniauth/rails/authorization_concern.rb:13> rendered or redirected
+Completed 403 Forbidden in 19ms (Views: 18.4ms)
+Started GET "/private" for 127.0.0.1 at 2016-10-06 16:16:29 -0600
+Processing by PrivateController#show as HTML
+ Rendering private/show.html.erb within layouts/application
+ Rendered private/show.html.erb within layouts/application (0.3ms)
+Completed 200 OK in 165ms (Views: 163.9ms)
+Started GET "/private" for 127.0.0.1 at 2016-10-06 16:16:30 -0600
+Processing by PrivateController#show as HTML
+Redirected to http://www.example.com/auth/sign_in
+Filter chain halted as #<Proc:0x007fdd5e9484d0@/Users/danrabinowitz/code/omniauth-rails/app/controllers/omniauth/rails/authorization_concern.rb:13> rendered or redirected
+Completed 302 Found in 7ms
+Started GET "/private" for 127.0.0.1 at 2016-10-06 16:16:30 -0600
+Processing by PrivateController#show as HTML
+Omniauth::Rails: dev_mode is enabled. Skipping 'require_authorization'
+ Rendering private/show.html.erb within layouts/application
+ Rendered private/show.html.erb within layouts/application (0.3ms)
+Completed 200 OK in 4ms (Views: 3.5ms)
+Processing by AnonymousController#fake_action as HTML
+Redirected to http://test.host/auth/sign_in
+Filter chain halted as :require_authentication rendered or redirected
+Completed 302 Found in 1ms
+Processing by AnonymousController#fake_action as HTML
+Omniauth::Rails: dev_mode is enabled. Skipping 'require_authentication'
+Completed 200 OK in 0ms
+Started GET "/public" for 127.0.0.1 at 2016-10-06 16:16:30 -0600
+Processing by PublicController#show as HTML
+ Rendering public/show.html.erb within layouts/application
+ Rendered public/show.html.erb within layouts/application (0.2ms)
+Completed 200 OK in 5ms (Views: 3.8ms)
+Started GET "/auth/sign_in" for 127.0.0.1 at 2016-10-06 16:16:30 -0600
+Processing by Omniauth::Rails::SessionsController#new as HTML
+Redirected to http://www.example.com/auth/google_oauth2
+Completed 302 Found in 1ms
+Started GET "/auth/sign_in" for 127.0.0.1 at 2016-10-06 16:16:30 -0600
+Processing by Omniauth::Rails::SessionsController#new as HTML
+Redirected to http://www.example.com/
+Completed 302 Found in 0ms
+Started GET "/auth/google_oauth2/callback" for 127.0.0.1 at 2016-10-06 16:16:30 -0600
+(google_oauth2) Authentication failure! invalid_credentials encountered.
+Started GET "/auth/google_oauth2/callback" for 127.0.0.1 at 2016-10-06 16:16:30 -0600
+(google_oauth2) Authentication failure! csrf_detected encountered.
+Started GET "/auth/google_oauth2/callback" for 127.0.0.1 at 2016-10-06 16:16:30 -0600
+Processing by Omniauth::Rails::SessionsController#create as HTML
+ Parameters: {"provider"=>"google_oauth2"}
+Redirected to http://www.example.com/
+Completed 302 Found in 1ms
+Started GET "/private" for 127.0.0.1 at 2016-10-06 16:16:30 -0600
+Processing by PrivateController#show as HTML
+ Rendering private/show.html.erb within layouts/application
+ Rendered private/show.html.erb within layouts/application (0.3ms)
+Completed 200 OK in 6ms (Views: 5.1ms)
+Started DELETE "/auth/sign_out" for 127.0.0.1 at 2016-10-06 16:16:30 -0600
+Processing by Omniauth::Rails::SessionsController#destroy as HTML
+Redirected to http://www.example.com/
+Completed 302 Found in 0ms
+Started GET "/private" for 127.0.0.1 at 2016-10-06 16:16:30 -0600
+Processing by PrivateController#show as HTML
+Redirected to http://www.example.com/auth/sign_in
+Filter chain halted as #<Proc:0x007fdd5e9484d0@/Users/danrabinowitz/code/omniauth-rails/app/controllers/omniauth/rails/authorization_concern.rb:13> rendered or redirected
+Completed 302 Found in 1ms
+Started DELETE "/auth/sign_out" for 127.0.0.1 at 2016-10-06 16:16:30 -0600
+Processing by Omniauth::Rails::SessionsController#destroy as HTML
+ Rendering /Users/danrabinowitz/code/omniauth-rails/app/views/omniauth/rails/sessions/destroy.html.erb
+ Rendered /Users/danrabinowitz/code/omniauth-rails/app/views/omniauth/rails/sessions/destroy.html.erb (0.6ms)
+Completed 200 OK in 4ms (Views: 3.5ms)