====> Doorkeeper.orm = :sequel ====> Rails version: 5.2.1 ====> Ruby version: 2.5.0 ====> Doorkeeper.orm = :sequel ====> Rails version: 5.2.1 ====> Ruby version: 2.5.0 Processing by AnonymousController#index as HTML Parameters: {"access_token"=>"[FILTERED]"} Completed 500 Internal Server Error in 4ms Processing by AnonymousController#index as HTML Parameters: {"access_token"=>"[FILTERED]"} Completed 500 Internal Server Error in 0ms Processing by AnonymousController#index as HTML Parameters: {"access_token"=>"[FILTERED]"} Completed 500 Internal Server Error in 0ms Processing by AnonymousController#index as HTML Parameters: {"access_token"=>"[FILTERED]"} Completed 500 Internal Server Error in 0ms Processing by AnonymousController#index as HTML Parameters: {"access_token"=>"[FILTERED]"} Rendering text template Rendered text template (0.0ms) Completed 200 OK in 1ms (Views: 0.4ms) Processing by AnonymousController#index as HTML Rendering text template Rendered text template (0.0ms) Completed 200 OK in 0ms (Views: 0.2ms) Processing by AnonymousController#index as HTML Rendering text template Rendered text template (0.0ms) Completed 200 OK in 0ms (Views: 0.1ms) Processing by AnonymousController#index as HTML Filter chain halted as :doorkeeper_authorize! rendered or redirected Completed 401 Unauthorized in 0ms Processing by AnonymousController#index as HTML Rendering text template Rendered text template (0.0ms) Completed 200 OK in 0ms (Views: 0.2ms) Processing by AnonymousController#index as HTML Parameters: {"bearer_token"=>"1A2BC3"} Rendering text template Rendered text template (0.0ms) Completed 200 OK in 0ms (Views: 0.2ms) Processing by AnonymousController#index as HTML Parameters: {"access_token"=>"[FILTERED]"} Rendering text template Rendered text template (0.0ms) Filter chain halted as # rendered or redirected Completed 404 Not Found in 1ms (Views: 0.4ms) Processing by AnonymousController#index as HTML Parameters: {"access_token"=>"[FILTERED]"} Rendering text template Rendered text template (0.0ms) Filter chain halted as # rendered or redirected Completed 403 Forbidden in 0ms (Views: 0.2ms) Processing by AnonymousController#index as HTML Parameters: {"access_token"=>"[FILTERED]"} Filter chain halted as # rendered or redirected Completed 403 Forbidden in 0ms (Views: 0.1ms) Processing by AnonymousController#index as HTML Parameters: {"access_token"=>"[FILTERED]"} Filter chain halted as # rendered or redirected Completed 404 Not Found in 0ms (Views: 0.1ms) Processing by AnonymousController#show as HTML Parameters: {"access_token"=>"[FILTERED]", "id"=>"4"} Filter chain halted as :doorkeeper_authorize! rendered or redirected Completed 401 Unauthorized in 0ms Processing by AnonymousController#index as HTML Parameters: {"access_token"=>"[FILTERED]"} Filter chain halted as :doorkeeper_authorize! rendered or redirected Completed 401 Unauthorized in 0ms Processing by AnonymousController#index as HTML Parameters: {"access_token"=>"[FILTERED]"} Rendering text template Rendered text template (0.0ms) Completed 200 OK in 0ms (Views: 0.3ms) Processing by AnonymousController#show as HTML Parameters: {"access_token"=>"[FILTERED]", "id"=>"4"} Rendering text template Rendered text template (0.0ms) Completed 200 OK in 0ms (Views: 0.2ms) Processing by AnonymousController#index as HTML Parameters: {"access_token"=>"[FILTERED]"} Filter chain halted as # rendered or redirected Completed 403 Forbidden in 0ms Processing by AnonymousController#index as HTML Parameters: {"access_token"=>"[FILTERED]"} Rendering text template Rendered text template (0.0ms) Completed 200 OK in 0ms (Views: 0.3ms) Processing by AnonymousController#index as HTML Parameters: {"access_token"=>"[FILTERED]"} Rendering text template Rendered text template (0.0ms) Filter chain halted as :doorkeeper_authorize! rendered or redirected Completed 401 Unauthorized in 1ms (Views: 0.3ms) Processing by AnonymousController#index as HTML Parameters: {"access_token"=>"[FILTERED]"} Filter chain halted as :doorkeeper_authorize! rendered or redirected Completed 401 Unauthorized in 0ms (Views: 0.1ms) Started GET "/oauth/applications/new" for 127.0.0.1 at 2020-05-13 14:18:32 +0300 Processing by Doorkeeper::ApplicationsController#new as HTML Rendering /projects/gems/doorkeeper-sequel/doorkeeper/app/views/doorkeeper/applications/new.html.erb within layouts/doorkeeper/admin Rendered /projects/gems/doorkeeper-sequel/doorkeeper/app/views/doorkeeper/applications/_form.html.erb (4.9ms) Rendered /projects/gems/doorkeeper-sequel/doorkeeper/app/views/doorkeeper/applications/new.html.erb within layouts/doorkeeper/admin (5.8ms) Completed 200 OK in 181ms (Views: 180.0ms) Started POST "/oauth/applications" for 127.0.0.1 at 2020-05-13 14:18:33 +0300 Processing by Doorkeeper::ApplicationsController#create as HTML Parameters: {"utf8"=>"✓", "doorkeeper_application"=>{"name"=>"My Application", "redirect_uri"=>"https://example.com", "confidential"=>"0", "scopes"=>""}, "commit"=>"Submit"} Redirected to http://www.example.com/oauth/applications/1 Completed 302 Found in 2ms Started GET "/oauth/applications/1" for 127.0.0.1 at 2020-05-13 14:18:33 +0300 Processing by Doorkeeper::ApplicationsController#show as HTML Parameters: {"id"=>"1"} Rendering /projects/gems/doorkeeper-sequel/doorkeeper/app/views/doorkeeper/applications/show.html.erb within layouts/doorkeeper/admin Rendered /projects/gems/doorkeeper-sequel/doorkeeper/app/views/doorkeeper/applications/_delete_form.html.erb (0.6ms) Rendered /projects/gems/doorkeeper-sequel/doorkeeper/app/views/doorkeeper/applications/show.html.erb within layouts/doorkeeper/admin (2.6ms) Completed 200 OK in 4ms (Views: 3.4ms) Started GET "/oauth/applications/new" for 127.0.0.1 at 2020-05-13 14:18:33 +0300 Processing by Doorkeeper::ApplicationsController#new as HTML Rendering /projects/gems/doorkeeper-sequel/doorkeeper/app/views/doorkeeper/applications/new.html.erb within layouts/doorkeeper/admin Rendered /projects/gems/doorkeeper-sequel/doorkeeper/app/views/doorkeeper/applications/_form.html.erb (1.0ms) Rendered /projects/gems/doorkeeper-sequel/doorkeeper/app/views/doorkeeper/applications/new.html.erb within layouts/doorkeeper/admin (1.2ms) Completed 200 OK in 2ms (Views: 2.1ms) Started POST "/oauth/applications" for 127.0.0.1 at 2020-05-13 14:18:33 +0300 Processing by Doorkeeper::ApplicationsController#create as HTML Parameters: {"utf8"=>"✓", "doorkeeper_application"=>{"name"=>"My Application", "redirect_uri"=>"https://example.com", "confidential"=>"0", "scopes"=>"blahblah"}, "commit"=>"Submit"} Rendering /projects/gems/doorkeeper-sequel/doorkeeper/app/views/doorkeeper/applications/new.html.erb within layouts/doorkeeper/admin Rendered /projects/gems/doorkeeper-sequel/doorkeeper/app/views/doorkeeper/applications/_form.html.erb (1.0ms) Rendered /projects/gems/doorkeeper-sequel/doorkeeper/app/views/doorkeeper/applications/new.html.erb within layouts/doorkeeper/admin (1.2ms) Completed 200 OK in 3ms (Views: 2.0ms) Started GET "/oauth/applications/new" for 127.0.0.1 at 2020-05-13 14:18:33 +0300 Processing by Doorkeeper::ApplicationsController#new as HTML Rendering /projects/gems/doorkeeper-sequel/doorkeeper/app/views/doorkeeper/applications/new.html.erb within layouts/doorkeeper/admin Rendered /projects/gems/doorkeeper-sequel/doorkeeper/app/views/doorkeeper/applications/_form.html.erb (1.0ms) Rendered /projects/gems/doorkeeper-sequel/doorkeeper/app/views/doorkeeper/applications/new.html.erb within layouts/doorkeeper/admin (1.1ms) Completed 200 OK in 3ms (Views: 2.3ms) Started POST "/oauth/applications" for 127.0.0.1 at 2020-05-13 14:18:33 +0300 Processing by Doorkeeper::ApplicationsController#create as HTML Parameters: {"utf8"=>"✓", "doorkeeper_application"=>{"name"=>"My Application", "redirect_uri"=>"https://example.com", "confidential"=>"0", "scopes"=>""}, "commit"=>"Submit"} Redirected to http://www.example.com/oauth/applications/1 Completed 302 Found in 2ms Started GET "/oauth/applications/1" for 127.0.0.1 at 2020-05-13 14:18:33 +0300 Processing by Doorkeeper::ApplicationsController#show as HTML Parameters: {"id"=>"1"} Rendering /projects/gems/doorkeeper-sequel/doorkeeper/app/views/doorkeeper/applications/show.html.erb within layouts/doorkeeper/admin Rendered /projects/gems/doorkeeper-sequel/doorkeeper/app/views/doorkeeper/applications/_delete_form.html.erb (0.2ms) Rendered /projects/gems/doorkeeper-sequel/doorkeeper/app/views/doorkeeper/applications/show.html.erb within layouts/doorkeeper/admin (1.0ms) Completed 200 OK in 2ms (Views: 1.7ms) Started GET "/oauth/applications/new" for 127.0.0.1 at 2020-05-13 14:18:33 +0300 Processing by Doorkeeper::ApplicationsController#new as HTML Rendering /projects/gems/doorkeeper-sequel/doorkeeper/app/views/doorkeeper/applications/new.html.erb within layouts/doorkeeper/admin Rendered /projects/gems/doorkeeper-sequel/doorkeeper/app/views/doorkeeper/applications/_form.html.erb (1.0ms) Rendered /projects/gems/doorkeeper-sequel/doorkeeper/app/views/doorkeeper/applications/new.html.erb within layouts/doorkeeper/admin (1.2ms) Completed 200 OK in 3ms (Views: 2.3ms) Started POST "/oauth/applications" for 127.0.0.1 at 2020-05-13 14:18:33 +0300 Processing by Doorkeeper::ApplicationsController#create as HTML Parameters: {"utf8"=>"✓", "doorkeeper_application"=>{"name"=>"", "redirect_uri"=>"", "confidential"=>"0", "scopes"=>""}, "commit"=>"Submit"} Rendering /projects/gems/doorkeeper-sequel/doorkeeper/app/views/doorkeeper/applications/new.html.erb within layouts/doorkeeper/admin Rendered /projects/gems/doorkeeper-sequel/doorkeeper/app/views/doorkeeper/applications/_form.html.erb (1.1ms) Rendered /projects/gems/doorkeeper-sequel/doorkeeper/app/views/doorkeeper/applications/new.html.erb within layouts/doorkeeper/admin (1.2ms) Completed 200 OK in 3ms (Views: 2.1ms) Started GET "/oauth/applications/new" for 127.0.0.1 at 2020-05-13 14:18:33 +0300 Processing by Doorkeeper::ApplicationsController#new as HTML Rendering /projects/gems/doorkeeper-sequel/doorkeeper/app/views/doorkeeper/applications/new.html.erb within layouts/doorkeeper/admin Rendered /projects/gems/doorkeeper-sequel/doorkeeper/app/views/doorkeeper/applications/_form.html.erb (1.0ms) Rendered /projects/gems/doorkeeper-sequel/doorkeeper/app/views/doorkeeper/applications/new.html.erb within layouts/doorkeeper/admin (1.1ms) Completed 200 OK in 2ms (Views: 1.9ms) Started POST "/oauth/applications" for 127.0.0.1 at 2020-05-13 14:18:33 +0300 Processing by Doorkeeper::ApplicationsController#create as HTML Parameters: {"utf8"=>"✓", "doorkeeper_application"=>{"name"=>"My Application", "redirect_uri"=>"https://example.com", "confidential"=>"0", "scopes"=>"blahblah"}, "commit"=>"Submit"} Redirected to http://www.example.com/oauth/applications/1 Completed 302 Found in 1ms Started GET "/oauth/applications/1" for 127.0.0.1 at 2020-05-13 14:18:33 +0300 Processing by Doorkeeper::ApplicationsController#show as HTML Parameters: {"id"=>"1"} Rendering /projects/gems/doorkeeper-sequel/doorkeeper/app/views/doorkeeper/applications/show.html.erb within layouts/doorkeeper/admin Rendered /projects/gems/doorkeeper-sequel/doorkeeper/app/views/doorkeeper/applications/_delete_form.html.erb (0.2ms) Rendered /projects/gems/doorkeeper-sequel/doorkeeper/app/views/doorkeeper/applications/show.html.erb within layouts/doorkeeper/admin (1.0ms) Completed 200 OK in 2ms (Views: 1.7ms) Started GET "/oauth/applications/new" for 127.0.0.1 at 2020-05-13 14:18:33 +0300 Processing by Doorkeeper::ApplicationsController#new as HTML Rendering /projects/gems/doorkeeper-sequel/doorkeeper/app/views/doorkeeper/applications/new.html.erb within layouts/doorkeeper/admin Rendered /projects/gems/doorkeeper-sequel/doorkeeper/app/views/doorkeeper/applications/_form.html.erb (1.0ms) Rendered /projects/gems/doorkeeper-sequel/doorkeeper/app/views/doorkeeper/applications/new.html.erb within layouts/doorkeeper/admin (1.2ms) Completed 200 OK in 2ms (Views: 2.0ms) Started POST "/oauth/applications" for 127.0.0.1 at 2020-05-13 14:18:33 +0300 Processing by Doorkeeper::ApplicationsController#create as HTML Parameters: {"utf8"=>"✓", "doorkeeper_application"=>{"name"=>"My Application", "redirect_uri"=>"https://example.com", "confidential"=>"0", "scopes"=>"read write"}, "commit"=>"Submit"} Redirected to http://www.example.com/oauth/applications/1 Completed 302 Found in 1ms Started GET "/oauth/applications/1" for 127.0.0.1 at 2020-05-13 14:18:33 +0300 Processing by Doorkeeper::ApplicationsController#show as HTML Parameters: {"id"=>"1"} Rendering /projects/gems/doorkeeper-sequel/doorkeeper/app/views/doorkeeper/applications/show.html.erb within layouts/doorkeeper/admin Rendered /projects/gems/doorkeeper-sequel/doorkeeper/app/views/doorkeeper/applications/_delete_form.html.erb (0.2ms) Rendered /projects/gems/doorkeeper-sequel/doorkeeper/app/views/doorkeeper/applications/show.html.erb within layouts/doorkeeper/admin (1.0ms) Completed 200 OK in 2ms (Views: 1.7ms) Started GET "/oauth/applications/new" for 127.0.0.1 at 2020-05-13 14:18:33 +0300 Processing by Doorkeeper::ApplicationsController#new as HTML Rendering /projects/gems/doorkeeper-sequel/doorkeeper/app/views/doorkeeper/applications/new.html.erb within layouts/doorkeeper/admin Rendered /projects/gems/doorkeeper-sequel/doorkeeper/app/views/doorkeeper/applications/_form.html.erb (1.0ms) Rendered /projects/gems/doorkeeper-sequel/doorkeeper/app/views/doorkeeper/applications/new.html.erb within layouts/doorkeeper/admin (1.2ms) Completed 200 OK in 2ms (Views: 2.1ms) Started POST "/oauth/applications" for 127.0.0.1 at 2020-05-13 14:18:33 +0300 Processing by Doorkeeper::ApplicationsController#create as HTML Parameters: {"utf8"=>"✓", "doorkeeper_application"=>{"name"=>"My Application", "redirect_uri"=>"https://example.com", "confidential"=>"0", "scopes"=>"read blah"}, "commit"=>"Submit"} Rendering /projects/gems/doorkeeper-sequel/doorkeeper/app/views/doorkeeper/applications/new.html.erb within layouts/doorkeeper/admin Rendered /projects/gems/doorkeeper-sequel/doorkeeper/app/views/doorkeeper/applications/_form.html.erb (1.0ms) Rendered /projects/gems/doorkeeper-sequel/doorkeeper/app/views/doorkeeper/applications/new.html.erb within layouts/doorkeeper/admin (1.1ms) Completed 200 OK in 3ms (Views: 1.9ms) Started GET "/oauth/applications/new" for 127.0.0.1 at 2020-05-13 14:18:33 +0300 Processing by Doorkeeper::ApplicationsController#new as HTML Rendering /projects/gems/doorkeeper-sequel/doorkeeper/app/views/doorkeeper/applications/new.html.erb within layouts/doorkeeper/admin Rendered /projects/gems/doorkeeper-sequel/doorkeeper/app/views/doorkeeper/applications/_form.html.erb (1.1ms) Rendered /projects/gems/doorkeeper-sequel/doorkeeper/app/views/doorkeeper/applications/new.html.erb within layouts/doorkeeper/admin (1.2ms) Completed 200 OK in 2ms (Views: 2.1ms) Started GET "/oauth/applications/new" for 127.0.0.1 at 2020-05-13 14:18:33 +0300 Processing by Doorkeeper::ApplicationsController#new as HTML Rendering /projects/gems/doorkeeper-sequel/doorkeeper/app/views/doorkeeper/applications/new.html.erb within layouts/doorkeeper/admin Rendered /projects/gems/doorkeeper-sequel/doorkeeper/app/views/doorkeeper/applications/_form.html.erb (1.0ms) Rendered /projects/gems/doorkeeper-sequel/doorkeeper/app/views/doorkeeper/applications/new.html.erb within layouts/doorkeeper/admin (1.1ms) Completed 200 OK in 2ms (Views: 1.8ms) Started POST "/oauth/applications" for 127.0.0.1 at 2020-05-13 14:18:33 +0300 Processing by Doorkeeper::ApplicationsController#create as HTML Parameters: {"utf8"=>"✓", "doorkeeper_application"=>{"name"=>"My Application", "redirect_uri"=>"", "confidential"=>"0", "scopes"=>""}, "commit"=>"Submit"} Redirected to http://www.example.com/oauth/applications/1 Completed 302 Found in 2ms Started GET "/oauth/applications/1" for 127.0.0.1 at 2020-05-13 14:18:33 +0300 Processing by Doorkeeper::ApplicationsController#show as HTML Parameters: {"id"=>"1"} Rendering /projects/gems/doorkeeper-sequel/doorkeeper/app/views/doorkeeper/applications/show.html.erb within layouts/doorkeeper/admin Rendered /projects/gems/doorkeeper-sequel/doorkeeper/app/views/doorkeeper/applications/_delete_form.html.erb (0.2ms) Rendered /projects/gems/doorkeeper-sequel/doorkeeper/app/views/doorkeeper/applications/show.html.erb within layouts/doorkeeper/admin (1.4ms) Completed 200 OK in 3ms (Views: 2.5ms) Started GET "/oauth/applications/new" for 127.0.0.1 at 2020-05-13 14:18:33 +0300 Processing by Doorkeeper::ApplicationsController#new as HTML Rendering /projects/gems/doorkeeper-sequel/doorkeeper/app/views/doorkeeper/applications/new.html.erb within layouts/doorkeeper/admin Rendered /projects/gems/doorkeeper-sequel/doorkeeper/app/views/doorkeeper/applications/_form.html.erb (1.2ms) Rendered /projects/gems/doorkeeper-sequel/doorkeeper/app/views/doorkeeper/applications/new.html.erb within layouts/doorkeeper/admin (1.4ms) Completed 200 OK in 3ms (Views: 2.5ms) Started POST "/oauth/applications" for 127.0.0.1 at 2020-05-13 14:18:33 +0300 Processing by Doorkeeper::ApplicationsController#create as HTML Parameters: {"utf8"=>"✓", "doorkeeper_application"=>{"name"=>"My Application", "redirect_uri"=>"", "confidential"=>"0", "scopes"=>""}, "commit"=>"Submit"} Rendering /projects/gems/doorkeeper-sequel/doorkeeper/app/views/doorkeeper/applications/new.html.erb within layouts/doorkeeper/admin Rendered /projects/gems/doorkeeper-sequel/doorkeeper/app/views/doorkeeper/applications/_form.html.erb (1.3ms) Rendered /projects/gems/doorkeeper-sequel/doorkeeper/app/views/doorkeeper/applications/new.html.erb within layouts/doorkeeper/admin (1.4ms) Completed 200 OK in 3ms (Views: 2.3ms) Started GET "/" for 127.0.0.1 at 2020-05-13 14:18:33 +0300 Processing by HomeController#index as HTML Rendering home/index.html.erb within layouts/application Rendered home/index.html.erb within layouts/application (0.3ms) Completed 200 OK in 2ms (Views: 1.6ms) Started GET "/sign_in" for 127.0.0.1 at 2020-05-13 14:18:33 +0300 Processing by HomeController#sign_in as HTML Redirected to http://www.example.com/ Completed 302 Found in 0ms Started GET "/" for 127.0.0.1 at 2020-05-13 14:18:33 +0300 Processing by HomeController#index as HTML Rendering home/index.html.erb within layouts/application Rendered home/index.html.erb within layouts/application (0.0ms) Completed 200 OK in 0ms (Views: 0.3ms) Started GET "/oauth/authorize?client_id=DELuUzaTlSHKtnNvJUlCEGolVl-C9gTLQ6yRsuHdrXM&response_type=token" for 127.0.0.1 at 2020-05-13 14:18:33 +0300 Processing by Doorkeeper::AuthorizationsController#new as HTML Parameters: {"client_id"=>"DELuUzaTlSHKtnNvJUlCEGolVl-C9gTLQ6yRsuHdrXM", "response_type"=>"token"} Rendering /projects/gems/doorkeeper-sequel/doorkeeper/app/views/doorkeeper/authorizations/error.html.erb within layouts/doorkeeper/application Rendered /projects/gems/doorkeeper-sequel/doorkeeper/app/views/doorkeeper/authorizations/error.html.erb within layouts/doorkeeper/application (0.4ms) Completed 200 OK in 4ms (Views: 3.1ms) Started GET "/" for 127.0.0.1 at 2020-05-13 14:18:33 +0300 Processing by HomeController#index as HTML Rendering home/index.html.erb within layouts/application Rendered home/index.html.erb within layouts/application (0.0ms) Completed 200 OK in 0ms (Views: 0.4ms) Started GET "/sign_in" for 127.0.0.1 at 2020-05-13 14:18:33 +0300 Processing by HomeController#sign_in as HTML Redirected to http://www.example.com/ Completed 302 Found in 0ms Started GET "/" for 127.0.0.1 at 2020-05-13 14:18:33 +0300 Processing by HomeController#index as HTML Rendering home/index.html.erb within layouts/application Rendered home/index.html.erb within layouts/application (0.0ms) Completed 200 OK in 0ms (Views: 0.3ms) Started GET "/oauth/authorize?client_id=dg3jDN-6IFvOctMw0GYCbTT3VSjZkHop8ReKprdSeg8&redirect_uri=invalid&response_type=token" for 127.0.0.1 at 2020-05-13 14:18:33 +0300 Processing by Doorkeeper::AuthorizationsController#new as HTML Parameters: {"client_id"=>"dg3jDN-6IFvOctMw0GYCbTT3VSjZkHop8ReKprdSeg8", "redirect_uri"=>"invalid", "response_type"=>"token"} Rendering /projects/gems/doorkeeper-sequel/doorkeeper/app/views/doorkeeper/authorizations/error.html.erb within layouts/doorkeeper/application Rendered /projects/gems/doorkeeper-sequel/doorkeeper/app/views/doorkeeper/authorizations/error.html.erb within layouts/doorkeeper/application (0.1ms) Completed 200 OK in 2ms (Views: 1.1ms) Started GET "/" for 127.0.0.1 at 2020-05-13 14:18:33 +0300 Processing by HomeController#index as HTML Rendering home/index.html.erb within layouts/application Rendered home/index.html.erb within layouts/application (0.0ms) Completed 200 OK in 1ms (Views: 0.4ms) Started GET "/sign_in" for 127.0.0.1 at 2020-05-13 14:18:33 +0300 Processing by HomeController#sign_in as HTML Redirected to http://www.example.com/ Completed 302 Found in 0ms Started GET "/" for 127.0.0.1 at 2020-05-13 14:18:33 +0300 Processing by HomeController#index as HTML Rendering home/index.html.erb within layouts/application Rendered home/index.html.erb within layouts/application (0.0ms) Completed 200 OK in 0ms (Views: 0.3ms) Started GET "/oauth/authorize?client_id=invalid&response_type=token" for 127.0.0.1 at 2020-05-13 14:18:33 +0300 Processing by Doorkeeper::AuthorizationsController#new as HTML Parameters: {"client_id"=>"invalid", "response_type"=>"token"} Rendering /projects/gems/doorkeeper-sequel/doorkeeper/app/views/doorkeeper/authorizations/error.html.erb within layouts/doorkeeper/application Rendered /projects/gems/doorkeeper-sequel/doorkeeper/app/views/doorkeeper/authorizations/error.html.erb within layouts/doorkeeper/application (0.1ms) Completed 200 OK in 2ms (Views: 1.1ms) Started GET "/" for 127.0.0.1 at 2020-05-13 14:18:33 +0300 Processing by HomeController#index as HTML Rendering home/index.html.erb within layouts/application Rendered home/index.html.erb within layouts/application (0.0ms) Completed 200 OK in 0ms (Views: 0.3ms) Started GET "/sign_in" for 127.0.0.1 at 2020-05-13 14:18:33 +0300 Processing by HomeController#sign_in as HTML Redirected to http://www.example.com/ Completed 302 Found in 0ms Started GET "/" for 127.0.0.1 at 2020-05-13 14:18:33 +0300 Processing by HomeController#index as HTML Rendering home/index.html.erb within layouts/application Rendered home/index.html.erb within layouts/application (0.0ms) Completed 200 OK in 0ms (Views: 0.3ms) Started GET "/oauth/authorize?response_type=token" for 127.0.0.1 at 2020-05-13 14:18:33 +0300 Processing by Doorkeeper::AuthorizationsController#new as HTML Parameters: {"response_type"=>"token"} Rendering /projects/gems/doorkeeper-sequel/doorkeeper/app/views/doorkeeper/authorizations/error.html.erb within layouts/doorkeeper/application Rendered /projects/gems/doorkeeper-sequel/doorkeeper/app/views/doorkeeper/authorizations/error.html.erb within layouts/doorkeeper/application (0.2ms) Completed 200 OK in 2ms (Views: 1.2ms) Processing by Doorkeeper::TokensController#create as HTML Parameters: {"client_id"=>"JNQEDbw1Skt43hSzCAI8y-_zkOEPFT-eRIdGC4RGxQI", "client_secret"=>"[FILTERED]", "grant_type"=>"password"} Completed 200 OK in 3ms (Views: 0.1ms) Processing by Doorkeeper::TokensController#create as HTML Parameters: {"client_id"=>"V6jloZAhGBJF16WVSwE0Typ7wQ5EVP7ezepyR4OGhyU", "client_secret"=>"[FILTERED]", "grant_type"=>"password"} Completed 200 OK in 3ms (Views: 0.2ms) Processing by Doorkeeper::TokensController#create as HTML Parameters: {"client_id"=>"qXPOWJe1Z0almLW2GmLw9UAc_pq7lXLB9aK_Lm7vFuo", "client_secret"=>"[FILTERED]", "grant_type"=>"password"} Completed 200 OK in 2ms (Views: 0.2ms) Processing by Doorkeeper::TokensController#create as HTML Parameters: {"client_id"=>"OBWdFHIwmo5AvHHGj9kCTeJYM10G4YxKDCsVg6UUAck", "client_secret"=>"[FILTERED]", "grant_type"=>"password"} Completed 200 OK in 2ms (Views: 0.1ms) Processing by Doorkeeper::TokensController#create as HTML Parameters: {"client_id"=>"Iz6xJRwCEZv62FzuwsTjjjVHadHLD36CXeX88-2F2f8", "client_secret"=>"[FILTERED]", "grant_type"=>"password"} Completed 200 OK in 2ms (Views: 0.3ms) Processing by Doorkeeper::TokensController#create as HTML Parameters: {"client_id"=>"SH92PU-spUDGM0Hc1xnQ4gWO-__RDEqdseZ4coJPsis", "client_secret"=>"[FILTERED]", "grant_type"=>"password"} Completed 200 OK in 2ms (Views: 0.1ms) Processing by Doorkeeper::TokensController#create as HTML Completed 400 Bad Request in 1ms Processing by Doorkeeper::TokensController#create as HTML Parameters: {"client_id"=>"iWoAbJ-qLPhexRIPssAjj8WorDE3xhwUGHyIat3XkdU", "client_secret"=>"[FILTERED]", "grant_type"=>"password"} Completed 401 Unauthorized in 2ms (Views: 0.2ms) Processing by Doorkeeper::TokensController#create as HTML Parameters: {"client_id"=>"0-I68cSmGugprHghNB3ZF22dCjZywY_iFrEFUMXwRIg", "client_secret"=>"[FILTERED]", "grant_type"=>"password"} Completed 401 Unauthorized in 1ms (Views: 0.1ms) Processing by Doorkeeper::TokensController#create as HTML Parameters: {"client_id"=>"AQ2ElABHZaBYOBJ3MaBGVWKCxfIv_DLMSLPX_WrUbW8", "client_secret"=>"[FILTERED]", "grant_type"=>"password"} Completed 200 OK in 3ms (Views: 0.1ms) Processing by Doorkeeper::TokensController#create as HTML Parameters: {"client_id"=>"t3WhjLBg2o6eNyoC3LQqBo1GpkyI4sj6Z5efh49XS08", "client_secret"=>"[FILTERED]", "grant_type"=>"password"} Completed 200 OK in 3ms (Views: 0.1ms) Processing by Doorkeeper::TokensController#introspect as HTML Parameters: {"token"=>"Qvb4QxEQGtRCPHKYqvUmPDR1s5Gn74mnfacej1NgVEU"} Completed 200 OK in 2ms (Views: 0.1ms) Processing by Doorkeeper::TokensController#introspect as HTML Parameters: {"token"=>"7h-MOWKJBq-VBZ7mLj47Pq4xUiUfWqGVW8eWMSYnizY"} Completed 200 OK in 1ms (Views: 0.1ms) Processing by Doorkeeper::TokensController#introspect as HTML Parameters: {"token"=>"UfY58ePoc2aeMjfthtOE_eAnyiv2nyE55SMGD-2ASTA"} Completed 200 OK in 1ms (Views: 0.5ms) Processing by Doorkeeper::TokensController#introspect as HTML Parameters: {"token"=>"KvqiBFc7nrltZcyCGbH2J3gw7YEqIJsNtwZDCExqkIw"} Completed 401 Unauthorized in 1ms (Views: 0.1ms) Processing by Doorkeeper::TokensController#introspect as HTML Parameters: {"token"=>"14zSQjTbjpbYTEcOkkbGFhxa3IgJTzsQ1f54qSp7FZQ"} Completed 401 Unauthorized in 1ms (Views: 0.4ms) Processing by Doorkeeper::TokensController#introspect as HTML Parameters: {"token"=>"AmNFZh_OyAx_tFHCwZX1Sr3FjJ5JgKAUYKq-2ndxuaw"} Completed 401 Unauthorized in 1ms (Views: 0.1ms) Processing by Doorkeeper::TokensController#introspect as HTML Parameters: {"token"=>"32dRf6wjIJwcpfENZoZFgbttlBZirztaDJ9gWu5Qlgc"} Completed 400 Bad Request in 1ms (Views: 0.1ms) Processing by Doorkeeper::TokensController#introspect as HTML Parameters: {"token"=>"l1a06jRYUO3kpgCZL3UKlmd_AGrr8NEASkswWHlnQ7o"} Completed 401 Unauthorized in 1ms (Views: 0.1ms) Processing by Doorkeeper::TokensController#introspect as HTML Parameters: {"token"=>"de15594369e11766a47b1e068c8dc98e"} Completed 200 OK in 1ms (Views: 0.1ms) Processing by Doorkeeper::TokensController#introspect as HTML Parameters: {"token"=>"aa697ca1f84efeb272ab8137cd904bb8"} Completed 401 Unauthorized in 1ms (Views: 0.5ms) Processing by Doorkeeper::TokensController#introspect as HTML Parameters: {"token"=>"sHtiZpEA3Q5sjGcQ1SDJMvEYBsd2PN57MoCb4AN2w4Y"} Completed 401 Unauthorized in 1ms (Views: 0.1ms) Processing by Doorkeeper::TokensController#introspect as HTML Parameters: {"token"=>"XFP0hW9CYcxQqt011174IyDt717eT5lFhrgz2A_PwRg"} Completed 401 Unauthorized in 1ms (Views: 0.4ms) Processing by Doorkeeper::TokensController#introspect as HTML Parameters: {"token"=>"OSX5WHxBpxHPp4lFGarjKEWQ2geIMJ8dbRoS-LHvQcY"} Completed 200 OK in 1ms (Views: 0.4ms) Processing by Doorkeeper::TokensController#introspect as HTML Parameters: {"token"=>"AsjRFPgAHlJdqAIX67yBG8O0wKkopcUICMDE3KbJHv4"} Completed 200 OK in 1ms (Views: 0.1ms) Processing by Doorkeeper::TokensController#introspect as HTML Parameters: {"token"=>"gK17ix73jBe-PLfxEGR8Gxg92UFXm0K7fqDvt4nhQoM"} Completed 401 Unauthorized in 1ms (Views: 0.1ms) Processing by Doorkeeper::TokensController#introspect as HTML Parameters: {"token"=>"4OOTPLc8TExLEJ56V7b07drw--yc0gaDaCjyA0uoNSw"} Completed 401 Unauthorized in 1ms (Views: 0.1ms) Processing by Doorkeeper::TokensController#introspect as HTML Parameters: {"token"=>"9g6qs8EjcVCcUl6D-rlrghBz7gdX974tsgJKXMlFO_4"} Completed 200 OK in 1ms (Views: 0.1ms) Processing by Doorkeeper::TokensController#create as HTML Parameters: {"client_id"=>"qIHTaqSPse6KEeiJ8C4s4WCpxx377pKMZslE-bkuvQs", "client_secret"=>"[FILTERED]", "grant_type"=>"password"} Completed 401 Unauthorized in 1ms (Views: 0.1ms) Processing by Doorkeeper::TokensController#create as HTML Parameters: {"client_id"=>"JYibofh0uuezKe2NNWjZ4wBvq-bvwDPOI47PPX1RENQ", "client_secret"=>"[FILTERED]", "grant_type"=>"password"} Completed 401 Unauthorized in 1ms (Views: 0.1ms) Processing by Doorkeeper::TokensController#create as HTML Parameters: {"client_id"=>"YINC1lv8V-DKBt-1sxFblP4ub6bhwsJ_yIPlWvPnxw0", "client_secret"=>"[FILTERED]", "grant_type"=>"password"} Completed 401 Unauthorized in 1ms (Views: 0.1ms) Processing by Doorkeeper::TokensController#create as HTML Parameters: {"client_id"=>"oSKov4GzvSnu89blNSS4861fecHsv9je2ENlOdrAc00", "client_secret"=>"[FILTERED]", "grant_type"=>"password"} Completed 401 Unauthorized in 1ms (Views: 0.1ms) Processing by Doorkeeper::TokensController#create as HTML Parameters: {"client_id"=>"NpQqzWnB7YvyGug1ndoi8xFZcfQW4AAtXwQwBdiK7g0", "client_secret"=>"[FILTERED]", "grant_type"=>"password"} Completed 401 Unauthorized in 1ms (Views: 0.1ms) Processing by Doorkeeper::TokensController#create as HTML Parameters: {"client_id"=>"lRlFFlhZznqx54KGTfaiSR9B5v4H53q4Vy7ytGSSrBA", "client_secret"=>"[FILTERED]", "grant_type"=>"password"} Completed 401 Unauthorized in 1ms (Views: 0.1ms) Processing by Doorkeeper::TokensController#create as HTML Parameters: {"client_id"=>"NWp1eVBenXFDrsrb1sx2NRhlD_dcKJnz2-5RXyCRBco", "client_secret"=>"[FILTERED]", "grant_type"=>"password"} Completed 401 Unauthorized in 1ms (Views: 0.1ms) Processing by Doorkeeper::TokensController#revoke as HTML Parameters: {"token"=>"pPP6ZwthfDxjGTxEGdPy85pymsjsrC3LH3Xst4UPCjo"} Completed 200 OK in 1ms (Views: 0.1ms) Processing by Doorkeeper::TokensController#revoke as HTML Parameters: {"token"=>"2ned-3LcUYgl0bWZHwJ3YL64JFP86YPgScU-Yf3ojrw"} Completed 200 OK in 1ms (Views: 0.1ms) Processing by Doorkeeper::TokensController#revoke as HTML Parameters: {"token"=>"bMsOziegoeFcifm454IMitGmIyefY4UZDzVtIzjdg3M"} Completed 403 Forbidden in 1ms (Views: 0.1ms) Processing by Doorkeeper::TokensController#revoke as HTML Parameters: {"token"=>"5ooIKHdKKaX3UC15FDZ7kGS1mlnSmXF1e2cfDMC4W1U"} Completed 403 Forbidden in 1ms (Views: 0.1ms) Processing by Doorkeeper::TokensController#revoke as HTML Parameters: {"client_id"=>"ufpy9vToSwamQW3WPerh_tOkEuja1SPmqesEC38Tm0E", "token"=>"ybPO8SBI2cmp92rvKTdwcwuxoWNc_DRzoWwSfCLttAc"} Completed 200 OK in 1ms (Views: 0.1ms) Processing by Doorkeeper::TokensController#revoke as HTML Parameters: {"client_id"=>"IPCevUbsvst2SjEVggIotOtOtqpZUnSnut25q92dx-I", "token"=>"e3a4LNPu2Y3Jb6ncGP4p6a3ADjbKbuui22xz26yQVQQ"} Completed 200 OK in 1ms (Views: 0.1ms) Processing by Doorkeeper::ApplicationsController#create as HTML Parameters: {"doorkeeper_application"=>{"name"=>"Example", "redirect_uri"=>"https://example.com"}} Redirected to http://test.host/oauth/applications/1 Completed 302 Found in 1ms Processing by Doorkeeper::ApplicationsController#index as HTML Rendering /projects/gems/doorkeeper-sequel/doorkeeper/app/views/doorkeeper/applications/index.html.erb within layouts/doorkeeper/admin Rendered /projects/gems/doorkeeper-sequel/doorkeeper/app/views/doorkeeper/applications/_delete_form.html.erb (0.5ms) Rendered /projects/gems/doorkeeper-sequel/doorkeeper/app/views/doorkeeper/applications/_delete_form.html.erb (0.2ms) Rendered /projects/gems/doorkeeper-sequel/doorkeeper/app/views/doorkeeper/applications/index.html.erb within layouts/doorkeeper/admin (3.2ms) Completed 200 OK in 5ms (Views: 4.0ms) Processing by Doorkeeper::ApplicationsController#update as HTML Parameters: {"doorkeeper_application"=>{"name"=>"Example", "redirect_uri"=>"https://example.com"}, "id"=>"1"} Redirected to http://test.host/oauth/applications/1 Completed 302 Found in 1ms Processing by Doorkeeper::ApplicationsController#show as HTML Parameters: {"id"=>"1"} Rendering /projects/gems/doorkeeper-sequel/doorkeeper/app/views/doorkeeper/applications/show.html.erb within layouts/doorkeeper/admin Rendered /projects/gems/doorkeeper-sequel/doorkeeper/app/views/doorkeeper/applications/_delete_form.html.erb (0.2ms) Rendered /projects/gems/doorkeeper-sequel/doorkeeper/app/views/doorkeeper/applications/show.html.erb within layouts/doorkeeper/admin (0.8ms) Completed 200 OK in 2ms (Views: 1.5ms) Processing by Doorkeeper::ApplicationsController#update as HTML Parameters: {"doorkeeper_application"=>{"secret"=>"1A2B3C4D", "uid"=>"1A2B3C4D"}, "id"=>"1"} Unpermitted parameters: :secret, :uid Rendering /projects/gems/doorkeeper-sequel/doorkeeper/app/views/doorkeeper/applications/edit.html.erb within layouts/doorkeeper/admin Rendered /projects/gems/doorkeeper-sequel/doorkeeper/app/views/doorkeeper/applications/_form.html.erb (1.1ms) Rendered /projects/gems/doorkeeper-sequel/doorkeeper/app/views/doorkeeper/applications/edit.html.erb within layouts/doorkeeper/admin (1.6ms) Completed 200 OK in 3ms (Views: 2.8ms) Processing by Doorkeeper::ApplicationsController#show as HTML Parameters: {"id"=>"1"} Rendering /projects/gems/doorkeeper-sequel/doorkeeper/app/views/doorkeeper/applications/show.html.erb within layouts/doorkeeper/admin Rendered /projects/gems/doorkeeper-sequel/doorkeeper/app/views/doorkeeper/applications/_delete_form.html.erb (0.2ms) Rendered /projects/gems/doorkeeper-sequel/doorkeeper/app/views/doorkeeper/applications/show.html.erb within layouts/doorkeeper/admin (0.9ms) Completed 200 OK in 2ms (Views: 1.7ms) Processing by Doorkeeper::ApplicationsController#create as HTML Parameters: {"doorkeeper_application"=>{"name"=>"Example", "redirect_uri"=>"https://example.com"}} Redirected to http://test.host/oauth/applications/1 Completed 302 Found in 1ms Processing by Doorkeeper::ApplicationsController#show as HTML Parameters: {"id"=>"1"} Rendering /projects/gems/doorkeeper-sequel/doorkeeper/app/views/doorkeeper/applications/show.html.erb within layouts/doorkeeper/admin Rendered /projects/gems/doorkeeper-sequel/doorkeeper/app/views/doorkeeper/applications/_delete_form.html.erb (0.2ms) Rendered /projects/gems/doorkeeper-sequel/doorkeeper/app/views/doorkeeper/applications/show.html.erb within layouts/doorkeeper/admin (0.8ms) Completed 200 OK in 2ms (Views: 1.5ms) Processing by Doorkeeper::ApplicationsController#create as JSON Parameters: {"doorkeeper_application"=>{"name"=>"Example", "redirect_uri"=>"https://example.com"}} Completed 200 OK in 2ms (Views: 0.3ms) Processing by Doorkeeper::ApplicationsController#index as HTML Redirected to http://test.host/ Filter chain halted as :authenticate_admin! rendered or redirected Completed 302 Found in 0ms Processing by Doorkeeper::ApplicationsController#create as HTML Parameters: {"doorkeeper_application"=>{"name"=>"Example", "redirect_uri"=>"https://example.com"}} Redirected to http://test.host/ Filter chain halted as :authenticate_admin! rendered or redirected Completed 302 Found in 0ms Processing by Doorkeeper::ApplicationsController#create as JSON Parameters: {"doorkeeper_application"=>{"name"=>"Example"}} Completed 422 Unprocessable Entity in 1ms (Views: 0.1ms) Processing by Doorkeeper::ApplicationsController#create as JSON Parameters: {"doorkeeper_application"=>{"name"=>"Example", "redirect_uri"=>"https://example.com"}} Completed 200 OK in 1ms (Views: 0.3ms) Processing by Doorkeeper::ApplicationsController#update as JSON Parameters: {"doorkeeper_application"=>{"name"=>"Example App", "redirect_uri"=>"localhost:3000"}, "id"=>"1"} Completed 422 Unprocessable Entity in 1ms (Views: 0.2ms) Processing by Doorkeeper::ApplicationsController#update as JSON Parameters: {"doorkeeper_application"=>{"name"=>"Example App", "redirect_uri"=>"https://example.com"}, "id"=>"1"} Completed 200 OK in 1ms (Views: 0.3ms) Processing by Doorkeeper::ApplicationsController#destroy as JSON Parameters: {"id"=>"1"} Completed 204 No Content in 1ms Processing by Doorkeeper::ApplicationsController#create as JSON Parameters: {"doorkeeper_application"=>{"name"=>"Example", "redirect_uri"=>"app.com:80"}} Completed 422 Unprocessable Entity in 1ms (Views: 0.1ms) Processing by Doorkeeper::ApplicationsController#show as JSON Parameters: {"id"=>"1"} Completed 200 OK in 1ms (Views: 0.3ms) Started GET "/oauth/applications" for 127.0.0.1 at 2020-05-13 14:18:33 +0300 Processing by Doorkeeper::ApplicationsController#index as HTML Rendering /projects/gems/doorkeeper-sequel/doorkeeper/app/views/doorkeeper/applications/index.html.erb within layouts/doorkeeper/admin Rendered /projects/gems/doorkeeper-sequel/doorkeeper/app/views/doorkeeper/applications/_delete_form.html.erb (0.2ms) Rendered /projects/gems/doorkeeper-sequel/doorkeeper/app/views/doorkeeper/applications/_delete_form.html.erb (0.2ms) Rendered /projects/gems/doorkeeper-sequel/doorkeeper/app/views/doorkeeper/applications/index.html.erb within layouts/doorkeeper/admin (1.7ms) Completed 200 OK in 3ms (Views: 2.5ms) Started GET "/oauth/authorize?client_id=jKhh0VtKx4By2UCUEXF__W6mDU_WNXOr0Ag7HZxgg5w&redirect_uri=https%3A%2F%2Fapp.com%2Fcallback&response_type=code" for 127.0.0.1 at 2020-05-13 14:18:33 +0300 Processing by Doorkeeper::AuthorizationsController#new as HTML Parameters: {"client_id"=>"jKhh0VtKx4By2UCUEXF__W6mDU_WNXOr0Ag7HZxgg5w", "redirect_uri"=>"https://app.com/callback", "response_type"=>"code"} Redirected to http://www.example.com/sign_in Filter chain halted as :authenticate_resource_owner! rendered or redirected Completed 302 Found in 0ms Started GET "/sign_in" for 127.0.0.1 at 2020-05-13 14:18:33 +0300 Processing by HomeController#sign_in as HTML Redirected to http://www.example.com/ Completed 302 Found in 0ms Started GET "/" for 127.0.0.1 at 2020-05-13 14:18:33 +0300 Processing by HomeController#index as HTML Rendering home/index.html.erb within layouts/application Rendered home/index.html.erb within layouts/application (0.0ms) Completed 200 OK in 0ms (Views: 0.4ms) Started GET "/" for 127.0.0.1 at 2020-05-13 14:18:33 +0300 Processing by HomeController#index as HTML Rendering home/index.html.erb within layouts/application Rendered home/index.html.erb within layouts/application (0.0ms) Completed 200 OK in 0ms (Views: 0.3ms) Started GET "/sign_in" for 127.0.0.1 at 2020-05-13 14:18:33 +0300 Processing by HomeController#sign_in as HTML Redirected to http://www.example.com/ Completed 302 Found in 0ms Started GET "/" for 127.0.0.1 at 2020-05-13 14:18:33 +0300 Processing by HomeController#index as HTML Rendering home/index.html.erb within layouts/application Rendered home/index.html.erb within layouts/application (0.0ms) Completed 200 OK in 0ms (Views: 0.3ms) Started GET "/oauth/authorize?client_id=fWYnhyhvItv1OTRgOsS_u7Z_3gHncUJ8IyA06qirCwE&redirect_uri=https%3A%2F%2Fapp.com%2Fcallback&response_type=code" for 127.0.0.1 at 2020-05-13 14:18:33 +0300 Processing by Doorkeeper::AuthorizationsController#new as HTML Parameters: {"client_id"=>"fWYnhyhvItv1OTRgOsS_u7Z_3gHncUJ8IyA06qirCwE", "redirect_uri"=>"https://app.com/callback", "response_type"=>"code"} Rendering /projects/gems/doorkeeper-sequel/doorkeeper/app/views/doorkeeper/authorizations/error.html.erb within layouts/doorkeeper/application Rendered /projects/gems/doorkeeper-sequel/doorkeeper/app/views/doorkeeper/authorizations/error.html.erb within layouts/doorkeeper/application (0.1ms) Completed 200 OK in 2ms (Views: 1.0ms) Started GET "/" for 127.0.0.1 at 2020-05-13 14:18:33 +0300 Processing by HomeController#index as HTML Rendering home/index.html.erb within layouts/application Rendered home/index.html.erb within layouts/application (0.0ms) Completed 200 OK in 1ms (Views: 0.4ms) Started GET "/sign_in" for 127.0.0.1 at 2020-05-13 14:18:33 +0300 Processing by HomeController#sign_in as HTML Redirected to http://www.example.com/ Completed 302 Found in 0ms Started GET "/" for 127.0.0.1 at 2020-05-13 14:18:33 +0300 Processing by HomeController#index as HTML Rendering home/index.html.erb within layouts/application Rendered home/index.html.erb within layouts/application (0.0ms) Completed 200 OK in 0ms (Views: 0.4ms) Started GET "/oauth/authorize?response_type=code" for 127.0.0.1 at 2020-05-13 14:18:33 +0300 Processing by Doorkeeper::AuthorizationsController#new as HTML Parameters: {"response_type"=>"code"} Rendering /projects/gems/doorkeeper-sequel/doorkeeper/app/views/doorkeeper/authorizations/error.html.erb within layouts/doorkeeper/application Rendered /projects/gems/doorkeeper-sequel/doorkeeper/app/views/doorkeeper/authorizations/error.html.erb within layouts/doorkeeper/application (0.1ms) Completed 200 OK in 1ms (Views: 1.0ms) Started GET "/" for 127.0.0.1 at 2020-05-13 14:18:33 +0300 Processing by HomeController#index as HTML Rendering home/index.html.erb within layouts/application Rendered home/index.html.erb within layouts/application (0.0ms) Completed 200 OK in 1ms (Views: 0.4ms) Started GET "/sign_in" for 127.0.0.1 at 2020-05-13 14:18:33 +0300 Processing by HomeController#sign_in as HTML Redirected to http://www.example.com/ Completed 302 Found in 0ms Started GET "/" for 127.0.0.1 at 2020-05-13 14:18:33 +0300 Processing by HomeController#index as HTML Rendering home/index.html.erb within layouts/application Rendered home/index.html.erb within layouts/application (0.0ms) Completed 200 OK in 0ms (Views: 0.3ms) Started GET "/oauth/authorize?client_id=_M8KLP_C3a1xpH2uoPelUoWpk4f1VVolTdtRbfI7Spg&redirect_uri=https%3A%2F%2Fapp.com%2Fcallback" for 127.0.0.1 at 2020-05-13 14:18:33 +0300 Processing by Doorkeeper::AuthorizationsController#new as HTML Parameters: {"client_id"=>"_M8KLP_C3a1xpH2uoPelUoWpk4f1VVolTdtRbfI7Spg", "redirect_uri"=>"https://app.com/callback"} Rendering /projects/gems/doorkeeper-sequel/doorkeeper/app/views/doorkeeper/authorizations/error.html.erb within layouts/doorkeeper/application Rendered /projects/gems/doorkeeper-sequel/doorkeeper/app/views/doorkeeper/authorizations/error.html.erb within layouts/doorkeeper/application (0.2ms) Completed 200 OK in 2ms (Views: 1.3ms) Started GET "/" for 127.0.0.1 at 2020-05-13 14:18:33 +0300 Processing by HomeController#index as HTML Rendering home/index.html.erb within layouts/application Rendered home/index.html.erb within layouts/application (0.0ms) Completed 200 OK in 0ms (Views: 0.3ms) Started GET "/sign_in" for 127.0.0.1 at 2020-05-13 14:18:33 +0300 Processing by HomeController#sign_in as HTML Redirected to http://www.example.com/ Completed 302 Found in 0ms Started GET "/" for 127.0.0.1 at 2020-05-13 14:18:33 +0300 Processing by HomeController#index as HTML Rendering home/index.html.erb within layouts/application Rendered home/index.html.erb within layouts/application (0.0ms) Completed 200 OK in 0ms (Views: 0.3ms) Started GET "/oauth/authorize?client_id=1NoSDca0Ia25Zoi_qmjDk_SS2ontOIureC7h7XXG33U&redirect_uri=https%3A%2F%2Fapp.com%2Fcallback&response_type=code" for 127.0.0.1 at 2020-05-13 14:18:33 +0300 Processing by Doorkeeper::AuthorizationsController#new as HTML Parameters: {"client_id"=>"1NoSDca0Ia25Zoi_qmjDk_SS2ontOIureC7h7XXG33U", "redirect_uri"=>"https://app.com/callback", "response_type"=>"code"} Rendering /projects/gems/doorkeeper-sequel/doorkeeper/app/views/doorkeeper/authorizations/error.html.erb within layouts/doorkeeper/application Rendered /projects/gems/doorkeeper-sequel/doorkeeper/app/views/doorkeeper/authorizations/error.html.erb within layouts/doorkeeper/application (0.1ms) Completed 200 OK in 2ms (Views: 1.0ms) Started GET "/" for 127.0.0.1 at 2020-05-13 14:18:33 +0300 Processing by HomeController#index as HTML Rendering home/index.html.erb within layouts/application Rendered home/index.html.erb within layouts/application (0.0ms) Completed 200 OK in 0ms (Views: 0.3ms) Started GET "/sign_in" for 127.0.0.1 at 2020-05-13 14:18:33 +0300 Processing by HomeController#sign_in as HTML Redirected to http://www.example.com/ Completed 302 Found in 0ms Started GET "/" for 127.0.0.1 at 2020-05-13 14:18:33 +0300 Processing by HomeController#index as HTML Rendering home/index.html.erb within layouts/application Rendered home/index.html.erb within layouts/application (0.0ms) Completed 200 OK in 0ms (Views: 0.3ms) Started GET "/oauth/authorize?client_id=3stcbWPWhSfIYGqYLXyKIxb6WW3crm5paFls5sTPO1o&redirect_uri=https%3A%2F%2Fapp.com%2Fcallback&response_type=code" for 127.0.0.1 at 2020-05-13 14:18:33 +0300 Processing by Doorkeeper::AuthorizationsController#new as HTML Parameters: {"client_id"=>"3stcbWPWhSfIYGqYLXyKIxb6WW3crm5paFls5sTPO1o", "redirect_uri"=>"https://app.com/callback", "response_type"=>"code"} Rendering /projects/gems/doorkeeper-sequel/doorkeeper/app/views/doorkeeper/authorizations/new.html.erb within layouts/doorkeeper/application Rendered /projects/gems/doorkeeper-sequel/doorkeeper/app/views/doorkeeper/authorizations/new.html.erb within layouts/doorkeeper/application (1.6ms) Completed 200 OK in 4ms (Views: 2.9ms) Started GET "/" for 127.0.0.1 at 2020-05-13 14:18:33 +0300 Processing by HomeController#index as HTML Rendering home/index.html.erb within layouts/application Rendered home/index.html.erb within layouts/application (0.0ms) Completed 200 OK in 0ms (Views: 0.3ms) Started GET "/sign_in" for 127.0.0.1 at 2020-05-13 14:18:33 +0300 Processing by HomeController#sign_in as HTML Redirected to http://www.example.com/ Completed 302 Found in 0ms Started GET "/" for 127.0.0.1 at 2020-05-13 14:18:33 +0300 Processing by HomeController#index as HTML Rendering home/index.html.erb within layouts/application Rendered home/index.html.erb within layouts/application (0.0ms) Completed 200 OK in 0ms (Views: 0.3ms) Started GET "/oauth/authorize?client_id=5-hf2t2zmddRiPVil_UUukyxWF75wOmsQvGaUzuLm_s&redirect_uri=https%3A%2F%2Fapp.com%2Fcallback&response_type=code&scope=public+write" for 127.0.0.1 at 2020-05-13 14:18:33 +0300 Processing by Doorkeeper::AuthorizationsController#new as HTML Parameters: {"client_id"=>"5-hf2t2zmddRiPVil_UUukyxWF75wOmsQvGaUzuLm_s", "redirect_uri"=>"https://app.com/callback", "response_type"=>"code", "scope"=>"public write"} Rendering /projects/gems/doorkeeper-sequel/doorkeeper/app/views/doorkeeper/authorizations/new.html.erb within layouts/doorkeeper/application Rendered /projects/gems/doorkeeper-sequel/doorkeeper/app/views/doorkeeper/authorizations/new.html.erb within layouts/doorkeeper/application (0.9ms) Completed 200 OK in 3ms (Views: 2.0ms) Started GET "/" for 127.0.0.1 at 2020-05-13 14:18:33 +0300 Processing by HomeController#index as HTML Rendering home/index.html.erb within layouts/application Rendered home/index.html.erb within layouts/application (0.0ms) Completed 200 OK in 0ms (Views: 0.3ms) Started GET "/sign_in" for 127.0.0.1 at 2020-05-13 14:18:33 +0300 Processing by HomeController#sign_in as HTML Redirected to http://www.example.com/ Completed 302 Found in 0ms Started GET "/" for 127.0.0.1 at 2020-05-13 14:18:33 +0300 Processing by HomeController#index as HTML Rendering home/index.html.erb within layouts/application Rendered home/index.html.erb within layouts/application (0.0ms) Completed 200 OK in 0ms (Views: 0.3ms) Started POST "/oauth/authorize?client_id=3nvlNsGq8R1UI2rWh7YQA4WbOP_jHoeBDP1ccB8_nXY&redirect_uri=https%3A%2F%2Fapp.com%2Fcallback&response_type=code" for 127.0.0.1 at 2020-05-13 14:18:33 +0300 Processing by Doorkeeper::AuthorizationsController#create as HTML Parameters: {"client_id"=>"3nvlNsGq8R1UI2rWh7YQA4WbOP_jHoeBDP1ccB8_nXY", "redirect_uri"=>"https://app.com/callback", "response_type"=>"code"} Can't verify CSRF token authenticity. Completed 422 Unprocessable Entity in 0ms Started GET "/full_protected_resources/1.json" for 127.0.0.1 at 2020-05-13 14:18:33 +0300 Processing by FullProtectedResourcesController#show as JSON Parameters: {"id"=>"1"} Filter chain halted as # rendered or redirected Completed 401 Unauthorized in 1ms Started GET "/full_protected_resources" for 127.0.0.1 at 2020-05-13 14:18:33 +0300 Processing by FullProtectedResourcesController#index as HTML Rendering text template Rendered text template (0.0ms) Completed 200 OK in 1ms (Views: 0.4ms) Started GET "/full_protected_resources" for 127.0.0.1 at 2020-05-13 14:18:33 +0300 Processing by FullProtectedResourcesController#index as HTML Filter chain halted as :doorkeeper_authorize! rendered or redirected Completed 401 Unauthorized in 1ms Started GET "/full_protected_resources/1.json" for 127.0.0.1 at 2020-05-13 14:18:33 +0300 Processing by FullProtectedResourcesController#show as JSON Parameters: {"id"=>"1"} Filter chain halted as # rendered or redirected Completed 401 Unauthorized in 1ms Started GET "/full_protected_resources" for 127.0.0.1 at 2020-05-13 14:18:34 +0300 Processing by FullProtectedResourcesController#index as HTML Filter chain halted as :doorkeeper_authorize! rendered or redirected Completed 401 Unauthorized in 1ms Started GET "/full_protected_resources" for 127.0.0.1 at 2020-05-13 14:18:34 +0300 Processing by FullProtectedResourcesController#index as HTML Filter chain halted as :doorkeeper_authorize! rendered or redirected Completed 401 Unauthorized in 0ms Started GET "/full_protected_resources" for 127.0.0.1 at 2020-05-13 14:18:34 +0300 Processing by FullProtectedResourcesController#index as HTML Filter chain halted as :doorkeeper_authorize! rendered or redirected Completed 401 Unauthorized in 1ms Started GET "/full_protected_resources/1.json" for 127.0.0.1 at 2020-05-13 14:18:34 +0300 Processing by FullProtectedResourcesController#show as JSON Parameters: {"id"=>"1"} Filter chain halted as # rendered or redirected Completed 401 Unauthorized in 1ms Started GET "/full_protected_resources/1.json" for 127.0.0.1 at 2020-05-13 14:18:34 +0300 Processing by FullProtectedResourcesController#show as JSON Parameters: {"id"=>"1"} Filter chain halted as # rendered or redirected Completed 401 Unauthorized in 0ms Started GET "/full_protected_resources" for 127.0.0.1 at 2020-05-13 14:18:34 +0300 Processing by FullProtectedResourcesController#index as HTML Filter chain halted as :doorkeeper_authorize! rendered or redirected Completed 401 Unauthorized in 1ms Access to admin panel is forbidden due to Doorkeeper.configure.admin_authenticator being unconfigured. Started GET "/oauth/applications/1" for 127.0.0.1 at 2020-05-13 14:18:34 +0300 Processing by Doorkeeper::ApplicationsController#show as HTML Parameters: {"id"=>"1"} Rendering /projects/gems/doorkeeper-sequel/doorkeeper/app/views/doorkeeper/applications/show.html.erb within layouts/doorkeeper/admin Rendered /projects/gems/doorkeeper-sequel/doorkeeper/app/views/doorkeeper/applications/_delete_form.html.erb (0.2ms) Rendered /projects/gems/doorkeeper-sequel/doorkeeper/app/views/doorkeeper/applications/show.html.erb within layouts/doorkeeper/admin (1.2ms) Completed 200 OK in 3ms (Views: 2.4ms) Started DELETE "/oauth/applications/1" for 127.0.0.1 at 2020-05-13 14:18:34 +0300 Processing by Doorkeeper::ApplicationsController#destroy as HTML Parameters: {"utf8"=>"✓", "commit"=>"Destroy", "id"=>"1"} Redirected to http://www.example.com/oauth/applications Completed 302 Found in 1ms Started GET "/oauth/applications" for 127.0.0.1 at 2020-05-13 14:18:34 +0300 Processing by Doorkeeper::ApplicationsController#index as HTML Rendering /projects/gems/doorkeeper-sequel/doorkeeper/app/views/doorkeeper/applications/index.html.erb within layouts/doorkeeper/admin Rendered /projects/gems/doorkeeper-sequel/doorkeeper/app/views/doorkeeper/applications/index.html.erb within layouts/doorkeeper/admin (0.4ms) Completed 200 OK in 2ms (Views: 1.5ms) Started GET "/oauth/applications" for 127.0.0.1 at 2020-05-13 14:18:34 +0300 Processing by Doorkeeper::ApplicationsController#index as HTML Rendering /projects/gems/doorkeeper-sequel/doorkeeper/app/views/doorkeeper/applications/index.html.erb within layouts/doorkeeper/admin Rendered /projects/gems/doorkeeper-sequel/doorkeeper/app/views/doorkeeper/applications/_delete_form.html.erb (0.2ms) Rendered /projects/gems/doorkeeper-sequel/doorkeeper/app/views/doorkeeper/applications/index.html.erb within layouts/doorkeeper/admin (1.3ms) Completed 200 OK in 2ms (Views: 2.2ms) Started DELETE "/oauth/applications/1" for 127.0.0.1 at 2020-05-13 14:18:34 +0300 Processing by Doorkeeper::ApplicationsController#destroy as HTML Parameters: {"utf8"=>"✓", "commit"=>"Destroy", "id"=>"1"} Redirected to http://www.example.com/oauth/applications Completed 302 Found in 1ms Started GET "/oauth/applications" for 127.0.0.1 at 2020-05-13 14:18:34 +0300 Processing by Doorkeeper::ApplicationsController#index as HTML Rendering /projects/gems/doorkeeper-sequel/doorkeeper/app/views/doorkeeper/applications/index.html.erb within layouts/doorkeeper/admin Rendered /projects/gems/doorkeeper-sequel/doorkeeper/app/views/doorkeeper/applications/index.html.erb within layouts/doorkeeper/admin (0.4ms) Completed 200 OK in 2ms (Views: 1.4ms) Processing by Doorkeeper::ApplicationMetalController#index as JSON Parameters: {"application_metal"=>{}} Completed 200 OK in 0ms (Views: 0.1ms) Processing by Doorkeeper::ApplicationMetalController#index as URL_ENCODED_FORM Completed 200 OK in 0ms (Views: 0.1ms) Processing by Doorkeeper::ApplicationMetalController#create as JSON Parameters: {"application_metal"=>{}} Completed 200 OK in 0ms (Views: 0.1ms) Processing by Doorkeeper::ApplicationMetalController#index as HTML Completed 200 OK in 0ms (Views: 0.1ms) Processing by Doorkeeper::ApplicationMetalController#create as URL_ENCODED_FORM Completed 200 OK in 0ms (Views: 0.1ms) Processing by Doorkeeper::ApplicationMetalController#create as JSON Parameters: {"application_metal"=>{}} Filter chain halted as :enforce_content_type rendered or redirected Completed 415 Unsupported Media Type in 0ms (Views: 0.1ms) Started GET "/" for 127.0.0.1 at 2020-05-13 14:18:34 +0300 Processing by HomeController#index as HTML Rendering home/index.html.erb within layouts/application Rendered home/index.html.erb within layouts/application (0.0ms) Completed 200 OK in 0ms (Views: 0.3ms) Started GET "/sign_in" for 127.0.0.1 at 2020-05-13 14:18:34 +0300 Processing by HomeController#sign_in as HTML Redirected to http://www.example.com/ Completed 302 Found in 0ms Started GET "/" for 127.0.0.1 at 2020-05-13 14:18:34 +0300 Processing by HomeController#index as HTML Rendering home/index.html.erb within layouts/application Rendered home/index.html.erb within layouts/application (0.0ms) Completed 200 OK in 1ms (Views: 0.5ms) Started GET "/oauth/authorize?client_id=CFGejRbuYFHu_ZezAfLkVu-KQ9UE_OGZLSyirip9_Dk&redirect_uri=https%3A%2F%2Fapp.com%2Fcallback&response_type=token" for 127.0.0.1 at 2020-05-13 14:18:34 +0300 Processing by Doorkeeper::AuthorizationsController#new as HTML Parameters: {"client_id"=>"CFGejRbuYFHu_ZezAfLkVu-KQ9UE_OGZLSyirip9_Dk", "redirect_uri"=>"https://app.com/callback", "response_type"=>"token"} Rendering /projects/gems/doorkeeper-sequel/doorkeeper/app/views/doorkeeper/authorizations/new.html.erb within layouts/doorkeeper/application Rendered /projects/gems/doorkeeper-sequel/doorkeeper/app/views/doorkeeper/authorizations/new.html.erb within layouts/doorkeeper/application (0.9ms) Completed 200 OK in 3ms (Views: 1.8ms) Started POST "/oauth/authorize" for 127.0.0.1 at 2020-05-13 14:18:34 +0300 Processing by Doorkeeper::AuthorizationsController#create as HTML Parameters: {"utf8"=>"✓", "client_id"=>"CFGejRbuYFHu_ZezAfLkVu-KQ9UE_OGZLSyirip9_Dk", "redirect_uri"=>"https://app.com/callback", "state"=>"", "response_type"=>"token", "scope"=>"default", "code_challenge"=>"", "code_challenge_method"=>"", "commit"=>"Authorize"} Redirected to https://app.com/callback#access_token=btsj_V8liy0zaIX2av7Reiz0mbOAhC3ZlyjkTTPUBJ8&token_type=Bearer&expires_in=0 Completed 302 Found in 2ms Started GET "/callback" for 127.0.0.1 at 2020-05-13 14:18:34 +0300 Processing by HomeController#callback as HTML Rendering text template Rendered text template (0.0ms) Completed 200 OK in 0ms (Views: 0.2ms) Started GET "/" for 127.0.0.1 at 2020-05-13 14:18:34 +0300 Processing by HomeController#index as HTML Rendering home/index.html.erb within layouts/application Rendered home/index.html.erb within layouts/application (0.0ms) Completed 200 OK in 0ms (Views: 0.3ms) Started GET "/sign_in" for 127.0.0.1 at 2020-05-13 14:18:34 +0300 Processing by HomeController#sign_in as HTML Redirected to http://www.example.com/ Completed 302 Found in 0ms Started GET "/" for 127.0.0.1 at 2020-05-13 14:18:34 +0300 Processing by HomeController#index as HTML Rendering home/index.html.erb within layouts/application Rendered home/index.html.erb within layouts/application (0.0ms) Completed 200 OK in 0ms (Views: 0.3ms) Started GET "/oauth/authorize?client_id=gvcBx2I2bfLrZhpHs-TiPETbugV9C40RR1DC8kNN6L4&redirect_uri=https%3A%2F%2Fapp.com%2Fcallback&response_type=token" for 127.0.0.1 at 2020-05-13 14:18:34 +0300 Processing by Doorkeeper::AuthorizationsController#new as HTML Parameters: {"client_id"=>"gvcBx2I2bfLrZhpHs-TiPETbugV9C40RR1DC8kNN6L4", "redirect_uri"=>"https://app.com/callback", "response_type"=>"token"} Rendering /projects/gems/doorkeeper-sequel/doorkeeper/app/views/doorkeeper/authorizations/error.html.erb within layouts/doorkeeper/application Rendered /projects/gems/doorkeeper-sequel/doorkeeper/app/views/doorkeeper/authorizations/error.html.erb within layouts/doorkeeper/application (0.1ms) Completed 200 OK in 2ms (Views: 1.1ms) Started GET "/" for 127.0.0.1 at 2020-05-13 14:18:34 +0300 Processing by HomeController#index as HTML Rendering home/index.html.erb within layouts/application Rendered home/index.html.erb within layouts/application (0.0ms) Completed 200 OK in 0ms (Views: 0.3ms) Started GET "/sign_in" for 127.0.0.1 at 2020-05-13 14:18:34 +0300 Processing by HomeController#sign_in as HTML Redirected to http://www.example.com/ Completed 302 Found in 0ms Started GET "/" for 127.0.0.1 at 2020-05-13 14:18:34 +0300 Processing by HomeController#index as HTML Rendering home/index.html.erb within layouts/application Rendered home/index.html.erb within layouts/application (0.0ms) Completed 200 OK in 0ms (Views: 0.3ms) Started GET "/oauth/authorize?client_id=NJ5ifaymAg24rJr9oNr-kjzVPW5v34zgVbfcx5s2BIg&redirect_uri=https%3A%2F%2Fapp.com%2Fcallback&response_type=token" for 127.0.0.1 at 2020-05-13 14:18:34 +0300 Processing by Doorkeeper::AuthorizationsController#new as HTML Parameters: {"client_id"=>"NJ5ifaymAg24rJr9oNr-kjzVPW5v34zgVbfcx5s2BIg", "redirect_uri"=>"https://app.com/callback", "response_type"=>"token"} Rendering /projects/gems/doorkeeper-sequel/doorkeeper/app/views/doorkeeper/authorizations/new.html.erb within layouts/doorkeeper/application Rendered /projects/gems/doorkeeper-sequel/doorkeeper/app/views/doorkeeper/authorizations/new.html.erb within layouts/doorkeeper/application (0.9ms) Completed 200 OK in 3ms (Views: 1.9ms) Started POST "/oauth/authorize" for 127.0.0.1 at 2020-05-13 14:18:34 +0300 Processing by Doorkeeper::AuthorizationsController#create as HTML Parameters: {"utf8"=>"✓", "client_id"=>"NJ5ifaymAg24rJr9oNr-kjzVPW5v34zgVbfcx5s2BIg", "redirect_uri"=>"https://app.com/callback", "state"=>"", "response_type"=>"token", "scope"=>"public write", "code_challenge"=>"", "code_challenge_method"=>"", "commit"=>"Authorize"} Redirected to https://app.com/callback#access_token=YF_gpTuD--RS48RMZyBOI-pIkL7WExzXytbMpt11jFQ&token_type=Bearer&expires_in=0 Completed 302 Found in 2ms Started GET "/callback" for 127.0.0.1 at 2020-05-13 14:18:34 +0300 Processing by HomeController#callback as HTML Rendering text template Rendered text template (0.0ms) Completed 200 OK in 0ms (Views: 0.2ms) Started GET "/oauth/applications/1/edit" for 127.0.0.1 at 2020-05-13 14:18:34 +0300 Processing by Doorkeeper::ApplicationsController#edit as HTML Parameters: {"id"=>"1"} Rendering /projects/gems/doorkeeper-sequel/doorkeeper/app/views/doorkeeper/applications/edit.html.erb within layouts/doorkeeper/admin Rendered /projects/gems/doorkeeper-sequel/doorkeeper/app/views/doorkeeper/applications/_form.html.erb (1.2ms) Rendered /projects/gems/doorkeeper-sequel/doorkeeper/app/views/doorkeeper/applications/edit.html.erb within layouts/doorkeeper/admin (1.4ms) Completed 200 OK in 3ms (Views: 2.3ms) Started PATCH "/oauth/applications/1" for 127.0.0.1 at 2020-05-13 14:18:34 +0300 Processing by Doorkeeper::ApplicationsController#update as HTML Parameters: {"utf8"=>"✓", "doorkeeper_application"=>{"name"=>"Serious app", "redirect_uri"=>"https://app.com/callback", "confidential"=>"1", "scopes"=>""}, "commit"=>"Submit", "id"=>"1"} Redirected to http://www.example.com/oauth/applications/1 Completed 302 Found in 1ms Started GET "/oauth/applications/1" for 127.0.0.1 at 2020-05-13 14:18:34 +0300 Processing by Doorkeeper::ApplicationsController#show as HTML Parameters: {"id"=>"1"} Rendering /projects/gems/doorkeeper-sequel/doorkeeper/app/views/doorkeeper/applications/show.html.erb within layouts/doorkeeper/admin Rendered /projects/gems/doorkeeper-sequel/doorkeeper/app/views/doorkeeper/applications/_delete_form.html.erb (0.2ms) Rendered /projects/gems/doorkeeper-sequel/doorkeeper/app/views/doorkeeper/applications/show.html.erb within layouts/doorkeeper/admin (1.0ms) Completed 200 OK in 2ms (Views: 1.8ms) Started GET "/oauth/applications/1/edit" for 127.0.0.1 at 2020-05-13 14:18:34 +0300 Processing by Doorkeeper::ApplicationsController#edit as HTML Parameters: {"id"=>"1"} Rendering /projects/gems/doorkeeper-sequel/doorkeeper/app/views/doorkeeper/applications/edit.html.erb within layouts/doorkeeper/admin Rendered /projects/gems/doorkeeper-sequel/doorkeeper/app/views/doorkeeper/applications/_form.html.erb (1.1ms) Rendered /projects/gems/doorkeeper-sequel/doorkeeper/app/views/doorkeeper/applications/edit.html.erb within layouts/doorkeeper/admin (1.3ms) Completed 200 OK in 3ms (Views: 2.2ms) Started PATCH "/oauth/applications/1" for 127.0.0.1 at 2020-05-13 14:18:34 +0300 Processing by Doorkeeper::ApplicationsController#update as HTML Parameters: {"utf8"=>"✓", "doorkeeper_application"=>{"name"=>"", "redirect_uri"=>"https://app.com/callback", "confidential"=>"1", "scopes"=>""}, "commit"=>"Submit", "id"=>"1"} Rendering /projects/gems/doorkeeper-sequel/doorkeeper/app/views/doorkeeper/applications/edit.html.erb within layouts/doorkeeper/admin Rendered /projects/gems/doorkeeper-sequel/doorkeeper/app/views/doorkeeper/applications/_form.html.erb (1.2ms) Rendered /projects/gems/doorkeeper-sequel/doorkeeper/app/views/doorkeeper/applications/edit.html.erb within layouts/doorkeeper/admin (1.3ms) Completed 200 OK in 3ms (Views: 2.2ms) Started POST "/oauth/token?code=[FILTERED]&client_id=H6PsT9qT5GD9XFQxujf23HQQGiUYh1QIXl5GpVNPEyU&client_secret=[FILTERED]&redirect_uri=https%3A%2F%2Fapp.com%2Fcallback&grant_type=refresh_token" for 127.0.0.1 at 2020-05-13 14:18:34 +0300 Processing by Doorkeeper::TokensController#create as HTML Parameters: {"code"=>"[FILTERED]", "client_id"=>"H6PsT9qT5GD9XFQxujf23HQQGiUYh1QIXl5GpVNPEyU", "client_secret"=>"[FILTERED]", "redirect_uri"=>"https://app.com/callback", "grant_type"=>"refresh_token"} Completed 400 Bad Request in 0ms Started POST "/oauth/token?code=[FILTERED]&client_id=YsbDDx5FEHPmJTJbrWpIOnj01R65pD6CTQq0_ZrmNz8&client_secret=[FILTERED]&redirect_uri=https%3A%2F%2Fapp.com%2Fcallback" for 127.0.0.1 at 2020-05-13 14:18:34 +0300 Processing by Doorkeeper::TokensController#create as HTML Parameters: {"code"=>"[FILTERED]", "client_id"=>"YsbDDx5FEHPmJTJbrWpIOnj01R65pD6CTQq0_ZrmNz8", "client_secret"=>"[FILTERED]", "redirect_uri"=>"https://app.com/callback"} Completed 400 Bad Request in 0ms Started POST "/oauth/token?code=[FILTERED]&client_id=WNodZdtH-ep_aaUV9QMmNtJO6h4gFCM3nhXsBaMvL0E&client_secret=[FILTERED]&redirect_uri=https%3A%2F%2Fapp.com%2Fcallback&grant_type=authorization_code" for 127.0.0.1 at 2020-05-13 14:18:34 +0300 Processing by Doorkeeper::TokensController#create as HTML Parameters: {"code"=>"[FILTERED]", "client_id"=>"WNodZdtH-ep_aaUV9QMmNtJO6h4gFCM3nhXsBaMvL0E", "client_secret"=>"[FILTERED]", "redirect_uri"=>"https://app.com/callback", "grant_type"=>"authorization_code"} Completed 400 Bad Request in 0ms Started POST "/oauth/token?grant_type=authorization_code" for 127.0.0.1 at 2020-05-13 14:18:34 +0300 Processing by Doorkeeper::TokensController#create as HTML Parameters: {"code"=>"[FILTERED]", "redirect_uri"=>"https://app.com/callback", "grant_type"=>"authorization_code"} Completed 200 OK in 3ms (Views: 0.1ms) Started POST "/oauth/token?code=[FILTERED]&client_id=RvWEUY42ky12v3HGRpsPYBDhZbeEcSAHwwYVHGjOxtQ&client_secret=[FILTERED]&redirect_uri=https%3A%2F%2Fapp.com%2Fcallback&grant_type=authorization_code" for 127.0.0.1 at 2020-05-13 14:18:34 +0300 Processing by Doorkeeper::TokensController#create as HTML Parameters: {"code"=>"[FILTERED]", "client_id"=>"RvWEUY42ky12v3HGRpsPYBDhZbeEcSAHwwYVHGjOxtQ", "client_secret"=>"[FILTERED]", "redirect_uri"=>"https://app.com/callback", "grant_type"=>"authorization_code"} Completed 200 OK in 3ms (Views: 0.2ms) Started POST "/oauth/token?code=[FILTERED]&client_id=iNvZu6W8tdwcrQA28yPOgRDtKDIusqF4DCKwAIYbwbk&client_secret=[FILTERED]&redirect_uri=https%3A%2F%2Fapp.com%2Fcallback&grant_type=nothing" for 127.0.0.1 at 2020-05-13 14:18:34 +0300 Processing by Doorkeeper::TokensController#create as HTML Parameters: {"code"=>"[FILTERED]", "client_id"=>"iNvZu6W8tdwcrQA28yPOgRDtKDIusqF4DCKwAIYbwbk", "client_secret"=>"[FILTERED]", "redirect_uri"=>"https://app.com/callback", "grant_type"=>"nothing"} Completed 400 Bad Request in 0ms Started POST "/oauth/token?code=[FILTERED]&client_id=B3qRcT-JsEKcV83ECs_HamMn8p7ITBdCMRbB4UiPKAY&client_secret=[FILTERED]&redirect_uri=https%3A%2F%2Fapp.com%2Fcallback&grant_type=authorization_code" for 127.0.0.1 at 2020-05-13 14:18:34 +0300 Processing by Doorkeeper::TokensController#create as HTML Parameters: {"code"=>"[FILTERED]", "client_id"=>"B3qRcT-JsEKcV83ECs_HamMn8p7ITBdCMRbB4UiPKAY", "client_secret"=>"[FILTERED]", "redirect_uri"=>"https://app.com/callback", "grant_type"=>"authorization_code"} Completed 200 OK in 3ms (Views: 0.1ms) Started GET "/oauth/authorized_applications" for 127.0.0.1 at 2020-05-13 14:18:34 +0300 Processing by Doorkeeper::AuthorizedApplicationsController#index as HTML Rendering /projects/gems/doorkeeper-sequel/doorkeeper/app/views/doorkeeper/authorized_applications/index.html.erb within layouts/doorkeeper/application Rendered /projects/gems/doorkeeper-sequel/doorkeeper/app/views/doorkeeper/authorized_applications/_delete_form.html.erb (0.7ms) Rendered /projects/gems/doorkeeper-sequel/doorkeeper/app/views/doorkeeper/authorized_applications/index.html.erb within layouts/doorkeeper/application (2.0ms) Completed 200 OK in 5ms (Views: 3.5ms) Started GET "/oauth/authorized_applications" for 127.0.0.1 at 2020-05-13 14:18:34 +0300 Processing by Doorkeeper::AuthorizedApplicationsController#index as HTML Rendering /projects/gems/doorkeeper-sequel/doorkeeper/app/views/doorkeeper/authorized_applications/index.html.erb within layouts/doorkeeper/application Rendered /projects/gems/doorkeeper-sequel/doorkeeper/app/views/doorkeeper/authorized_applications/_delete_form.html.erb (0.3ms) Rendered /projects/gems/doorkeeper-sequel/doorkeeper/app/views/doorkeeper/authorized_applications/index.html.erb within layouts/doorkeeper/application (0.5ms) Completed 200 OK in 2ms (Views: 1.2ms) Started GET "/oauth/authorized_applications" for 127.0.0.1 at 2020-05-13 14:18:34 +0300 Processing by Doorkeeper::AuthorizedApplicationsController#index as HTML Rendering /projects/gems/doorkeeper-sequel/doorkeeper/app/views/doorkeeper/authorized_applications/index.html.erb within layouts/doorkeeper/application Rendered /projects/gems/doorkeeper-sequel/doorkeeper/app/views/doorkeeper/authorized_applications/_delete_form.html.erb (0.2ms) Rendered /projects/gems/doorkeeper-sequel/doorkeeper/app/views/doorkeeper/authorized_applications/index.html.erb within layouts/doorkeeper/application (0.5ms) Completed 200 OK in 2ms (Views: 1.2ms) Started DELETE "/oauth/authorized_applications/1" for 127.0.0.1 at 2020-05-13 14:18:34 +0300 Processing by Doorkeeper::AuthorizedApplicationsController#destroy as HTML Parameters: {"utf8"=>"✓", "commit"=>"Revoke", "id"=>"1"} Redirected to http://www.example.com/oauth/authorized_applications Completed 302 Found in 1ms Started GET "/oauth/authorized_applications" for 127.0.0.1 at 2020-05-13 14:18:34 +0300 Processing by Doorkeeper::AuthorizedApplicationsController#index as HTML Rendering /projects/gems/doorkeeper-sequel/doorkeeper/app/views/doorkeeper/authorized_applications/index.html.erb within layouts/doorkeeper/application Rendered /projects/gems/doorkeeper-sequel/doorkeeper/app/views/doorkeeper/authorized_applications/index.html.erb within layouts/doorkeeper/application (0.1ms) Completed 200 OK in 1ms (Views: 1.0ms) Started GET "/oauth/applications/1/edit" for 127.0.0.1 at 2020-05-13 14:18:34 +0300 Processing by Doorkeeper::ApplicationsController#edit as HTML Parameters: {"id"=>"1"} Access to admin panel is forbidden due to Doorkeeper.configure.admin_authenticator being unconfigured. Filter chain halted as :authenticate_admin! rendered or redirected Completed 403 Forbidden in 0ms Started GET "/oauth/applications" for 127.0.0.1 at 2020-05-13 14:18:34 +0300 Processing by Doorkeeper::ApplicationsController#index as HTML Access to admin panel is forbidden due to Doorkeeper.configure.admin_authenticator being unconfigured. Filter chain halted as :authenticate_admin! rendered or redirected Completed 403 Forbidden in 0ms Started GET "/oauth/applications/new" for 127.0.0.1 at 2020-05-13 14:18:34 +0300 Processing by Doorkeeper::ApplicationsController#new as HTML Access to admin panel is forbidden due to Doorkeeper.configure.admin_authenticator being unconfigured. Filter chain halted as :authenticate_admin! rendered or redirected Completed 403 Forbidden in 0ms Processing by Doorkeeper::AuthorizationsController#new as HTML Parameters: {"an_invalid"=>"request"} Completed 400 Bad Request in 1ms (Views: 0.1ms) Processing by Doorkeeper::AuthorizationsController#new as HTML Parameters: {"an_invalid"=>"request"} Completed 400 Bad Request in 0ms (Views: 0.1ms) Processing by Doorkeeper::AuthorizationsController#new as HTML Parameters: {"an_invalid"=>"request"} Completed 400 Bad Request in 1ms (Views: 0.2ms) Processing by Doorkeeper::AuthorizationsController#new as HTML Parameters: {"an_invalid"=>"request"} Completed 400 Bad Request in 1ms (Views: 0.2ms) Processing by Doorkeeper::AuthorizationsController#new as HTML Parameters: {"client_id"=>"5_sWrbKauz_CFWKQnSdzBm-73uGEIDSm1mkkt8U4ONs", "redirect_uri"=>"https://app.com/callback", "response_type"=>"token"} Completed 400 Bad Request in 1ms (Views: 0.1ms) Processing by Doorkeeper::AuthorizationsController#new as HTML Parameters: {"client_id"=>"khu4pExZGjHnSHuZ-aF0RXOtM55geOK0O-BBeZEkptQ", "redirect_uri"=>"https://app.com/callback", "response_type"=>"token"} Completed 400 Bad Request in 1ms (Views: 0.1ms) Processing by Doorkeeper::AuthorizationsController#new as HTML Parameters: {"client_id"=>"HiUHYUYralVdY2RcDWvPsIxofPeKVWqNTeTQ7LjTzSs", "redirect_uri"=>"https://app.com/callback", "response_type"=>"token"} Completed 400 Bad Request in 1ms (Views: 0.1ms) Processing by Doorkeeper::AuthorizationsController#new as HTML Parameters: {"client_id"=>"JJaygnIk_OYrZiKbOsO8AciiroPR2mtaqkOURNoeuPk", "redirect_uri"=>"https://app.com/callback", "response_type"=>"token"} Completed 400 Bad Request in 1ms (Views: 0.2ms) Processing by Doorkeeper::AuthorizationsController#create as HTML Parameters: {"client_id"=>"jCJWikGVz-5nlKe9-aFZixTVTy57_97u1y6edUyyq4I", "redirect_uri"=>"https://app.com/callback", "response_type"=>"token"} Redirected to https://app.com/callback#access_token=kV-ET4NmIYMSYZppoPuOPm5Bjgs-rfV4AIOihf-W1ic&token_type=Bearer&expires_in=0 Completed 302 Found in 2ms Processing by Doorkeeper::AuthorizationsController#create as HTML Parameters: {"client_id"=>"rMgGjP6q_2PUZhmNuvopFCmF7hfBLDYGhQ4AsPrTde8", "redirect_uri"=>"https://app.com/callback", "response_type"=>"token"} Redirected to https://app.com/callback#access_token=gxHqyQ25gEi6j3EOj8Izy9Y3szIUzQegacC20NP8ZaU&token_type=Bearer&expires_in=0 Completed 302 Found in 2ms Processing by Doorkeeper::AuthorizationsController#create as HTML Parameters: {"client_id"=>"uLclS8aeBhrqfXF6E2UTqfwG3KumH0uXaqkk763BZ1k", "redirect_uri"=>"https://app.com/callback", "response_type"=>"token"} Redirected to https://app.com/callback#access_token=whhLyfQMf5l-YIcU1GrUOy_jrzciSZGIXwfQ4p-Tz9g&token_type=Bearer&expires_in=0 Completed 302 Found in 2ms Processing by Doorkeeper::AuthorizationsController#create as HTML Parameters: {"client_id"=>"pcXbOMEY0fVlbya7zN00IQZ1aP8Frj-t8UVuzbboWB8", "redirect_uri"=>"https://app.com/callback", "response_type"=>"token"} Redirected to https://app.com/callback#access_token=vV3sKZcM3r9XJf3gwjdDHDiUF22hWtPnOwHVWFH7S34&token_type=Bearer&expires_in=0 Completed 302 Found in 2ms Processing by Doorkeeper::AuthorizationsController#create as HTML Parameters: {"client_id"=>"cVKCdQtZXPAt72lJzyZc-tbVKeJlyaCrdNFtNUMtfbI", "redirect_uri"=>"https://app.com/callback", "response_type"=>"token"} Redirected to https://app.com/callback#access_token=6cBYmkLyHkrVfL6VIEQUJaivawQ9845ucyTVxD5bngE&token_type=Bearer&expires_in=0 Completed 302 Found in 2ms Processing by Doorkeeper::AuthorizationsController#create as HTML Parameters: {"client_id"=>"mmvb29W1KhSTKXt5geCu1WshVAf7xRIiOo9BRHY7qbM", "redirect_uri"=>"https://app.com/callback", "response_type"=>"token"} Redirected to https://app.com/callback#access_token=B_U8-QLBEJPlmqvKc-MHNprSEgUeqPAkPtU76-PxUVA&token_type=Bearer&expires_in=0 Completed 302 Found in 2ms Processing by Doorkeeper::AuthorizationsController#create as HTML Parameters: {"client_id"=>"osOp-GwY0idxRDM4doZMB0od19_L_6GZELsI-HmEkWU", "redirect_uri"=>"https://app.com/callback", "response_type"=>"token"} Redirected to https://app.com/callback#access_token=ra1o9ig_VVTt4F_yCfpuGtyXnx59B4syG61VDjLNXg8&token_type=Bearer&expires_in=0 Completed 302 Found in 2ms Processing by Doorkeeper::AuthorizationsController#create as HTML Parameters: {"client_id"=>"g5waqClHbYWMr6iA1VocYiXnISa568ZDJwhm9UFEbxk", "redirect_uri"=>"bad_uri", "response_type"=>"token"} Completed 400 Bad Request in 1ms (Views: 0.1ms) Processing by Doorkeeper::AuthorizationsController#create as HTML Parameters: {"client_id"=>"4TU13iScs2bmf2DrsOaNikboJNnViKswlAVp31jeAIo", "redirect_uri"=>"bad_uri", "response_type"=>"token"} Completed 400 Bad Request in 1ms (Views: 0.1ms) Processing by Doorkeeper::AuthorizationsController#create as HTML Parameters: {"client_id"=>"Gyt7GOSpCZ3NF-AFYf_WYlI4Hc_MKATUunbmdHUkVXo", "redirect_uri"=>"https://app.com/callback", "response_type"=>"token"} Redirected to https://app.com/callback#access_token=Fy7ZFPNUKYQCan970sNXQvJ6N4hCzLkfopOonUCZ1EY&token_type=Bearer&expires_in=0 Completed 302 Found in 2ms Processing by Doorkeeper::AuthorizationsController#create as HTML Parameters: {"client_id"=>"7_AGNzB85FsySDSgzsHXQovwhHkD1xda3AGCSE8pRM4", "redirect_uri"=>"https://app.com/callback", "response_type"=>"token"} Redirected to https://app.com/callback#access_token=I12xPF3jqjH4VqRoyM849Z6KCDbalI4lCfG95eURO4I&token_type=Bearer&expires_in=0 Completed 302 Found in 2ms Processing by Doorkeeper::AuthorizationsController#create as HTML Parameters: {"client_id"=>"xhuXxeBMWbFy8_qhFYqI3dwg8zLcBDRacNvImBKWHrg", "redirect_uri"=>"https://app.com/callback", "response_type"=>"token"} Redirected to https://app.com/callback#access_token=m1_VC8QoA9TCokSWPN6FL12NezcgzXmO9yPmVEAqpB4&token_type=Bearer&expires_in=0 Completed 302 Found in 3ms Processing by Doorkeeper::AuthorizationsController#create as HTML Parameters: {"client_id"=>"7bl1cbcNdxVePHafPuvaoT6TdX0eduw5-xAEmiLoqns", "redirect_uri"=>"https://app.com/callback", "response_type"=>"token"} Redirected to https://app.com/callback#access_token=FSYVJk2doxVitvJdyG1L4B9C6EbTfDuewjRzYEgIOAs&token_type=Bearer&expires_in=0 Completed 302 Found in 2ms Processing by Doorkeeper::AuthorizationsController#new as HTML Parameters: {"client_id"=>"i903ME7PU7-sWa50Xun3THbFe-N871MGqYueRJy6h1g", "redirect_uri"=>"https://app.com/callback", "response_type"=>"token"} Completed 200 OK in 3ms (Views: 0.2ms) Processing by Doorkeeper::AuthorizationsController#new as HTML Parameters: {"client_id"=>"5SmXxEyA1l_pkZh1SqN2TIpCGijUYyXOiRtvirgO4cM", "redirect_uri"=>"https://app.com/callback", "response_type"=>"token"} Completed 200 OK in 3ms (Views: 0.2ms) Processing by Doorkeeper::AuthorizationsController#new as HTML Parameters: {"client_id"=>"E8Doq9nBA6RNXDPGw1AIP1h2W32R628_Vestt4Pdg6I", "redirect_uri"=>"https://app.com/callback", "response_type"=>"token"} Completed 200 OK in 2ms (Views: 0.1ms) Processing by Doorkeeper::AuthorizationsController#new as HTML Parameters: {"client_id"=>"2zXLaOrwYw4TkoCYnBIeB53qfTpaNxtgCToj2TthT9k", "redirect_uri"=>"https://app.com/callback", "response_type"=>"token"} Completed 200 OK in 3ms (Views: 0.2ms) Processing by Doorkeeper::AuthorizationsController#new as HTML Parameters: {"client_id"=>"DFkppvvjPSMXIelmj63ivR1bvzq69Gj5H64CtTW3Ano", "redirect_uri"=>"https://app.com/callback", "response_type"=>"token"} Completed 200 OK in 3ms (Views: 0.2ms) Processing by Doorkeeper::AuthorizationsController#new as HTML Parameters: {"client_id"=>"DzJKVR9ZEhvIl5TZvQyNh3nJjmbg0huBgrxWZ4w-ACE", "redirect_uri"=>"https://app.com/callback", "response_type"=>"token"} Completed 200 OK in 3ms (Views: 0.2ms) Processing by Doorkeeper::AuthorizationsController#new as HTML Parameters: {"client_id"=>"jfiNXBrXDsxLfJJpkFQjx0ikiIzRquZU6JOnLIMVVHs", "redirect_uri"=>"urn:ietf:wg:oauth:2.0:oob", "response_type"=>"code"} Redirected to http://test.host/oauth/authorize/native?code=Gd17pVR1-FzYQ5J57UBzGlJTZcX2bu1edG4SfkSZRMI Completed 302 Found in 3ms Processing by Doorkeeper::AuthorizationsController#new as HTML Parameters: {"client_id"=>"yHsK88c0ROIPdsrecgAu_nkH5yC78Sc7GhRyN6LCdRM", "redirect_uri"=>"urn:ietf:wg:oauth:2.0:oob", "response_type"=>"code"} Redirected to http://test.host/oauth/authorize/native?code=4X3tTzdzM9Uf38Eu0w7k4kgLk-3Vs_ISUP8Rpf0dCX8 Completed 302 Found in 2ms Processing by Doorkeeper::AuthorizationsController#new as HTML Parameters: {"client_id"=>"hEeqRndkF6wQs7fPjo4GJCpIAvxu0eEf8ErxyqA3Odc", "redirect_uri"=>"urn:ietf:wg:oauth:2.0:oob", "response_type"=>"code"} Redirected to http://test.host/oauth/authorize/native?code=qHlXycigdeHUC1a3suMy0EzslQ1HwYvIXyGyY9Vf5S4 Completed 302 Found in 3ms Processing by Doorkeeper::AuthorizationsController#create as HTML Parameters: {"client_id"=>"", "redirect_uri"=>"https://app.com/callback", "response_type"=>"token"} Completed 400 Bad Request in 1ms (Views: 0.2ms) Processing by Doorkeeper::AuthorizationsController#create as HTML Parameters: {"client_id"=>"", "redirect_uri"=>"https://app.com/callback", "response_type"=>"token"} Completed 400 Bad Request in 1ms (Views: 0.2ms) Processing by Doorkeeper::AuthorizationsController#create as HTML Parameters: {"client_id"=>"", "redirect_uri"=>"https://app.com/callback", "response_type"=>"token"} Completed 400 Bad Request in 1ms (Views: 0.2ms) Processing by Doorkeeper::AuthorizationsController#create as HTML Parameters: {"client_id"=>"", "redirect_uri"=>"https://app.com/callback", "response_type"=>"token"} Completed 400 Bad Request in 1ms (Views: 0.1ms) Processing by Doorkeeper::AuthorizationsController#create as HTML Parameters: {"client_id"=>"abdhO1kXK2e_qPsnxMXErbYNP-JwvAJq16pWCIIIMYc", "redirect_uri"=>"https://app.com/callback", "response_type"=>"token", "scope"=>"invalid"} Redirected to https://app.com/callback#error=invalid_scope&error_description=The+requested+scope+is+invalid%2C+unknown%2C+or+malformed. Completed 302 Found in 1ms Processing by Doorkeeper::AuthorizationsController#create as HTML Parameters: {"client_id"=>"vow5wQSbjbvG1LJpVaL6bPWOpSfUdJMvTFlVoj6xuZk", "redirect_uri"=>"https://app.com/callback", "response_type"=>"token", "scope"=>"invalid"} Redirected to https://app.com/callback#error=invalid_scope&error_description=The+requested+scope+is+invalid%2C+unknown%2C+or+malformed. Completed 302 Found in 1ms Processing by Doorkeeper::AuthorizationsController#create as HTML Parameters: {"client_id"=>"TkK5yh2nEscCRgwGgcblNDUBd9vawcud-N9hoYG7YC8", "redirect_uri"=>"https://app.com/callback", "response_type"=>"token", "scope"=>"invalid"} Redirected to https://app.com/callback#error=invalid_scope&error_description=The+requested+scope+is+invalid%2C+unknown%2C+or+malformed. Completed 302 Found in 1ms Processing by Doorkeeper::AuthorizationsController#create as HTML Parameters: {"client_id"=>"t4iNeu06QB4MG6rMA51-xpxBOmC_ahIDCtY1zxvVQmg", "redirect_uri"=>"https://app.com/callback", "response_type"=>"token", "scope"=>"invalid"} Redirected to https://app.com/callback#error=invalid_scope&error_description=The+requested+scope+is+invalid%2C+unknown%2C+or+malformed. Completed 302 Found in 1ms Processing by Doorkeeper::AuthorizationsController#create as HTML Parameters: {"client_id"=>"pbk-pLJh4LOYxp4uOkDQ0QsYCX3jC5WjaSs-72g4mgI", "redirect_uri"=>"https://app.com/callback", "response_type"=>"token", "scope"=>"invalid"} Redirected to https://app.com/callback#error=invalid_scope&error_description=The+requested+scope+is+invalid%2C+unknown%2C+or+malformed. Completed 302 Found in 1ms Processing by Doorkeeper::AuthorizationsController#create as HTML Parameters: {"client_id"=>"70lZit_qv4hfsp9AY6Kk-rmUGspkRVJDtWx2sS4ingw", "redirect_uri"=>"https://app.com/callback", "response_type"=>"token", "scope"=>"invalid"} Redirected to https://app.com/callback#error=invalid_scope&error_description=The+requested+scope+is+invalid%2C+unknown%2C+or+malformed. Completed 302 Found in 1ms Processing by Doorkeeper::AuthorizationsController#create as HTML Parameters: {"client_id"=>"yXUFCtjtXUxGWoZniKTPsE3qM_jsxZtVrrGfWFdHcJM", "redirect_uri"=>"https://app.com/callback", "response_type"=>"token"} Completed 401 Unauthorized in 1ms (Views: 0.2ms) Processing by Doorkeeper::AuthorizationsController#create as HTML Parameters: {"client_id"=>"O5YtoVroe85ZbYYiWF87wuK5gkMrsHkFWr1q6qKnygo", "redirect_uri"=>"https://app.com/callback", "response_type"=>"token"} Completed 401 Unauthorized in 1ms (Views: 0.1ms) Processing by Doorkeeper::AuthorizationsController#create as HTML Parameters: {"client_id"=>"p8bDOAj8rzp_cZUkxjsikO-2TGyN_R-P6JmIyqScEYQ", "redirect_uri"=>"https://app.com/callback", "response_type"=>"token"} Completed 401 Unauthorized in 1ms (Views: 0.2ms) Processing by Doorkeeper::AuthorizationsController#create as HTML Parameters: {"client_id"=>"zu5AqcvezBAQdlR-IWJ5kUzWc7OBE2TvzDimuDj4F6k", "redirect_uri"=>"https://app.com/callback", "response_type"=>"token"} Completed 401 Unauthorized in 1ms (Views: 0.1ms) Processing by Doorkeeper::AuthorizationsController#create as HTML Parameters: {"client_id"=>"Y1vxu8EEydDTINVvI3e7ziJX5OfIy4dIaqf8RO5vOxs", "redirect_uri"=>"https://app.com/callback", "response_type"=>"token"} Completed 200 OK in 2ms (Views: 0.1ms) Processing by Doorkeeper::AuthorizationsController#create as HTML Parameters: {"client_id"=>"fMoxt2np6oEVBLvM-S5y5tpw6J3qXM9WrMDP2nB1vKg", "redirect_uri"=>"https://app.com/callback", "response_type"=>"token"} Completed 200 OK in 2ms (Views: 0.1ms) Processing by Doorkeeper::AuthorizationsController#create as HTML Parameters: {"client_id"=>"db0644Hn43oxQBr0-gCyN7-GWdF0Gnxh_Y6Dl0KHmqI", "redirect_uri"=>"https://app.com/callback", "response_type"=>"token"} Completed 200 OK in 3ms (Views: 0.2ms) Processing by Doorkeeper::AuthorizationsController#create as HTML Parameters: {"client_id"=>"Wv7R0kK7v6GYbaXpKLOBq7JYThgFjOVB5ihISDlC7sM", "redirect_uri"=>"https://app.com/callback", "response_type"=>"token"} Completed 200 OK in 2ms (Views: 0.1ms) Processing by Doorkeeper::AuthorizationsController#create as HTML Parameters: {"client_id"=>"J4OooF71XS4cDkUp3IsKHNC6Qd67ztZMvoZewb-yAjE", "redirect_uri"=>"https://app.com/callback", "response_type"=>"token"} Completed 200 OK in 2ms (Views: 0.1ms) Processing by Doorkeeper::AuthorizationsController#create as HTML Parameters: {"client_id"=>"3ty3pqQ-DV2fPVhpSLGM9jQZHO2Se45LNCBwG1ZhhDU", "redirect_uri"=>"https://app.com/callback", "response_type"=>"token"} Completed 200 OK in 2ms (Views: 0.2ms) Processing by Doorkeeper::AuthorizationsController#create as HTML Parameters: {"client_id"=>"pYV7GYwkm9seMB1-QhSCcHsR0fQcMKYYE8ZcsyqhiH0", "redirect_uri"=>"https://app.com/callback", "response_type"=>"token"} Completed 200 OK in 2ms (Views: 0.2ms) Processing by Doorkeeper::AuthorizationsController#new as HTML Parameters: {"client_id"=>"W9cybvf6jDgmuEHtUOCs8IUBfDiQxgKbcJMJQpsuYmw", "redirect_uri"=>"https://app.com/callback", "response_type"=>"token"} Rendering /projects/gems/doorkeeper-sequel/doorkeeper/app/views/doorkeeper/authorizations/error.html.erb within layouts/doorkeeper/application Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary. Rendered /projects/gems/doorkeeper-sequel/doorkeeper/app/views/doorkeeper/authorizations/error.html.erb within layouts/doorkeeper/application (0.2ms) Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary. Completed 200 OK in 1ms (Views: 0.7ms) Processing by Doorkeeper::AuthorizationsController#new as HTML Parameters: {"client_id"=>"fV5rYElEIlghmRbxij4V9n2zHZPOmIbuJwvaCLni8QY", "redirect_uri"=>"https://app.com/callback", "response_type"=>"token"} Rendering /projects/gems/doorkeeper-sequel/doorkeeper/app/views/doorkeeper/authorizations/error.html.erb within layouts/doorkeeper/application Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary. Rendered /projects/gems/doorkeeper-sequel/doorkeeper/app/views/doorkeeper/authorizations/error.html.erb within layouts/doorkeeper/application (0.2ms) Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary. Completed 200 OK in 2ms (Views: 0.9ms) Processing by Doorkeeper::AuthorizationsController#new as HTML Parameters: {"an_invalid"=>"request"} Rendering /projects/gems/doorkeeper-sequel/doorkeeper/app/views/doorkeeper/authorizations/error.html.erb within layouts/doorkeeper/application Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary. Rendered /projects/gems/doorkeeper-sequel/doorkeeper/app/views/doorkeeper/authorizations/error.html.erb within layouts/doorkeeper/application (0.2ms) Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary. Completed 200 OK in 1ms (Views: 0.6ms) Processing by Doorkeeper::AuthorizationsController#new as HTML Parameters: {"an_invalid"=>"request"} Rendering /projects/gems/doorkeeper-sequel/doorkeeper/app/views/doorkeeper/authorizations/error.html.erb within layouts/doorkeeper/application Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary. Rendered /projects/gems/doorkeeper-sequel/doorkeeper/app/views/doorkeeper/authorizations/error.html.erb within layouts/doorkeeper/application (0.2ms) Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary. Completed 200 OK in 1ms (Views: 0.6ms) Processing by Doorkeeper::AuthorizationsController#new as HTML Parameters: {"client_id"=>"QZ4YuQ4S-n5jmUnyus8t0vWiaJn1DtW_rTbm37LaJdM", "redirect_uri"=>"https://app.com/callback", "response_type"=>"token"} Completed 200 OK in 1ms (Views: 0.2ms) Processing by Doorkeeper::AuthorizationsController#new as HTML Parameters: {"client_id"=>"yA4hC-wJJvas2n9FdPl2eIMnlKZwe8lKh2y1K6IY6HY", "redirect_uri"=>"https://app.com/callback", "response_type"=>"token"} Completed 200 OK in 1ms (Views: 0.2ms) Processing by Doorkeeper::AuthorizationsController#new as HTML Parameters: {"client_id"=>"ADo60Cc7iNV7Nx0uKRV0tumgGmU9BH8n02wBn-VL1w8", "redirect_uri"=>"https://app.com/callback", "response_type"=>"token"} Completed 200 OK in 1ms (Views: 0.2ms) Processing by Doorkeeper::AuthorizationsController#create as HTML Parameters: {"client_id"=>"KWSc9huAspwK_tuZGt35B1wACYnAWEUvKXI59cmMb-w", "redirect_uri"=>"https://app.com/callback", "response_type"=>"token"} Completed 401 Unauthorized in 1ms (Views: 0.1ms) Processing by Doorkeeper::AuthorizationsController#create as HTML Parameters: {"client_id"=>"OTn6m6Wy7mLj3Qtn7BAzwCqfKQ-DB-GEOzn3nOD3eBs", "redirect_uri"=>"https://app.com/callback", "response_type"=>"token"} Completed 401 Unauthorized in 1ms (Views: 0.2ms) Processing by Doorkeeper::AuthorizationsController#create as HTML Parameters: {"client_id"=>"tTCEaUmH9wJvA9zpZrUGyujpNsLC4lhr1Rx9_m8Ot4U", "redirect_uri"=>"https://app.com/callback", "response_type"=>"token"} Completed 401 Unauthorized in 1ms (Views: 0.2ms) Processing by Doorkeeper::AuthorizationsController#create as HTML Parameters: {"client_id"=>"6VfmQqKyZSZcODa1yOvV_2_0whDpdx0C_CJyVvV0u4Q", "redirect_uri"=>"https://app.com/callback", "response_type"=>"token"} Completed 401 Unauthorized in 1ms (Views: 0.1ms) Processing by Doorkeeper::AuthorizationsController#create as HTML Parameters: {"client_id"=>"hqOE5eg9f7uy9xXgmMUuQpwsj8SLu_9-v8v_EdY8Fio", "redirect_uri"=>"https://app.com/callback", "response_type"=>"token", "scope"=>"invalid"} Completed 400 Bad Request in 1ms (Views: 0.1ms) Processing by Doorkeeper::AuthorizationsController#create as HTML Parameters: {"client_id"=>"Pf7S8gHSu0FLlac9sIKUawR7S1O8koUbEq_sNE_WVGo", "redirect_uri"=>"https://app.com/callback", "response_type"=>"token", "scope"=>"invalid"} Completed 400 Bad Request in 1ms (Views: 0.2ms) Processing by Doorkeeper::AuthorizationsController#create as HTML Parameters: {"client_id"=>"c43_RleFTFtZoOx1MhMDh75n2x6WEzS9fIh7qetmMfA", "redirect_uri"=>"https://app.com/callback", "response_type"=>"token", "scope"=>"invalid"} Completed 400 Bad Request in 1ms (Views: 0.1ms) Processing by Doorkeeper::AuthorizationsController#create as HTML Parameters: {"client_id"=>"YZfECWn7p1kYogn2QkKN1SYUbIJn-42xtuwOdmtGKPU", "redirect_uri"=>"https://app.com/callback", "response_type"=>"token", "scope"=>"invalid"} Completed 400 Bad Request in 1ms (Views: 0.1ms) Processing by Doorkeeper::AuthorizationsController#create as HTML Parameters: {"client_id"=>"j5PQ7PVfFttsf-JZJFZTmjzWB1cG2y2rwX43eoSQqss", "redirect_uri"=>"https://app.com/callback", "response_type"=>"token", "scope"=>"invalid"} Completed 400 Bad Request in 1ms (Views: 0.1ms) Processing by Doorkeeper::AuthorizationsController#create as HTML Parameters: {"client_id"=>"tU3c_j4kGuxvRCshBbvcYuxoSisgfTMuJxwLJG8-grU", "redirect_uri"=>"https://app.com/callback", "response_type"=>"token", "scope"=>"invalid"} Completed 400 Bad Request in 1ms (Views: 0.2ms) Processing by Doorkeeper::AuthorizationsController#create as HTML Parameters: {"client_id"=>"", "redirect_uri"=>"https://app.com/callback", "response_type"=>"token"} Completed 400 Bad Request in 1ms (Views: 0.1ms) Processing by Doorkeeper::AuthorizationsController#create as HTML Parameters: {"client_id"=>"", "redirect_uri"=>"https://app.com/callback", "response_type"=>"token"} Completed 400 Bad Request in 1ms (Views: 0.2ms) Processing by Doorkeeper::AuthorizationsController#create as HTML Parameters: {"client_id"=>"", "redirect_uri"=>"https://app.com/callback", "response_type"=>"token"} Completed 400 Bad Request in 1ms (Views: 0.2ms) Processing by Doorkeeper::AuthorizationsController#create as HTML Parameters: {"client_id"=>"", "redirect_uri"=>"https://app.com/callback", "response_type"=>"token"} Completed 400 Bad Request in 1ms (Views: 0.2ms) Processing by Doorkeeper::AuthorizationsController#new as HTML Parameters: {"client_id"=>"bSDLykPYhlRwsr_SViPmkrGsSCWJ1ZkskpJqnod71CA", "redirect_uri"=>"urn:ietf:wg:oauth:2.0:oob", "response_type"=>"token"} Rendering /projects/gems/doorkeeper-sequel/doorkeeper/app/views/doorkeeper/authorizations/new.html.erb within layouts/doorkeeper/application Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary. Rendered /projects/gems/doorkeeper-sequel/doorkeeper/app/views/doorkeeper/authorizations/new.html.erb within layouts/doorkeeper/application (0.2ms) Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary. Completed 200 OK in 2ms (Views: 0.7ms) Processing by Doorkeeper::AuthorizationsController#new as HTML Parameters: {"client_id"=>"WsgmYhu31zZ_qFNhYJouxz6Oauzf0T7WCI9VNAu6eBY", "redirect_uri"=>"urn:ietf:wg:oauth:2.0:oob", "response_type"=>"token"} Rendering /projects/gems/doorkeeper-sequel/doorkeeper/app/views/doorkeeper/authorizations/new.html.erb within layouts/doorkeeper/application Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary. Rendered /projects/gems/doorkeeper-sequel/doorkeeper/app/views/doorkeeper/authorizations/new.html.erb within layouts/doorkeeper/application (0.2ms) Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary. Completed 200 OK in 2ms (Views: 0.7ms) Processing by Doorkeeper::AuthorizationsController#new as HTML Parameters: {"client_id"=>"kom5Azkxe4-Y-0LuXLpbXwD6J9t4jXQleoSsaTku-JI", "redirect_uri"=>"urn:ietf:wg:oauth:2.0:oob", "response_type"=>"token"} Completed 200 OK in 1ms (Views: 0.2ms) Processing by Doorkeeper::AuthorizationsController#new as HTML Parameters: {"client_id"=>"xgTUGaIZDS3c-sxdtWJejznfIKCMVNFJ0FFek4PtY9s", "redirect_uri"=>"urn:ietf:wg:oauth:2.0:oob", "response_type"=>"token"} Completed 200 OK in 1ms (Views: 0.2ms) Processing by Doorkeeper::AuthorizationsController#new as HTML Parameters: {"client_id"=>"McG3nV1rPLCoEpH4FubtzIWPAR2xUBgxtzKRjxtFMIg", "redirect_uri"=>"urn:ietf:wg:oauth:2.0:oob", "response_type"=>"token"} Redirected to http://test.host/oauth/token/info?access_token=ghvb54aASLcdMXQYDnXce87jzrHkLkUptkJUxPg5jbc Completed 302 Found in 3ms Processing by Doorkeeper::AuthorizationsController#new as HTML Parameters: {"client_id"=>"zctIy5PQSzuKNmbCBqgKPNe3FxH3bDnyEZoxlW1qJGU", "redirect_uri"=>"urn:ietf:wg:oauth:2.0:oob", "response_type"=>"token"} Redirected to http://test.host/oauth/token/info?access_token=HG0xZTqM3ikkytFAberNxjXbYviFEmvGhYfOSamkzWw Completed 302 Found in 2ms Processing by Doorkeeper::AuthorizationsController#create as HTML Completed 200 OK in 0ms (Views: 0.1ms) Processing by Doorkeeper::AuthorizationsController#new as HTML Parameters: {"client_id"=>"WQ8PQfOUCB5UtxRC5s9J85cCSTeE_wqcCzDoJxq_UeM", "redirect_uri"=>"urn:ietf:wg:oauth:2.0:oob", "response_type"=>"token"} Redirected to http://test.host/oauth/token/info?access_token=TwHS7yXnqdXdir1GGMva3cDCYlVLlShwm6BbG2W2vuk Completed 302 Found in 3ms Processing by Doorkeeper::AuthorizationsController#new as HTML Parameters: {"client_id"=>"7dl4bHuVypvD-Ox2m4m4Prfsc6CdjLFG7jiGRd8FGhU", "redirect_uri"=>"urn:ietf:wg:oauth:2.0:oob", "response_type"=>"token"} Redirected to http://test.host/oauth/token/info?access_token=ClvK0eIWBDK9i0IPU4TmmmTwNGl6ySoM5OWWLjZD8dk Completed 302 Found in 2ms Processing by Doorkeeper::AuthorizationsController#new as HTML Parameters: {"client_id"=>"LlFEHXk4SOhVoXyXo6I0mqKAjLldHiuaEwL-ebV-c10", "redirect_uri"=>"urn:ietf:wg:oauth:2.0:oob", "response_type"=>"token"} Redirected to http://test.host/oauth/token/info?access_token=YAaK2Cx1drOEAxwyP74CrFD0htbcfb60k28FD-9Lxzw Completed 302 Found in 3ms Processing by Doorkeeper::AuthorizationsController#new as HTML Parameters: {"client_id"=>"GSHs_yRkNHPbpWyOxsxGOibarJyuX3LJMbfiqiW9Sas", "redirect_uri"=>"https://app.com/callback", "response_type"=>"token", "scope"=>{"0"=>"profile"}} Unpermitted parameter: :scope Rendering /projects/gems/doorkeeper-sequel/doorkeeper/app/views/doorkeeper/authorizations/new.html.erb within layouts/doorkeeper/application Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary. Rendered /projects/gems/doorkeeper-sequel/doorkeeper/app/views/doorkeeper/authorizations/new.html.erb within layouts/doorkeeper/application (0.3ms) Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary. Completed 200 OK in 2ms (Views: 1.1ms) Processing by Doorkeeper::AuthorizationsController#new as HTML Parameters: {"client_id"=>"nTw_k1g-u3OZh8osdJNw_prRZy8go5rtxiWkQktZfGE", "redirect_uri"=>"https://app.com/callback", "response_type"=>"token"} Redirected to https://app.com/callback#access_token=B4R38T6-qFsErSwBSzL8ITF1R55c6Ovhw1iXZuTWwpk&token_type=Bearer&expires_in=0 Completed 302 Found in 2ms Processing by Doorkeeper::AuthorizationsController#new as HTML Parameters: {"client_id"=>"ODkaxzE-WUMCxEIr4cWxOrsWwwU6qqCxtGIm5glpOvM", "redirect_uri"=>"https://app.com/callback", "response_type"=>"token"} Redirected to https://app.com/callback#access_token=5Yo77Qw6w0gsLkGYUuSp_03dWh693QQT92QMY50cEgo&token_type=Bearer&expires_in=0 Completed 302 Found in 4ms Processing by Doorkeeper::AuthorizationsController#new as HTML Parameters: {"client_id"=>"xHIQyGxItXy6euAXYI7r81s3jdaJnM6vnKqROOeLRIU", "redirect_uri"=>"https://app.com/callback", "response_type"=>"token"} Redirected to https://app.com/callback#access_token=1IwwVVHBVk9KX__4ava0FFYMeX0iulIfaMAxpcApJtg&token_type=Bearer&expires_in=0 Completed 302 Found in 3ms Processing by Doorkeeper::AuthorizationsController#new as HTML Parameters: {"client_id"=>"fsfTkr2KO9b0P84O0aO4Ha4mPspfOZlhXqlh9hhjVT0", "redirect_uri"=>"https://app.com/callback", "response_type"=>"token"} Redirected to https://app.com/callback#access_token=7IOv4TEZol1GKbxYmOiFKX7g5SD8Wu1bu2tnjwH8TYQ&token_type=Bearer&expires_in=0 Completed 302 Found in 3ms Processing by Doorkeeper::AuthorizationsController#new as HTML Parameters: {"client_id"=>"yAVxCOnDerAV6HmYp6h7yS5C0qqhV3QZJ8A7O8GnUiI", "redirect_uri"=>"https://app.com/callback", "response_type"=>"token"} Redirected to https://app.com/callback#access_token=l95DpIpuWcCV8x1HYGL3r1KhbiqmxuytXnDzUpyer6Q&token_type=Bearer&expires_in=0 Completed 302 Found in 2ms Processing by Doorkeeper::AuthorizationsController#new as HTML Parameters: {"client_id"=>"AOsdg_WOoR2gCGEE4I1Qirs9DG0R1VU7UfMwp3KuvrA", "redirect_uri"=>"https://app.com/callback", "response_type"=>"token"} Redirected to https://app.com/callback#access_token=jW3td7L8EP7qWEDQRy9jRfv_9TkiXlBM6xAwPTeTTCk&token_type=Bearer&expires_in=0 Completed 302 Found in 2ms Started GET "/" for 127.0.0.1 at 2020-05-13 14:18:35 +0300 Processing by HomeController#index as HTML Rendering home/index.html.erb within layouts/application Rendered home/index.html.erb within layouts/application (0.0ms) Completed 200 OK in 1ms (Views: 0.4ms) Started GET "/sign_in" for 127.0.0.1 at 2020-05-13 14:18:35 +0300 Processing by HomeController#sign_in as HTML Redirected to http://www.example.com/ Completed 302 Found in 0ms Started GET "/" for 127.0.0.1 at 2020-05-13 14:18:35 +0300 Processing by HomeController#index as HTML Rendering home/index.html.erb within layouts/application Rendered home/index.html.erb within layouts/application (0.0ms) Completed 200 OK in 0ms (Views: 0.3ms) Started GET "/oauth/authorize?client_id=yscvNaU-lhTnoH1vuQgFyEUYT2BJXNY6zP8Wfp-ycjg&redirect_uri=https%3A%2F%2Fapp.com%2Fcallback&response_type=code" for 127.0.0.1 at 2020-05-13 14:18:35 +0300 Processing by Doorkeeper::AuthorizationsController#new as HTML Parameters: {"client_id"=>"yscvNaU-lhTnoH1vuQgFyEUYT2BJXNY6zP8Wfp-ycjg", "redirect_uri"=>"https://app.com/callback", "response_type"=>"code"} Rendering /projects/gems/doorkeeper-sequel/doorkeeper/app/views/doorkeeper/authorizations/new.html.erb within layouts/doorkeeper/application Rendered /projects/gems/doorkeeper-sequel/doorkeeper/app/views/doorkeeper/authorizations/new.html.erb within layouts/doorkeeper/application (0.9ms) Completed 200 OK in 3ms (Views: 1.8ms) Started GET "/" for 127.0.0.1 at 2020-05-13 14:18:35 +0300 Processing by HomeController#index as HTML Rendering home/index.html.erb within layouts/application Rendered home/index.html.erb within layouts/application (0.0ms) Completed 200 OK in 0ms (Views: 0.4ms) Started GET "/sign_in" for 127.0.0.1 at 2020-05-13 14:18:35 +0300 Processing by HomeController#sign_in as HTML Redirected to http://www.example.com/ Completed 302 Found in 0ms Started GET "/" for 127.0.0.1 at 2020-05-13 14:18:35 +0300 Processing by HomeController#index as HTML Rendering home/index.html.erb within layouts/application Rendered home/index.html.erb within layouts/application (0.0ms) Completed 200 OK in 0ms (Views: 0.3ms) Started GET "/oauth/authorize?client_id=Ivs9Tx0RadKhoed_91EXv9WrTpDJ9qsG6xGP5SR8JiY&redirect_uri=https%3A%2F%2Fapp.com%2Fcallback&response_type=code&state=return-this" for 127.0.0.1 at 2020-05-13 14:18:35 +0300 Processing by Doorkeeper::AuthorizationsController#new as HTML Parameters: {"client_id"=>"Ivs9Tx0RadKhoed_91EXv9WrTpDJ9qsG6xGP5SR8JiY", "redirect_uri"=>"https://app.com/callback", "response_type"=>"code", "state"=>"return-this"} Rendering /projects/gems/doorkeeper-sequel/doorkeeper/app/views/doorkeeper/authorizations/new.html.erb within layouts/doorkeeper/application Rendered /projects/gems/doorkeeper-sequel/doorkeeper/app/views/doorkeeper/authorizations/new.html.erb within layouts/doorkeeper/application (0.9ms) Completed 200 OK in 3ms (Views: 1.9ms) Started DELETE "/oauth/authorize" for 127.0.0.1 at 2020-05-13 14:18:35 +0300 Processing by Doorkeeper::AuthorizationsController#destroy as HTML Parameters: {"utf8"=>"✓", "client_id"=>"Ivs9Tx0RadKhoed_91EXv9WrTpDJ9qsG6xGP5SR8JiY", "redirect_uri"=>"https://app.com/callback", "state"=>"return-this", "response_type"=>"code", "scope"=>"default", "code_challenge"=>"", "code_challenge_method"=>"", "commit"=>"Deny"} Redirected to https://app.com/callback?error=access_denied&error_description=The+resource+owner+or+authorization+server+denied+the+request.&state=return-this Completed 302 Found in 1ms Started GET "/callback?error=access_denied&error_description=The+resource+owner+or+authorization+server+denied+the+request.&state=return-this" for 127.0.0.1 at 2020-05-13 14:18:35 +0300 Processing by HomeController#callback as HTML Parameters: {"error"=>"access_denied", "error_description"=>"The resource owner or authorization server denied the request.", "state"=>"return-this"} Rendering text template Rendered text template (0.0ms) Completed 200 OK in 0ms (Views: 0.2ms) Started GET "/" for 127.0.0.1 at 2020-05-13 14:18:35 +0300 Processing by HomeController#index as HTML Rendering home/index.html.erb within layouts/application Rendered home/index.html.erb within layouts/application (0.0ms) Completed 200 OK in 0ms (Views: 0.3ms) Started GET "/sign_in" for 127.0.0.1 at 2020-05-13 14:18:35 +0300 Processing by HomeController#sign_in as HTML Redirected to http://www.example.com/ Completed 302 Found in 0ms Started GET "/" for 127.0.0.1 at 2020-05-13 14:18:35 +0300 Processing by HomeController#index as HTML Rendering home/index.html.erb within layouts/application Rendered home/index.html.erb within layouts/application (0.0ms) Completed 200 OK in 1ms (Views: 0.4ms) Started GET "/oauth/authorize?client_id=dHlYhJRl0TheJ5fpMHUAf2F6-UjQuovvufJfAWj-aZw&redirect_uri=https%3A%2F%2Fapp.com%2Fcallback&response_type=code" for 127.0.0.1 at 2020-05-13 14:18:35 +0300 Processing by Doorkeeper::AuthorizationsController#new as HTML Parameters: {"client_id"=>"dHlYhJRl0TheJ5fpMHUAf2F6-UjQuovvufJfAWj-aZw", "redirect_uri"=>"https://app.com/callback", "response_type"=>"code"} Rendering /projects/gems/doorkeeper-sequel/doorkeeper/app/views/doorkeeper/authorizations/new.html.erb within layouts/doorkeeper/application Rendered /projects/gems/doorkeeper-sequel/doorkeeper/app/views/doorkeeper/authorizations/new.html.erb within layouts/doorkeeper/application (0.9ms) Completed 200 OK in 3ms (Views: 1.8ms) Started DELETE "/oauth/authorize" for 127.0.0.1 at 2020-05-13 14:18:35 +0300 Processing by Doorkeeper::AuthorizationsController#destroy as HTML Parameters: {"utf8"=>"✓", "client_id"=>"dHlYhJRl0TheJ5fpMHUAf2F6-UjQuovvufJfAWj-aZw", "redirect_uri"=>"https://app.com/callback", "state"=>"", "response_type"=>"code", "scope"=>"default", "code_challenge"=>"", "code_challenge_method"=>"", "commit"=>"Deny"} Redirected to https://app.com/callback?error=access_denied&error_description=The+resource+owner+or+authorization+server+denied+the+request. Completed 302 Found in 1ms Started GET "/callback?error=access_denied&error_description=The+resource+owner+or+authorization+server+denied+the+request." for 127.0.0.1 at 2020-05-13 14:18:35 +0300 Processing by HomeController#callback as HTML Parameters: {"error"=>"access_denied", "error_description"=>"The resource owner or authorization server denied the request."} Rendering text template Rendered text template (0.0ms) Completed 200 OK in 0ms (Views: 0.2ms) Started GET "/assets/doorkeeper/admin/application.css" for 127.0.0.1 at 2020-05-13 14:18:35 +0300 Started GET "/assets/doorkeeper/application.css" for 127.0.0.1 at 2020-05-13 14:18:35 +0300 Started GET "/metal.json?access_token=[FILTERED]" for 127.0.0.1 at 2020-05-13 14:18:35 +0300 Started POST "/oauth/token?client_id=N4SiAPwEDBEURkHtH10ljnKfbt4mQUbzK1YHWtZbl64&client_secret=[FILTERED]&username=Joe&password=sekret&grant_type=password" for 127.0.0.1 at 2020-05-13 14:18:35 +0300 Processing by Doorkeeper::TokensController#create as HTML Parameters: {"client_id"=>"N4SiAPwEDBEURkHtH10ljnKfbt4mQUbzK1YHWtZbl64", "client_secret"=>"[FILTERED]", "username"=>"Joe", "password"=>"sekret", "grant_type"=>"password"} Completed 200 OK in 2ms (Views: 0.1ms) Started POST "/oauth/token?client_id=XRlegDDCfZY5v7VtQ_33L8M4oKQooySQUYFusGJWMX4&client_secret=[FILTERED]&username=Joe&password=sekret&grant_type=password" for 127.0.0.1 at 2020-05-13 14:18:35 +0300 Processing by Doorkeeper::TokensController#create as HTML Parameters: {"client_id"=>"XRlegDDCfZY5v7VtQ_33L8M4oKQooySQUYFusGJWMX4", "client_secret"=>"[FILTERED]", "username"=>"Joe", "password"=>"sekret", "grant_type"=>"password"} Completed 200 OK in 2ms (Views: 0.1ms) Started POST "/oauth/token?client_id=OnhxMSVqChFi_KuWeLebIk5ZRbmEIJ4pyNBpo15NFUU&client_secret=[FILTERED]&username=Joe&password=sekret&grant_type=password" for 127.0.0.1 at 2020-05-13 14:18:35 +0300 Processing by Doorkeeper::TokensController#create as HTML Parameters: {"client_id"=>"OnhxMSVqChFi_KuWeLebIk5ZRbmEIJ4pyNBpo15NFUU", "client_secret"=>"[FILTERED]", "username"=>"Joe", "password"=>"sekret", "grant_type"=>"password"} Completed 200 OK in 2ms (Views: 0.1ms) Started POST "/oauth/token?username=Joe&password=sekret&grant_type=password" for 127.0.0.1 at 2020-05-13 14:18:35 +0300 Processing by Doorkeeper::TokensController#create as HTML Parameters: {"username"=>"Joe", "password"=>"sekret", "grant_type"=>"password"} Completed 200 OK in 1ms (Views: 0.1ms) Started POST "/oauth/token?client_id=7CrWtIBsmoXz5t5c7rQ3QY3_-as8oe9T7TUo8lG4WAk&client_secret=[FILTERED]&username=Joe&password=sekret&grant_type=password" for 127.0.0.1 at 2020-05-13 14:18:35 +0300 Processing by Doorkeeper::TokensController#create as HTML Parameters: {"client_id"=>"7CrWtIBsmoXz5t5c7rQ3QY3_-as8oe9T7TUo8lG4WAk", "client_secret"=>"[FILTERED]", "username"=>"Joe", "password"=>"sekret", "grant_type"=>"password"} Completed 200 OK in 2ms (Views: 0.1ms) Started POST "/oauth/token?client_id=MjVsxIiLtte88LcgXTDXMf8xFKvoym7dISr2vn7zuzw&client_secret=[FILTERED]&username=Joe&password=sekret&grant_type=password" for 127.0.0.1 at 2020-05-13 14:18:35 +0300 Processing by Doorkeeper::TokensController#create as HTML Parameters: {"client_id"=>"MjVsxIiLtte88LcgXTDXMf8xFKvoym7dISr2vn7zuzw", "client_secret"=>"[FILTERED]", "username"=>"Joe", "password"=>"sekret", "grant_type"=>"password"} Completed 200 OK in 2ms (Views: 0.1ms) Started POST "/oauth/token?client_id=VFTtgMW4t5ZhESrTXCQc5YjpKY-pAkPNYNuN1O8H2a8&client_secret=[FILTERED]&username=Joe&password=sekret&grant_type=password" for 127.0.0.1 at 2020-05-13 14:18:35 +0300 Processing by Doorkeeper::TokensController#create as HTML Parameters: {"client_id"=>"VFTtgMW4t5ZhESrTXCQc5YjpKY-pAkPNYNuN1O8H2a8", "client_secret"=>"[FILTERED]", "username"=>"Joe", "password"=>"sekret", "grant_type"=>"password"} Completed 200 OK in 2ms (Views: 0.1ms) Started POST "/oauth/token?client_id=o10PVf9LWyWvjK0K18nqptRl1juZDGgC7Rfkojnqn1A&client_secret=[FILTERED]&username=Joe&password=sekret&grant_type=password" for 127.0.0.1 at 2020-05-13 14:18:35 +0300 Processing by Doorkeeper::TokensController#create as HTML Parameters: {"client_id"=>"o10PVf9LWyWvjK0K18nqptRl1juZDGgC7Rfkojnqn1A", "client_secret"=>"[FILTERED]", "username"=>"Joe", "password"=>"sekret", "grant_type"=>"password"} Completed 401 Unauthorized in 1ms (Views: 0.1ms) Started POST "/oauth/token?client_id=kV-Py6Lly2gjv8qO6gbeMgjbKTeV0YL_yDnZ8sk5S-k&username=Joe&password=sekret&grant_type=password" for 127.0.0.1 at 2020-05-13 14:18:35 +0300 Processing by Doorkeeper::TokensController#create as HTML Parameters: {"client_id"=>"kV-Py6Lly2gjv8qO6gbeMgjbKTeV0YL_yDnZ8sk5S-k", "username"=>"Joe", "password"=>"sekret", "grant_type"=>"password"} Completed 200 OK in 2ms (Views: 0.2ms) Started POST "/oauth/token?client_id=-zkn1MuKxqohDjiFOB6Is8pQXi0YlkrVYuKz4IaQBAw&client_secret=[FILTERED]&username=Joe&password=sekret&grant_type=password" for 127.0.0.1 at 2020-05-13 14:18:35 +0300 Processing by Doorkeeper::TokensController#create as HTML Parameters: {"client_id"=>"-zkn1MuKxqohDjiFOB6Is8pQXi0YlkrVYuKz4IaQBAw", "client_secret"=>"[FILTERED]", "username"=>"Joe", "password"=>"sekret", "grant_type"=>"password"} Completed 401 Unauthorized in 1ms (Views: 0.1ms) Started POST "/oauth/token?client_id=x1Sfj7KIEluTlDJFvqQVGmZF7qhtRNeu6-jVmJTu_3g&username=Joe&password=sekret&grant_type=password" for 127.0.0.1 at 2020-05-13 14:18:35 +0300 Processing by Doorkeeper::TokensController#create as HTML Parameters: {"client_id"=>"x1Sfj7KIEluTlDJFvqQVGmZF7qhtRNeu6-jVmJTu_3g", "username"=>"Joe", "password"=>"sekret", "grant_type"=>"password"} Completed 200 OK in 2ms (Views: 0.1ms) Started POST "/oauth/token?client_id=LwUSx0byTIm7sXobHv9iyUL_T6z2SlwYHNYa5kyCTng&client_secret=[FILTERED]&username=Joe&password=sekret&grant_type=password" for 127.0.0.1 at 2020-05-13 14:18:35 +0300 Processing by Doorkeeper::TokensController#create as HTML Parameters: {"client_id"=>"LwUSx0byTIm7sXobHv9iyUL_T6z2SlwYHNYa5kyCTng", "client_secret"=>"[FILTERED]", "username"=>"Joe", "password"=>"sekret", "grant_type"=>"password"} Completed 200 OK in 2ms (Views: 0.1ms) Started POST "/oauth/token?client_id=YWi1f4lsaM0UTtLtfg7C9yN2pudn7WJvShXhvrqQYI8&username=Joe&password=sekret&grant_type=password" for 127.0.0.1 at 2020-05-13 14:18:35 +0300 Processing by Doorkeeper::TokensController#create as HTML Parameters: {"client_id"=>"YWi1f4lsaM0UTtLtfg7C9yN2pudn7WJvShXhvrqQYI8", "username"=>"Joe", "password"=>"sekret", "grant_type"=>"password"} Completed 401 Unauthorized in 1ms (Views: 0.1ms) Started POST "/oauth/token?client_id=rDznTrNokGW_DQq6vsLPgkiX807Zm7ELXWEdvsoFHZ8&client_secret=[FILTERED]&username=Joe&password=sekret&scope=public&grant_type=password" for 127.0.0.1 at 2020-05-13 14:18:35 +0300 Processing by Doorkeeper::TokensController#create as HTML Parameters: {"client_id"=>"rDznTrNokGW_DQq6vsLPgkiX807Zm7ELXWEdvsoFHZ8", "client_secret"=>"[FILTERED]", "username"=>"Joe", "password"=>"sekret", "scope"=>"public", "grant_type"=>"password"} Completed 200 OK in 2ms (Views: 0.1ms) Started POST "/oauth/token?username=Joe&password=sekret&grant_type=password" for 127.0.0.1 at 2020-05-13 14:18:35 +0300 Processing by Doorkeeper::TokensController#create as HTML Parameters: {"username"=>"Joe", "password"=>"sekret", "grant_type"=>"password"} Completed 200 OK in 2ms (Views: 0.1ms) Started POST "/oauth/token?client_id=EaHcgzGqK4MBq-DSdQZnW1Pa9Ojcsct9m6QUnOX7suo&client_secret=[FILTERED]&username=Joe&password=sekret&scope=random&grant_type=password" for 127.0.0.1 at 2020-05-13 14:18:35 +0300 Processing by Doorkeeper::TokensController#create as HTML Parameters: {"client_id"=>"EaHcgzGqK4MBq-DSdQZnW1Pa9Ojcsct9m6QUnOX7suo", "client_secret"=>"[FILTERED]", "username"=>"Joe", "password"=>"sekret", "scope"=>"random", "grant_type"=>"password"} Completed 400 Bad Request in 1ms (Views: 0.1ms) Started POST "/oauth/token?client_id=8JIYQ_3JeppFVKkYTiFMDrCgkOGhhK43gHS9oaVddxs&client_secret=[FILTERED]&username=Joe&password=sekret&scope=random&grant_type=password" for 127.0.0.1 at 2020-05-13 14:18:35 +0300 Processing by Doorkeeper::TokensController#create as HTML Parameters: {"client_id"=>"8JIYQ_3JeppFVKkYTiFMDrCgkOGhhK43gHS9oaVddxs", "client_secret"=>"[FILTERED]", "username"=>"Joe", "password"=>"sekret", "scope"=>"random", "grant_type"=>"password"} Completed 400 Bad Request in 1ms (Views: 0.1ms) Started POST "/oauth/token?client_id=bad_id&username=Joe&password=sekret&grant_type=password" for 127.0.0.1 at 2020-05-13 14:18:35 +0300 Processing by Doorkeeper::TokensController#create as HTML Parameters: {"client_id"=>"bad_id", "username"=>"Joe", "password"=>"sekret", "grant_type"=>"password"} Completed 401 Unauthorized in 1ms (Views: 0.2ms) Started POST "/oauth/token?client_id=7ifv8xDcr8AE7o6fooA_rwPKSjihD3CfyD3WzrT18mI&client_secret=[FILTERED]&grant_type=password" for 127.0.0.1 at 2020-05-13 14:18:35 +0300 Processing by Doorkeeper::TokensController#create as HTML Parameters: {"client_id"=>"7ifv8xDcr8AE7o6fooA_rwPKSjihD3CfyD3WzrT18mI", "client_secret"=>"[FILTERED]", "grant_type"=>"password"} Completed 400 Bad Request in 1ms (Views: 0.1ms) Started POST "/oauth/token?client_id=7ifv8xDcr8AE7o6fooA_rwPKSjihD3CfyD3WzrT18mI&client_secret=[FILTERED]&grant_type=password" for 127.0.0.1 at 2020-05-13 14:18:35 +0300 Processing by Doorkeeper::TokensController#create as HTML Parameters: {"client_id"=>"7ifv8xDcr8AE7o6fooA_rwPKSjihD3CfyD3WzrT18mI", "client_secret"=>"[FILTERED]", "grant_type"=>"password"} Completed 400 Bad Request in 1ms (Views: 0.1ms) Started POST "/oauth/token?client_id=HwZ_wG-f0_LwTO-1Be2MuM6A1WhGF8j3AjoCpbRNMFk&client_secret=[FILTERED]&username=Joe&password=wrongpassword&grant_type=password" for 127.0.0.1 at 2020-05-13 14:18:35 +0300 Processing by Doorkeeper::TokensController#create as HTML Parameters: {"client_id"=>"HwZ_wG-f0_LwTO-1Be2MuM6A1WhGF8j3AjoCpbRNMFk", "client_secret"=>"[FILTERED]", "username"=>"Joe", "password"=>"wrongpassword", "grant_type"=>"password"} Completed 400 Bad Request in 1ms (Views: 0.1ms) Started POST "/oauth/token?client_id=F1ayyq1OnrjvciwlY34ia_VxBddU75ZCAakGa6uvK5Y&client_secret=[FILTERED]&grant_type=password" for 127.0.0.1 at 2020-05-13 14:18:35 +0300 Processing by Doorkeeper::TokensController#create as HTML Parameters: {"client_id"=>"F1ayyq1OnrjvciwlY34ia_VxBddU75ZCAakGa6uvK5Y", "client_secret"=>"[FILTERED]", "grant_type"=>"password"} Completed 400 Bad Request in 1ms (Views: 0.1ms) Started POST "/oauth/token?client_id=qm08WNR_FSxsp-1GrwaiQBqKJQMbYMFP6J2GpYLLWwA&client_secret=[FILTERED]&username=Joe&password=sekret&grant_type=password" for 127.0.0.1 at 2020-05-13 14:18:35 +0300 Processing by Doorkeeper::TokensController#create as HTML Parameters: {"client_id"=>"qm08WNR_FSxsp-1GrwaiQBqKJQMbYMFP6J2GpYLLWwA", "client_secret"=>"[FILTERED]", "username"=>"Joe", "password"=>"sekret", "grant_type"=>"password"} Completed 401 Unauthorized in 1ms (Views: 0.1ms) Started POST "/oauth/token?client_id=NqIS7hrwTSaELgifxFNnbq2XuIKhZMJLXH7RvEsGKjg&client_secret=[FILTERED]&username=Joe&password=sekret&grant_type=password" for 127.0.0.1 at 2020-05-13 14:18:35 +0300 Processing by Doorkeeper::TokensController#create as HTML Parameters: {"client_id"=>"NqIS7hrwTSaELgifxFNnbq2XuIKhZMJLXH7RvEsGKjg", "client_secret"=>"[FILTERED]", "username"=>"Joe", "password"=>"sekret", "grant_type"=>"password"} Completed 400 Bad Request in 0ms Started GET "/" for 127.0.0.1 at 2020-05-13 14:18:35 +0300 Processing by HomeController#index as HTML Rendering home/index.html.erb within layouts/application Rendered home/index.html.erb within layouts/application (0.0ms) Completed 200 OK in 1ms (Views: 0.4ms) Started GET "/sign_in" for 127.0.0.1 at 2020-05-13 14:18:35 +0300 Processing by HomeController#sign_in as HTML Redirected to http://www.example.com/ Completed 302 Found in 0ms Started GET "/" for 127.0.0.1 at 2020-05-13 14:18:35 +0300 Processing by HomeController#index as HTML Rendering home/index.html.erb within layouts/application Rendered home/index.html.erb within layouts/application (0.0ms) Completed 200 OK in 0ms (Views: 0.3ms) Started GET "/oauth/authorize?client_id=Qpd2DQEuK9NQlEPxVwk3jBIar42YOYDFBpldDizR7B4&redirect_uri=https%3A%2F%2Fapp.com%2Fcallback&response_type=code&scope=public" for 127.0.0.1 at 2020-05-13 14:18:35 +0300 Processing by Doorkeeper::AuthorizationsController#new as HTML Parameters: {"client_id"=>"Qpd2DQEuK9NQlEPxVwk3jBIar42YOYDFBpldDizR7B4", "redirect_uri"=>"https://app.com/callback", "response_type"=>"code", "scope"=>"public"} Redirected to https://app.com/callback?code=RvIGu3Qvp3FUTguRnp1S7Qh2oKOZ-Ma0Ipqds_zK41g Completed 302 Found in 2ms Started GET "/callback?code=[FILTERED]" for 127.0.0.1 at 2020-05-13 14:18:35 +0300 Processing by HomeController#callback as HTML Parameters: {"code"=>"[FILTERED]"} Rendering text template Rendered text template (0.0ms) Completed 200 OK in 0ms (Views: 0.2ms) Started GET "/" for 127.0.0.1 at 2020-05-13 14:18:35 +0300 Processing by HomeController#index as HTML Rendering home/index.html.erb within layouts/application Rendered home/index.html.erb within layouts/application (0.0ms) Completed 200 OK in 0ms (Views: 0.3ms) Started GET "/sign_in" for 127.0.0.1 at 2020-05-13 14:18:35 +0300 Processing by HomeController#sign_in as HTML Redirected to http://www.example.com/ Completed 302 Found in 0ms Started GET "/" for 127.0.0.1 at 2020-05-13 14:18:35 +0300 Processing by HomeController#index as HTML Rendering home/index.html.erb within layouts/application Rendered home/index.html.erb within layouts/application (0.0ms) Completed 200 OK in 0ms (Views: 0.3ms) Started GET "/oauth/authorize?client_id=u88h1KiTGO1yMS0W63JHrvt-mxcloadHFxDe161xTsM&redirect_uri=https%3A%2F%2Fapp.com%2Fcallback&response_type=code&scope=public" for 127.0.0.1 at 2020-05-13 14:18:35 +0300 Processing by Doorkeeper::AuthorizationsController#new as HTML Parameters: {"client_id"=>"u88h1KiTGO1yMS0W63JHrvt-mxcloadHFxDe161xTsM", "redirect_uri"=>"https://app.com/callback", "response_type"=>"code", "scope"=>"public"} Redirected to https://app.com/callback?code=vagkEVGM4S01TwR0OCjS71j_eEpOF8-QX9qjM8a_Je8 Completed 302 Found in 2ms Started GET "/callback?code=[FILTERED]" for 127.0.0.1 at 2020-05-13 14:18:35 +0300 Processing by HomeController#callback as HTML Parameters: {"code"=>"[FILTERED]"} Rendering text template Rendered text template (0.0ms) Completed 200 OK in 0ms (Views: 0.2ms) Started GET "/" for 127.0.0.1 at 2020-05-13 14:18:35 +0300 Processing by HomeController#index as HTML Rendering home/index.html.erb within layouts/application Rendered home/index.html.erb within layouts/application (0.0ms) Completed 200 OK in 0ms (Views: 0.4ms) Started GET "/sign_in" for 127.0.0.1 at 2020-05-13 14:18:35 +0300 Processing by HomeController#sign_in as HTML Redirected to http://www.example.com/ Completed 302 Found in 0ms Started GET "/" for 127.0.0.1 at 2020-05-13 14:18:35 +0300 Processing by HomeController#index as HTML Rendering home/index.html.erb within layouts/application Rendered home/index.html.erb within layouts/application (0.0ms) Completed 200 OK in 0ms (Views: 0.3ms) Started GET "/oauth/authorize?client_id=sjntnEemRm8CKx2zPj2eHLiaH3iz5g-9J9KOnKLLEhw&redirect_uri=https%3A%2F%2Fapp.com%2Fcallback&response_type=code&scope=public+write" for 127.0.0.1 at 2020-05-13 14:18:35 +0300 Processing by Doorkeeper::AuthorizationsController#new as HTML Parameters: {"client_id"=>"sjntnEemRm8CKx2zPj2eHLiaH3iz5g-9J9KOnKLLEhw", "redirect_uri"=>"https://app.com/callback", "response_type"=>"code", "scope"=>"public write"} Rendering /projects/gems/doorkeeper-sequel/doorkeeper/app/views/doorkeeper/authorizations/new.html.erb within layouts/doorkeeper/application Rendered /projects/gems/doorkeeper-sequel/doorkeeper/app/views/doorkeeper/authorizations/new.html.erb within layouts/doorkeeper/application (1.0ms) Completed 200 OK in 3ms (Views: 1.9ms) Started POST "/oauth/authorize" for 127.0.0.1 at 2020-05-13 14:18:35 +0300 Processing by Doorkeeper::AuthorizationsController#create as HTML Parameters: {"utf8"=>"✓", "client_id"=>"sjntnEemRm8CKx2zPj2eHLiaH3iz5g-9J9KOnKLLEhw", "redirect_uri"=>"https://app.com/callback", "state"=>"", "response_type"=>"code", "scope"=>"public write", "code_challenge"=>"", "code_challenge_method"=>"", "commit"=>"Authorize"} Redirected to https://app.com/callback?code=CS78ycVS6UToyys7r6IIF_gZ8nftHyD8ErxYz3VMIok Completed 302 Found in 2ms Started GET "/callback?code=[FILTERED]" for 127.0.0.1 at 2020-05-13 14:18:35 +0300 Processing by HomeController#callback as HTML Parameters: {"code"=>"[FILTERED]"} Rendering text template Rendered text template (0.0ms) Completed 200 OK in 0ms (Views: 0.2ms) Started GET "/" for 127.0.0.1 at 2020-05-13 14:18:35 +0300 Processing by HomeController#index as HTML Rendering home/index.html.erb within layouts/application Rendered home/index.html.erb within layouts/application (0.0ms) Completed 200 OK in 1ms (Views: 0.4ms) Started GET "/sign_in" for 127.0.0.1 at 2020-05-13 14:18:35 +0300 Processing by HomeController#sign_in as HTML Redirected to http://www.example.com/ Completed 302 Found in 0ms Started GET "/" for 127.0.0.1 at 2020-05-13 14:18:35 +0300 Processing by HomeController#index as HTML Rendering home/index.html.erb within layouts/application Rendered home/index.html.erb within layouts/application (0.0ms) Completed 200 OK in 0ms (Views: 0.3ms) Started GET "/oauth/authorize?client_id=TLs-lwQNPL5CbTUszi4XWMxPns7OWHni64-NtKG1KfQ&redirect_uri=https%3A%2F%2Fapp.com%2Fcallback&response_type=code&scope=public" for 127.0.0.1 at 2020-05-13 14:18:35 +0300 Processing by Doorkeeper::AuthorizationsController#new as HTML Parameters: {"client_id"=>"TLs-lwQNPL5CbTUszi4XWMxPns7OWHni64-NtKG1KfQ", "redirect_uri"=>"https://app.com/callback", "response_type"=>"code", "scope"=>"public"} Rendering /projects/gems/doorkeeper-sequel/doorkeeper/app/views/doorkeeper/authorizations/new.html.erb within layouts/doorkeeper/application Rendered /projects/gems/doorkeeper-sequel/doorkeeper/app/views/doorkeeper/authorizations/new.html.erb within layouts/doorkeeper/application (0.8ms) Completed 200 OK in 3ms (Views: 1.7ms) Started POST "/oauth/authorize" for 127.0.0.1 at 2020-05-13 14:18:35 +0300 Processing by Doorkeeper::AuthorizationsController#create as HTML Parameters: {"utf8"=>"✓", "client_id"=>"TLs-lwQNPL5CbTUszi4XWMxPns7OWHni64-NtKG1KfQ", "redirect_uri"=>"https://app.com/callback", "state"=>"", "response_type"=>"code", "scope"=>"public", "code_challenge"=>"", "code_challenge_method"=>"", "commit"=>"Authorize"} Redirected to https://app.com/callback?code=zRsZBvKdcw0Sa-uvbEeluqGj8JQxfIg23wYTNpdrJnw Completed 302 Found in 2ms Started GET "/callback?code=[FILTERED]" for 127.0.0.1 at 2020-05-13 14:18:35 +0300 Processing by HomeController#callback as HTML Parameters: {"code"=>"[FILTERED]"} Rendering text template Rendered text template (0.0ms) Completed 200 OK in 0ms (Views: 0.2ms) Started GET "/" for 127.0.0.1 at 2020-05-13 14:18:35 +0300 Processing by HomeController#index as HTML Rendering home/index.html.erb within layouts/application Rendered home/index.html.erb within layouts/application (0.0ms) Completed 200 OK in 0ms (Views: 0.4ms) Started GET "/sign_in" for 127.0.0.1 at 2020-05-13 14:18:35 +0300 Processing by HomeController#sign_in as HTML Redirected to http://www.example.com/ Completed 302 Found in 0ms Started GET "/" for 127.0.0.1 at 2020-05-13 14:18:35 +0300 Processing by HomeController#index as HTML Rendering home/index.html.erb within layouts/application Rendered home/index.html.erb within layouts/application (0.0ms) Completed 200 OK in 0ms (Views: 0.3ms) Started GET "/oauth/authorize?client_id=uq_XDXu6cB52gUpPqRIdyxuUV77uosDJNDErQjndbWE&redirect_uri=https%3A%2F%2Fapp.com%2Fcallback&response_type=code&scope=public" for 127.0.0.1 at 2020-05-13 14:18:35 +0300 Processing by Doorkeeper::AuthorizationsController#new as HTML Parameters: {"client_id"=>"uq_XDXu6cB52gUpPqRIdyxuUV77uosDJNDErQjndbWE", "redirect_uri"=>"https://app.com/callback", "response_type"=>"code", "scope"=>"public"} Rendering /projects/gems/doorkeeper-sequel/doorkeeper/app/views/doorkeeper/authorizations/new.html.erb within layouts/doorkeeper/application Rendered /projects/gems/doorkeeper-sequel/doorkeeper/app/views/doorkeeper/authorizations/new.html.erb within layouts/doorkeeper/application (0.9ms) Completed 200 OK in 3ms (Views: 1.8ms) Started GET "/" for 127.0.0.1 at 2020-05-13 14:18:35 +0300 Processing by HomeController#index as HTML Rendering home/index.html.erb within layouts/application Rendered home/index.html.erb within layouts/application (0.0ms) Completed 200 OK in 1ms (Views: 0.4ms) Started GET "/sign_in" for 127.0.0.1 at 2020-05-13 14:18:35 +0300 Processing by HomeController#sign_in as HTML Redirected to http://www.example.com/ Completed 302 Found in 0ms Started GET "/" for 127.0.0.1 at 2020-05-13 14:18:35 +0300 Processing by HomeController#index as HTML Rendering home/index.html.erb within layouts/application Rendered home/index.html.erb within layouts/application (0.0ms) Completed 200 OK in 0ms (Views: 0.3ms) Started GET "/oauth/authorize?client_id=nh-nAvEoMtFeETDhYfpayENVVYbbK_KEv88XTAPXx_o&redirect_uri=https%3A%2F%2Fapp.com%2Fcallback&response_type=code" for 127.0.0.1 at 2020-05-13 14:18:35 +0300 Processing by Doorkeeper::AuthorizationsController#new as HTML Parameters: {"client_id"=>"nh-nAvEoMtFeETDhYfpayENVVYbbK_KEv88XTAPXx_o", "redirect_uri"=>"https://app.com/callback", "response_type"=>"code"} Rendering /projects/gems/doorkeeper-sequel/doorkeeper/app/views/doorkeeper/authorizations/new.html.erb within layouts/doorkeeper/application Rendered /projects/gems/doorkeeper-sequel/doorkeeper/app/views/doorkeeper/authorizations/new.html.erb within layouts/doorkeeper/application (0.8ms) Completed 200 OK in 3ms (Views: 1.8ms) Started POST "/oauth/authorize" for 127.0.0.1 at 2020-05-13 14:18:35 +0300 Processing by Doorkeeper::AuthorizationsController#create as HTML Parameters: {"client_id"=>"vPEzIT5oX0dETCSTqvfiKAFqdFnKUJJ29LWoKLHnVOc", "state"=>"", "redirect_uri"=>"https://app.com/callback", "response_type"=>"token", "commit"=>"Authorize"} Redirected to https://app.com/callback#access_token=JUDJl-3FTm5ASE-Ce5hC4XJeVNYdDBr8pyTKcypmSNY&token_type=Bearer&expires_in=0 Completed 302 Found in 2ms Started POST "/oauth/authorize" for 127.0.0.1 at 2020-05-13 14:18:35 +0300 Processing by Doorkeeper::AuthorizationsController#create as HTML Parameters: {"client_id"=>"ZYjUKv17qIwFdXAGxaYUpJTLZ4ovAdL8z3D7rkx2qCk", "state"=>"", "redirect_uri"=>"https://app.com/callback", "response_type"=>"token", "commit"=>"Authorize"} Redirected to https://app.com/callback#access_token=8GezImiXoyM2RakrEJM3h6MBEJrQO6Npsjqnj5o619Y&token_type=Bearer&expires_in=0 Completed 302 Found in 2ms Processing by Doorkeeper::TokenInfoController#show as HTML Parameters: {"access_token"=>"[FILTERED]"} Completed 401 Unauthorized in 1ms (Views: 0.2ms) Processing by Doorkeeper::TokenInfoController#show as HTML Parameters: {"access_token"=>"[FILTERED]"} Completed 401 Unauthorized in 1ms (Views: 0.1ms) Processing by Doorkeeper::TokenInfoController#show as HTML Completed 401 Unauthorized in 0ms (Views: 0.1ms) Processing by Doorkeeper::TokenInfoController#show as HTML Completed 401 Unauthorized in 0ms (Views: 0.1ms) Processing by Doorkeeper::TokenInfoController#show as HTML Completed 401 Unauthorized in 0ms (Views: 0.1ms) Started POST "/oauth/token?client_id=UH4fDrAGNXt9a04n9qAvPkLckvEzFeWIZ6z_C17YzWk&client_secret=[FILTERED]&grant_type=password" for 127.0.0.1 at 2020-05-13 14:18:35 +0300 Processing by Doorkeeper::TokensController#create as HTML Parameters: {"client_id"=>"UH4fDrAGNXt9a04n9qAvPkLckvEzFeWIZ6z_C17YzWk", "client_secret"=>"[FILTERED]", "grant_type"=>"password"} Completed 200 OK in 2ms (Views: 0.1ms) Started POST "/oauth/token?refresh_token=[FILTERED]&client_id=UH4fDrAGNXt9a04n9qAvPkLckvEzFeWIZ6z_C17YzWk&client_secret=[FILTERED]&grant_type=refresh_token" for 127.0.0.1 at 2020-05-13 14:18:35 +0300 Processing by Doorkeeper::TokensController#create as HTML Parameters: {"refresh_token"=>"[FILTERED]", "client_id"=>"UH4fDrAGNXt9a04n9qAvPkLckvEzFeWIZ6z_C17YzWk", "client_secret"=>"[FILTERED]", "grant_type"=>"refresh_token"} Completed 200 OK in 3ms (Views: 0.1ms) Started POST "/oauth/token?client_id=wi8GanDnvjNVKfGSHdLbXHTva-vZRzRndXJ7eY2gIsU&client_secret=[FILTERED]&grant_type=password" for 127.0.0.1 at 2020-05-13 14:18:35 +0300 Processing by Doorkeeper::TokensController#create as HTML Parameters: {"client_id"=>"wi8GanDnvjNVKfGSHdLbXHTva-vZRzRndXJ7eY2gIsU", "client_secret"=>"[FILTERED]", "grant_type"=>"password"} Completed 200 OK in 2ms (Views: 0.1ms) Started POST "/oauth/token?refresh_token=[FILTERED]&client_id=wi8GanDnvjNVKfGSHdLbXHTva-vZRzRndXJ7eY2gIsU&client_secret=[FILTERED]&grant_type=refresh_token" for 127.0.0.1 at 2020-05-13 14:18:35 +0300 Processing by Doorkeeper::TokensController#create as HTML Parameters: {"refresh_token"=>"[FILTERED]", "client_id"=>"wi8GanDnvjNVKfGSHdLbXHTva-vZRzRndXJ7eY2gIsU", "client_secret"=>"[FILTERED]", "grant_type"=>"refresh_token"} Completed 200 OK in 2ms (Views: 0.1ms) Started POST "/oauth/token?refresh_token=[FILTERED]&client_id=ySMex9e6kbUu7_T5YK-jWgdD0YIXVwB8PmuIBFySxnM&client_secret=[FILTERED]&grant_type=refresh_token" for 127.0.0.1 at 2020-05-13 14:18:35 +0300 Processing by Doorkeeper::TokensController#create as HTML Parameters: {"refresh_token"=>"[FILTERED]", "client_id"=>"ySMex9e6kbUu7_T5YK-jWgdD0YIXVwB8PmuIBFySxnM", "client_secret"=>"[FILTERED]", "grant_type"=>"refresh_token"} Completed 400 Bad Request in 1ms (Views: 0.1ms) Started POST "/oauth/token?refresh_token=[FILTERED]&client_id=IFugWB0Rvmq3OdAeHerMa53Ly17v9x6uZXaGZZ0mTNE&client_secret=[FILTERED]&grant_type=refresh_token" for 127.0.0.1 at 2020-05-13 14:18:35 +0300 Processing by Doorkeeper::TokensController#create as HTML Parameters: {"refresh_token"=>"[FILTERED]", "client_id"=>"IFugWB0Rvmq3OdAeHerMa53Ly17v9x6uZXaGZZ0mTNE", "client_secret"=>"[FILTERED]", "grant_type"=>"refresh_token"} Completed 400 Bad Request in 1ms (Views: 0.1ms) Started POST "/oauth/token?refresh_token=[FILTERED]&client_id=q16P8PbNG3lR-vRPThoIuo7zZyGjvmomh5POTAZadrA&client_secret=[FILTERED]&grant_type=refresh_token" for 127.0.0.1 at 2020-05-13 14:18:35 +0300 Processing by Doorkeeper::TokensController#create as HTML Parameters: {"refresh_token"=>"[FILTERED]", "client_id"=>"q16P8PbNG3lR-vRPThoIuo7zZyGjvmomh5POTAZadrA", "client_secret"=>"[FILTERED]", "grant_type"=>"refresh_token"} Completed 400 Bad Request in 1ms Started POST "/oauth/token?refresh_token=[FILTERED]&client_id=gwCfuHej48ekzj4_mbay5azSizdEaOWckbsOupqXolE&client_secret=[FILTERED]&grant_type=refresh_token" for 127.0.0.1 at 2020-05-13 14:18:35 +0300 Processing by Doorkeeper::TokensController#create as HTML Parameters: {"refresh_token"=>"[FILTERED]", "client_id"=>"gwCfuHej48ekzj4_mbay5azSizdEaOWckbsOupqXolE", "client_secret"=>"[FILTERED]", "grant_type"=>"refresh_token"} Completed 200 OK in 3ms (Views: 0.1ms) Started POST "/oauth/token?refresh_token=[FILTERED]&client_id=XsP4nJKyd72Kk3qbdL_uDEG0sc9JBVjo2-rmcYirMrU&client_secret=[FILTERED]&grant_type=refresh_token" for 127.0.0.1 at 2020-05-13 14:18:35 +0300 Processing by Doorkeeper::TokensController#create as HTML Parameters: {"refresh_token"=>"[FILTERED]", "client_id"=>"XsP4nJKyd72Kk3qbdL_uDEG0sc9JBVjo2-rmcYirMrU", "client_secret"=>"[FILTERED]", "grant_type"=>"refresh_token"} Completed 200 OK in 2ms (Views: 0.1ms) Started POST "/oauth/token?refresh_token=[FILTERED]&client_id=L60VHempXzDDb9kCAIuRkG0H7RMr8oO81R3ei_oVVL8&grant_type=refresh_token" for 127.0.0.1 at 2020-05-13 14:18:35 +0300 Processing by Doorkeeper::TokensController#create as HTML Parameters: {"refresh_token"=>"[FILTERED]", "client_id"=>"L60VHempXzDDb9kCAIuRkG0H7RMr8oO81R3ei_oVVL8", "grant_type"=>"refresh_token"} Completed 200 OK in 3ms (Views: 0.1ms) Started POST "/oauth/token?refresh_token=[FILTERED]&client_id=1&client_secret=[FILTERED]&grant_type=refresh_token" for 127.0.0.1 at 2020-05-13 14:18:35 +0300 Processing by Doorkeeper::TokensController#create as HTML Parameters: {"refresh_token"=>"[FILTERED]", "client_id"=>"1", "client_secret"=>"[FILTERED]", "grant_type"=>"refresh_token"} Completed 401 Unauthorized in 1ms (Views: 0.1ms) Started POST "/oauth/token?refresh_token=[FILTERED]&grant_type=refresh_token" for 127.0.0.1 at 2020-05-13 14:18:35 +0300 Processing by Doorkeeper::TokensController#create as HTML Parameters: {"refresh_token"=>"[FILTERED]", "grant_type"=>"refresh_token"} Completed 400 Bad Request in 1ms (Views: 0.1ms) Started POST "/oauth/token?refresh_token=[FILTERED]&client_id=gheqgAVCSAHUprPsIxbycTLx5h-PoSVK7Wfl1C0sAPA&client_secret=[FILTERED]&grant_type=refresh_token" for 127.0.0.1 at 2020-05-13 14:18:35 +0300 Processing by Doorkeeper::TokensController#create as HTML Parameters: {"refresh_token"=>"[FILTERED]", "client_id"=>"gheqgAVCSAHUprPsIxbycTLx5h-PoSVK7Wfl1C0sAPA", "client_secret"=>"[FILTERED]", "grant_type"=>"refresh_token"} Completed 200 OK in 3ms (Views: 0.1ms) Started POST "/oauth/token?refresh_token=[FILTERED]&client_id=6hfH2ZL4lOwdWuZz6fOwHizIWFK6Pi-zGPkPLd6fT-E&client_secret=[FILTERED]&grant_type=refresh_token" for 127.0.0.1 at 2020-05-13 14:18:35 +0300 Processing by Doorkeeper::TokensController#create as HTML Parameters: {"refresh_token"=>"[FILTERED]", "client_id"=>"6hfH2ZL4lOwdWuZz6fOwHizIWFK6Pi-zGPkPLd6fT-E", "client_secret"=>"[FILTERED]", "grant_type"=>"refresh_token"} Completed 200 OK in 3ms (Views: 0.1ms) Started POST "/oauth/token?code=[FILTERED]&client_id=3VGUtV-YOeMQfuoBpQL1YBPWIolBUsEdAs_rgRhVQBI&client_secret=[FILTERED]&redirect_uri=https%3A%2F%2Fapp.com%2Fcallback&grant_type=authorization_code" for 127.0.0.1 at 2020-05-13 14:18:35 +0300 Processing by Doorkeeper::TokensController#create as HTML Parameters: {"code"=>"[FILTERED]", "client_id"=>"3VGUtV-YOeMQfuoBpQL1YBPWIolBUsEdAs_rgRhVQBI", "client_secret"=>"[FILTERED]", "redirect_uri"=>"https://app.com/callback", "grant_type"=>"authorization_code"} Completed 200 OK in 3ms (Views: 0.1ms) Started POST "/oauth/token?refresh_token=[FILTERED]&client_id=3VGUtV-YOeMQfuoBpQL1YBPWIolBUsEdAs_rgRhVQBI&client_secret=[FILTERED]&grant_type=refresh_token" for 127.0.0.1 at 2020-05-13 14:18:35 +0300 Processing by Doorkeeper::TokensController#create as HTML Parameters: {"refresh_token"=>"[FILTERED]", "client_id"=>"3VGUtV-YOeMQfuoBpQL1YBPWIolBUsEdAs_rgRhVQBI", "client_secret"=>"[FILTERED]", "grant_type"=>"refresh_token"} Completed 200 OK in 2ms (Views: 0.1ms) Started POST "/oauth/token?code=[FILTERED]&client_id=BgBEs-RrWuT0SFauNt6QE7hOU-s8UQN_CG7YMO2b7nM&client_secret=[FILTERED]&redirect_uri=https%3A%2F%2Fapp.com%2Fcallback&grant_type=authorization_code" for 127.0.0.1 at 2020-05-13 14:18:35 +0300 Processing by Doorkeeper::TokensController#create as HTML Parameters: {"code"=>"[FILTERED]", "client_id"=>"BgBEs-RrWuT0SFauNt6QE7hOU-s8UQN_CG7YMO2b7nM", "client_secret"=>"[FILTERED]", "redirect_uri"=>"https://app.com/callback", "grant_type"=>"authorization_code"} Completed 200 OK in 3ms (Views: 0.1ms) Started POST "/oauth/token?code=[FILTERED]&client_id=BgBEs-RrWuT0SFauNt6QE7hOU-s8UQN_CG7YMO2b7nM&client_secret=[FILTERED]&redirect_uri=https%3A%2F%2Fapp.com%2Fcallback&grant_type=authorization_code" for 127.0.0.1 at 2020-05-13 14:18:35 +0300 Processing by Doorkeeper::TokensController#create as HTML Parameters: {"code"=>"[FILTERED]", "client_id"=>"BgBEs-RrWuT0SFauNt6QE7hOU-s8UQN_CG7YMO2b7nM", "client_secret"=>"[FILTERED]", "redirect_uri"=>"https://app.com/callback", "grant_type"=>"authorization_code"} Completed 400 Bad Request in 1ms (Views: 0.1ms) Started POST "/oauth/token?code=[FILTERED]&client_id=LE2OAdFPbgemjS3QWmWGfIdxcbBUlqRuF5f24p5l0J4&client_secret=[FILTERED]&redirect_uri=https%3A%2F%2Fapp.com%2Fcallback&grant_type=authorization_code" for 127.0.0.1 at 2020-05-13 14:18:35 +0300 Processing by Doorkeeper::TokensController#create as HTML Parameters: {"code"=>"[FILTERED]", "client_id"=>"LE2OAdFPbgemjS3QWmWGfIdxcbBUlqRuF5f24p5l0J4", "client_secret"=>"[FILTERED]", "redirect_uri"=>"https://app.com/callback", "grant_type"=>"authorization_code"} Completed 400 Bad Request in 1ms (Views: 0.1ms) Started GET "/oauth/applications/1" for 127.0.0.1 at 2020-05-13 14:18:35 +0300 Processing by Doorkeeper::ApplicationsController#show as HTML Parameters: {"id"=>"1"} Rendering /projects/gems/doorkeeper-sequel/doorkeeper/app/views/doorkeeper/applications/show.html.erb within layouts/doorkeeper/admin Rendered /projects/gems/doorkeeper-sequel/doorkeeper/app/views/doorkeeper/applications/_delete_form.html.erb (0.2ms) Rendered /projects/gems/doorkeeper-sequel/doorkeeper/app/views/doorkeeper/applications/show.html.erb within layouts/doorkeeper/admin (1.0ms) Completed 200 OK in 2ms (Views: 1.9ms) Started POST "/oauth/revoke" for 127.0.0.1 at 2020-05-13 14:18:35 +0300 Processing by Doorkeeper::TokensController#revoke as HTML Parameters: {"client_id"=>"6JgVrGaI6WHdklDrxeiSV3Dl_r44o4mGQj0h7vwGCKc", "token"=>"gPZ_uFX227rho59ExkcZ7i7uiWI9DpPEE1iElku1O6s"} Completed 200 OK in 1ms (Views: 0.1ms) Started POST "/oauth/revoke" for 127.0.0.1 at 2020-05-13 14:18:35 +0300 Processing by Doorkeeper::TokensController#revoke as HTML Parameters: {"client_id"=>"YBDdE5qdl4Meji4Nuz59iHlSlsFr5juE5FHoE_UHD7E", "token"=>"F2JbQBMDwgcIIq-ETw2CJMcjI40e5zZn3InnB-odHKg"} Completed 200 OK in 1ms (Views: 0.1ms) Started POST "/oauth/revoke" for 127.0.0.1 at 2020-05-13 14:18:35 +0300 Processing by Doorkeeper::TokensController#revoke as HTML Parameters: {"client_id"=>"hDPzY8IYR6EzRaH8TfCDWTCWb1eo8RWUCeGxmeOU9Is", "token"=>"dont_exist"} Completed 200 OK in 1ms (Views: 0.1ms) Started POST "/oauth/revoke" for 127.0.0.1 at 2020-05-13 14:18:35 +0300 Processing by Doorkeeper::TokensController#revoke as HTML Parameters: {"client_id"=>"eQLaH2gCAq-u5iesgVuiB39yz5n0PJ35d7n7a5lSHgU", "token"=>"oOA3Op8C7rZHGAEGgs8whg5Ql6Cko3eMhURaMAfehlo"} Completed 403 Forbidden in 1ms (Views: 0.2ms) Started POST "/oauth/revoke" for 127.0.0.1 at 2020-05-13 14:18:35 +0300 Processing by Doorkeeper::TokensController#revoke as HTML Parameters: {"client_id"=>"razNYn-Uq8xnnUA0SO59dv21PAFHClrT7wZQwAHSf6Y", "token"=>"0r1aXAmeIv73SMjIDul7Zln4JZ1KR6UvFX4yDjCRNy8"} Completed 403 Forbidden in 1ms (Views: 0.2ms) Started POST "/oauth/revoke" for 127.0.0.1 at 2020-05-13 14:18:35 +0300 Processing by Doorkeeper::TokensController#revoke as HTML Parameters: {"token"=>"k_0ubplK5azc8XVE86OAlb7L0aX0XVEx0_KHedHQQKQ"} Completed 403 Forbidden in 0ms (Views: 0.1ms) Started POST "/oauth/revoke" for 127.0.0.1 at 2020-05-13 14:18:35 +0300 Processing by Doorkeeper::TokensController#revoke as HTML Parameters: {"token"=>"Ls8IRjIfOeKwc86Z9n0KzKjfQH1nhCjOjRlmi0RvWAs"} Completed 200 OK in 1ms (Views: 0.1ms) Started POST "/oauth/revoke" for 127.0.0.1 at 2020-05-13 14:18:35 +0300 Processing by Doorkeeper::TokensController#revoke as HTML Parameters: {"token"=>"zYRFQ_3zhnW3gDV7GXoLHY43ON76yh6UaEgXYTmJcaU"} Completed 200 OK in 1ms (Views: 0.1ms) Started POST "/oauth/revoke" for 127.0.0.1 at 2020-05-13 14:18:36 +0300 Processing by Doorkeeper::TokensController#revoke as HTML Parameters: {"token"=>"ZmttsAr2rD3K5NJRng4h_psYwiMoKkcsYP2AgfSQu3M"} Completed 403 Forbidden in 1ms (Views: 0.1ms) Started POST "/oauth/revoke" for 127.0.0.1 at 2020-05-13 14:18:36 +0300 Processing by Doorkeeper::TokensController#revoke as HTML Parameters: {"token"=>"I_AM_AN_INVALID_TOKEN"} Completed 200 OK in 1ms (Views: 0.1ms) Started POST "/oauth/revoke" for 127.0.0.1 at 2020-05-13 14:18:36 +0300 Processing by Doorkeeper::TokensController#revoke as HTML Parameters: {"token"=>"S6Q5zfDKWeVUNZspIYCC7ody3UAaQvUpCAepiznNb60"} Completed 403 Forbidden in 0ms (Views: 0.1ms) Started POST "/oauth/revoke" for 127.0.0.1 at 2020-05-13 14:18:36 +0300 Processing by Doorkeeper::TokensController#revoke as HTML Parameters: {"token"=>"89NrQelSVK38S4RDgczy17TdQNV1pNDmivtgr-2Yux8"} Completed 403 Forbidden in 1ms (Views: 0.1ms) Started POST "/oauth/token" for 127.0.0.1 at 2020-05-13 14:18:36 +0300 Processing by Doorkeeper::TokensController#create as HTML Parameters: {"grant_type"=>"client_credentials"} Completed 200 OK in 2ms (Views: 0.1ms) Started POST "/oauth/token" for 127.0.0.1 at 2020-05-13 14:18:36 +0300 Processing by Doorkeeper::TokensController#create as HTML Parameters: {"grant_type"=>"client_credentials"} Completed 200 OK in 2ms (Views: 0.1ms) Started POST "/oauth/token" for 127.0.0.1 at 2020-05-13 14:18:36 +0300 Processing by Doorkeeper::TokensController#create as HTML Parameters: {"grant_type"=>"client_credentials"} Completed 400 Bad Request in 2ms Started POST "/oauth/token" for 127.0.0.1 at 2020-05-13 14:18:36 +0300 Processing by Doorkeeper::TokensController#create as HTML Parameters: {"grant_type"=>"client_credentials"} Completed 401 Unauthorized in 0ms (Views: 0.1ms) Started POST "/oauth/token" for 127.0.0.1 at 2020-05-13 14:18:36 +0300 Processing by Doorkeeper::TokensController#create as HTML Parameters: {"grant_type"=>"client_credentials"} Completed 400 Bad Request in 1ms (Views: 0.1ms) Started POST "/oauth/token" for 127.0.0.1 at 2020-05-13 14:18:36 +0300 Processing by Doorkeeper::TokensController#create as HTML Parameters: {"grant_type"=>"client_credentials"} Completed 200 OK in 2ms (Views: 0.1ms) Started POST "/oauth/token" for 127.0.0.1 at 2020-05-13 14:18:36 +0300 Processing by Doorkeeper::TokensController#create as HTML Parameters: {"grant_type"=>"client_credentials"} Completed 200 OK in 2ms (Views: 0.1ms) Started POST "/oauth/token" for 127.0.0.1 at 2020-05-13 14:18:36 +0300 Processing by Doorkeeper::TokensController#create as HTML Parameters: {"grant_type"=>"client_credentials", "scope"=>"write"} Completed 200 OK in 2ms (Views: 0.1ms) Started POST "/oauth/token" for 127.0.0.1 at 2020-05-13 14:18:36 +0300 Processing by Doorkeeper::TokensController#create as HTML Parameters: {"grant_type"=>"client_credentials", "scope"=>"random"} Completed 400 Bad Request in 1ms (Views: 0.1ms) Started POST "/oauth/token" for 127.0.0.1 at 2020-05-13 14:18:36 +0300 Processing by Doorkeeper::TokensController#create as HTML Parameters: {"grant_type"=>"client_credentials", "scope"=>"public"} Completed 200 OK in 2ms (Views: 0.2ms) Started POST "/oauth/token" for 127.0.0.1 at 2020-05-13 14:18:36 +0300 Processing by Doorkeeper::TokensController#create as HTML Parameters: {"grant_type"=>"client_credentials"} Completed 200 OK in 2ms (Views: 0.1ms) Started POST "/oauth/token" for 127.0.0.1 at 2020-05-13 14:18:36 +0300 Processing by Doorkeeper::TokensController#create as HTML Parameters: {"grant_type"=>"client_credentials"} Completed 200 OK in 2ms (Views: 0.1ms) Started GET "/" for 127.0.0.1 at 2020-05-13 14:18:36 +0300 Processing by HomeController#index as HTML Rendering home/index.html.erb within layouts/application Rendered home/index.html.erb within layouts/application (0.0ms) Completed 200 OK in 1ms (Views: 0.4ms) Started GET "/sign_in" for 127.0.0.1 at 2020-05-13 14:18:36 +0300 Processing by HomeController#sign_in as HTML Redirected to http://www.example.com/ Completed 302 Found in 0ms Started GET "/" for 127.0.0.1 at 2020-05-13 14:18:36 +0300 Processing by HomeController#index as HTML Rendering home/index.html.erb within layouts/application Rendered home/index.html.erb within layouts/application (0.0ms) Completed 200 OK in 0ms (Views: 0.3ms) Started GET "/oauth/authorize?client_id=AiJZdEBzAIjSgpzY9RydIaBU-lf6zypnLX7uw1mf3dg&redirect_uri=https%3A%2F%2Fapp.com%2Fcallback&response_type=code&scope=public+write" for 127.0.0.1 at 2020-05-13 14:18:36 +0300 Processing by Doorkeeper::AuthorizationsController#new as HTML Parameters: {"client_id"=>"AiJZdEBzAIjSgpzY9RydIaBU-lf6zypnLX7uw1mf3dg", "redirect_uri"=>"https://app.com/callback", "response_type"=>"code", "scope"=>"public write"} Redirected to https://app.com/callback?code=0G6jBmujMamZjUVMwv190hg8pYcWfHCT6HVSVa-oP3o Completed 302 Found in 3ms Started GET "/callback?code=[FILTERED]" for 127.0.0.1 at 2020-05-13 14:18:36 +0300 Processing by HomeController#callback as HTML Parameters: {"code"=>"[FILTERED]"} Rendering text template Rendered text template (0.0ms) Completed 200 OK in 0ms (Views: 0.2ms) Started GET "/" for 127.0.0.1 at 2020-05-13 14:18:36 +0300 Processing by HomeController#index as HTML Rendering home/index.html.erb within layouts/application Rendered home/index.html.erb within layouts/application (0.0ms) Completed 200 OK in 0ms (Views: 0.3ms) Started GET "/sign_in" for 127.0.0.1 at 2020-05-13 14:18:36 +0300 Processing by HomeController#sign_in as HTML Redirected to http://www.example.com/ Completed 302 Found in 0ms Started GET "/" for 127.0.0.1 at 2020-05-13 14:18:36 +0300 Processing by HomeController#index as HTML Rendering home/index.html.erb within layouts/application Rendered home/index.html.erb within layouts/application (0.0ms) Completed 200 OK in 0ms (Views: 0.3ms) Started GET "/oauth/authorize?client_id=FUwJZS9oQ3AkmzChz31De41CghnD1ZUXy3fRWabRhyA&redirect_uri=https%3A%2F%2Fapp.com%2Fcallback&response_type=code" for 127.0.0.1 at 2020-05-13 14:18:36 +0300 Processing by Doorkeeper::AuthorizationsController#new as HTML Parameters: {"client_id"=>"FUwJZS9oQ3AkmzChz31De41CghnD1ZUXy3fRWabRhyA", "redirect_uri"=>"https://app.com/callback", "response_type"=>"code"} Rendering /projects/gems/doorkeeper-sequel/doorkeeper/app/views/doorkeeper/authorizations/new.html.erb within layouts/doorkeeper/application Rendered /projects/gems/doorkeeper-sequel/doorkeeper/app/views/doorkeeper/authorizations/new.html.erb within layouts/doorkeeper/application (7.6ms) Completed 200 OK in 10ms (Views: 8.7ms) Started POST "/oauth/authorize" for 127.0.0.1 at 2020-05-13 14:18:36 +0300 Processing by Doorkeeper::AuthorizationsController#create as HTML Parameters: {"utf8"=>"✓", "client_id"=>"FUwJZS9oQ3AkmzChz31De41CghnD1ZUXy3fRWabRhyA", "redirect_uri"=>"https://app.com/callback", "state"=>"", "response_type"=>"code", "scope"=>"default", "code_challenge"=>"", "code_challenge_method"=>"", "commit"=>"Authorize"} Redirected to https://app.com/callback?code=o8hojVSmPXE_JUfgJKAXM1cFniYCz2FVih-Vhk8gquc Completed 302 Found in 2ms Started GET "/callback?code=[FILTERED]" for 127.0.0.1 at 2020-05-13 14:18:36 +0300 Processing by HomeController#callback as HTML Parameters: {"code"=>"[FILTERED]"} Rendering text template Rendered text template (0.0ms) Completed 200 OK in 0ms (Views: 0.2ms) Started GET "/" for 127.0.0.1 at 2020-05-13 14:18:36 +0300 Processing by HomeController#index as HTML Rendering home/index.html.erb within layouts/application Rendered home/index.html.erb within layouts/application (0.0ms) Completed 200 OK in 1ms (Views: 0.4ms) Started GET "/sign_in" for 127.0.0.1 at 2020-05-13 14:18:36 +0300 Processing by HomeController#sign_in as HTML Redirected to http://www.example.com/ Completed 302 Found in 0ms Started GET "/" for 127.0.0.1 at 2020-05-13 14:18:36 +0300 Processing by HomeController#index as HTML Rendering home/index.html.erb within layouts/application Rendered home/index.html.erb within layouts/application (0.0ms) Completed 200 OK in 0ms (Views: 0.3ms) Started GET "/oauth/authorize?client_id=il-4B_fCOJ1glFpNWfscf650RmsqNOQnOoOmt8bYkRk&redirect_uri=https%3A%2F%2Fapp.com%2Fcallback&response_type=code" for 127.0.0.1 at 2020-05-13 14:18:36 +0300 Processing by Doorkeeper::AuthorizationsController#new as HTML Parameters: {"client_id"=>"il-4B_fCOJ1glFpNWfscf650RmsqNOQnOoOmt8bYkRk", "redirect_uri"=>"https://app.com/callback", "response_type"=>"code"} Rendering /projects/gems/doorkeeper-sequel/doorkeeper/app/views/doorkeeper/authorizations/new.html.erb within layouts/doorkeeper/application Rendered /projects/gems/doorkeeper-sequel/doorkeeper/app/views/doorkeeper/authorizations/new.html.erb within layouts/doorkeeper/application (1.0ms) Completed 200 OK in 3ms (Views: 2.1ms) Started POST "/oauth/authorize" for 127.0.0.1 at 2020-05-13 14:18:36 +0300 Processing by Doorkeeper::AuthorizationsController#create as HTML Parameters: {"utf8"=>"✓", "client_id"=>"il-4B_fCOJ1glFpNWfscf650RmsqNOQnOoOmt8bYkRk", "redirect_uri"=>"https://app.com/callback", "state"=>"", "response_type"=>"code", "scope"=>"default", "code_challenge"=>"", "code_challenge_method"=>"", "commit"=>"Authorize"} Redirected to https://app.com/callback?code=UTswezU3tccjJx69S9a1K18KmpVGSDaUqZzQ7NAmpKA Completed 302 Found in 2ms Started GET "/callback?code=[FILTERED]" for 127.0.0.1 at 2020-05-13 14:18:36 +0300 Processing by HomeController#callback as HTML Parameters: {"code"=>"[FILTERED]"} Rendering text template Rendered text template (0.0ms) Completed 200 OK in 0ms (Views: 0.2ms) Started POST "/oauth/token?code=[FILTERED]&client_id=il-4B_fCOJ1glFpNWfscf650RmsqNOQnOoOmt8bYkRk&redirect_uri=https%3A%2F%2Fapp.com%2Fcallback&grant_type=authorization_code" for 127.0.0.1 at 2020-05-13 14:18:36 +0300 Processing by Doorkeeper::TokensController#create as HTML Parameters: {"code"=>"[FILTERED]", "client_id"=>"il-4B_fCOJ1glFpNWfscf650RmsqNOQnOoOmt8bYkRk", "redirect_uri"=>"https://app.com/callback", "grant_type"=>"authorization_code"} Completed 401 Unauthorized in 1ms (Views: 0.1ms) Started GET "/" for 127.0.0.1 at 2020-05-13 14:18:36 +0300 Processing by HomeController#index as HTML Rendering home/index.html.erb within layouts/application Rendered home/index.html.erb within layouts/application (0.0ms) Completed 200 OK in 1ms (Views: 0.4ms) Started GET "/sign_in" for 127.0.0.1 at 2020-05-13 14:18:36 +0300 Processing by HomeController#sign_in as HTML Redirected to http://www.example.com/ Completed 302 Found in 0ms Started GET "/" for 127.0.0.1 at 2020-05-13 14:18:36 +0300 Processing by HomeController#index as HTML Rendering home/index.html.erb within layouts/application Rendered home/index.html.erb within layouts/application (0.0ms) Completed 200 OK in 1ms (Views: 0.4ms) Started GET "/oauth/authorize?client_id=mze5Jl12frihPU5ezRP93cj5nN10OKWSD1LTL6CDYV8&redirect_uri=https%3A%2F%2Fapp.com%2Fcallback&response_type=code&state=return-me" for 127.0.0.1 at 2020-05-13 14:18:36 +0300 Processing by Doorkeeper::AuthorizationsController#new as HTML Parameters: {"client_id"=>"mze5Jl12frihPU5ezRP93cj5nN10OKWSD1LTL6CDYV8", "redirect_uri"=>"https://app.com/callback", "response_type"=>"code", "state"=>"return-me"} Rendering /projects/gems/doorkeeper-sequel/doorkeeper/app/views/doorkeeper/authorizations/new.html.erb within layouts/doorkeeper/application Rendered /projects/gems/doorkeeper-sequel/doorkeeper/app/views/doorkeeper/authorizations/new.html.erb within layouts/doorkeeper/application (1.1ms) Completed 200 OK in 4ms (Views: 2.2ms) Started POST "/oauth/authorize" for 127.0.0.1 at 2020-05-13 14:18:36 +0300 Processing by Doorkeeper::AuthorizationsController#create as HTML Parameters: {"utf8"=>"✓", "client_id"=>"mze5Jl12frihPU5ezRP93cj5nN10OKWSD1LTL6CDYV8", "redirect_uri"=>"https://app.com/callback", "state"=>"return-me", "response_type"=>"code", "scope"=>"default", "code_challenge"=>"", "code_challenge_method"=>"", "commit"=>"Authorize"} Redirected to https://app.com/callback?code=kz72_OYnwSiDTsk21cO7OTu04vf1phuJPBXd-heNRYo&state=return-me Completed 302 Found in 2ms Started GET "/callback?code=[FILTERED]&state=return-me" for 127.0.0.1 at 2020-05-13 14:18:36 +0300 Processing by HomeController#callback as HTML Parameters: {"code"=>"[FILTERED]", "state"=>"return-me"} Rendering text template Rendered text template (0.0ms) Completed 200 OK in 0ms (Views: 0.2ms) Started GET "/" for 127.0.0.1 at 2020-05-13 14:18:36 +0300 Processing by HomeController#index as HTML Rendering home/index.html.erb within layouts/application Rendered home/index.html.erb within layouts/application (0.0ms) Completed 200 OK in 1ms (Views: 0.4ms) Started GET "/sign_in" for 127.0.0.1 at 2020-05-13 14:18:36 +0300 Processing by HomeController#sign_in as HTML Redirected to http://www.example.com/ Completed 302 Found in 1ms Started GET "/" for 127.0.0.1 at 2020-05-13 14:18:36 +0300 Processing by HomeController#index as HTML Rendering home/index.html.erb within layouts/application Rendered home/index.html.erb within layouts/application (0.0ms) Completed 200 OK in 1ms (Views: 0.3ms) Started GET "/oauth/authorize?client_id=QmOcRNoBQcrJo3aIe6P69PYvU99vUng-fwta4_065J8&redirect_uri=urn%3Aietf%3Awg%3Aoauth%3A2.0%3Aoob&response_type=code" for 127.0.0.1 at 2020-05-13 14:18:36 +0300 Processing by Doorkeeper::AuthorizationsController#new as HTML Parameters: {"client_id"=>"QmOcRNoBQcrJo3aIe6P69PYvU99vUng-fwta4_065J8", "redirect_uri"=>"urn:ietf:wg:oauth:2.0:oob", "response_type"=>"code"} Rendering /projects/gems/doorkeeper-sequel/doorkeeper/app/views/doorkeeper/authorizations/new.html.erb within layouts/doorkeeper/application Rendered /projects/gems/doorkeeper-sequel/doorkeeper/app/views/doorkeeper/authorizations/new.html.erb within layouts/doorkeeper/application (1.1ms) Completed 200 OK in 4ms (Views: 2.1ms) Started POST "/oauth/authorize" for 127.0.0.1 at 2020-05-13 14:18:36 +0300 Processing by Doorkeeper::AuthorizationsController#create as HTML Parameters: {"utf8"=>"✓", "client_id"=>"QmOcRNoBQcrJo3aIe6P69PYvU99vUng-fwta4_065J8", "redirect_uri"=>"urn:ietf:wg:oauth:2.0:oob", "state"=>"", "response_type"=>"code", "scope"=>"default", "code_challenge"=>"", "code_challenge_method"=>"", "commit"=>"Authorize"} Redirected to http://www.example.com/oauth/authorize/native?code=20O-v94pV07vVtFxHCpxcEUjUQldaefH9y99x0mNJWc Completed 302 Found in 2ms Started GET "/oauth/authorize/native?code=[FILTERED]" for 127.0.0.1 at 2020-05-13 14:18:36 +0300 Processing by Doorkeeper::AuthorizationsController#show as HTML Parameters: {"code"=>"[FILTERED]"} Rendering /projects/gems/doorkeeper-sequel/doorkeeper/app/views/doorkeeper/authorizations/show.html.erb within layouts/doorkeeper/application Rendered /projects/gems/doorkeeper-sequel/doorkeeper/app/views/doorkeeper/authorizations/show.html.erb within layouts/doorkeeper/application (0.4ms) Completed 200 OK in 2ms (Views: 1.5ms) Started GET "/" for 127.0.0.1 at 2020-05-13 14:18:36 +0300 Processing by HomeController#index as HTML Rendering home/index.html.erb within layouts/application Rendered home/index.html.erb within layouts/application (0.0ms) Completed 200 OK in 1ms (Views: 0.4ms) Started GET "/sign_in" for 127.0.0.1 at 2020-05-13 14:18:36 +0300 Processing by HomeController#sign_in as HTML Redirected to http://www.example.com/ Completed 302 Found in 0ms Started GET "/" for 127.0.0.1 at 2020-05-13 14:18:36 +0300 Processing by HomeController#index as HTML Rendering home/index.html.erb within layouts/application Rendered home/index.html.erb within layouts/application (0.0ms) Completed 200 OK in 0ms (Views: 0.3ms) Started GET "/oauth/authorize?client_id=CD9-6-f3LKnMQtegVozhC4XvzbV96hoYx8-96rDR9B0&redirect_uri=https%3A%2F%2Fapp.com%2Fcallback&response_type=code" for 127.0.0.1 at 2020-05-13 14:18:36 +0300 Processing by Doorkeeper::AuthorizationsController#new as HTML Parameters: {"client_id"=>"CD9-6-f3LKnMQtegVozhC4XvzbV96hoYx8-96rDR9B0", "redirect_uri"=>"https://app.com/callback", "response_type"=>"code"} Rendering /projects/gems/doorkeeper-sequel/doorkeeper/app/views/doorkeeper/authorizations/new.html.erb within layouts/doorkeeper/application Rendered /projects/gems/doorkeeper-sequel/doorkeeper/app/views/doorkeeper/authorizations/new.html.erb within layouts/doorkeeper/application (1.4ms) Completed 200 OK in 4ms (Views: 2.8ms) Started POST "/oauth/authorize" for 127.0.0.1 at 2020-05-13 14:18:36 +0300 Processing by Doorkeeper::AuthorizationsController#create as HTML Parameters: {"utf8"=>"✓", "client_id"=>"CD9-6-f3LKnMQtegVozhC4XvzbV96hoYx8-96rDR9B0", "redirect_uri"=>"https://app.com/callback", "state"=>"", "response_type"=>"code", "scope"=>"default", "code_challenge"=>"", "code_challenge_method"=>"", "commit"=>"Authorize"} Redirected to https://app.com/callback?code=AU2uo3B9m1APWPdRo4CgIXpYd9cNc8eyzfHVnvd3JIc Completed 302 Found in 3ms Started GET "/callback?code=[FILTERED]" for 127.0.0.1 at 2020-05-13 14:18:36 +0300 Processing by HomeController#callback as HTML Parameters: {"code"=>"[FILTERED]"} Rendering text template Rendered text template (0.0ms) Completed 200 OK in 1ms (Views: 0.2ms) Started POST "/oauth/token?code=[FILTERED]&client_secret=[FILTERED]&redirect_uri=https%3A%2F%2Fapp.com%2Fcallback&grant_type=authorization_code" for 127.0.0.1 at 2020-05-13 14:18:36 +0300 Processing by Doorkeeper::TokensController#create as HTML Parameters: {"code"=>"[FILTERED]", "client_secret"=>"[FILTERED]", "redirect_uri"=>"https://app.com/callback", "grant_type"=>"authorization_code"} Completed 401 Unauthorized in 1ms (Views: 0.1ms) Started GET "/" for 127.0.0.1 at 2020-05-13 14:18:36 +0300 Processing by HomeController#index as HTML Rendering home/index.html.erb within layouts/application Rendered home/index.html.erb within layouts/application (0.0ms) Completed 200 OK in 1ms (Views: 0.4ms) Started GET "/sign_in" for 127.0.0.1 at 2020-05-13 14:18:36 +0300 Processing by HomeController#sign_in as HTML Redirected to http://www.example.com/ Completed 302 Found in 0ms Started GET "/" for 127.0.0.1 at 2020-05-13 14:18:36 +0300 Processing by HomeController#index as HTML Rendering home/index.html.erb within layouts/application Rendered home/index.html.erb within layouts/application (0.0ms) Completed 200 OK in 0ms (Views: 0.3ms) Started GET "/oauth/authorize?client_id=ofjtK5USgTNLQDfYygqumYWVO-TYTHTSGp5LFmFGtZ4&redirect_uri=https%3A%2F%2Fapp.com%2Fcallback&response_type=code" for 127.0.0.1 at 2020-05-13 14:18:36 +0300 Processing by Doorkeeper::AuthorizationsController#new as HTML Parameters: {"client_id"=>"ofjtK5USgTNLQDfYygqumYWVO-TYTHTSGp5LFmFGtZ4", "redirect_uri"=>"https://app.com/callback", "response_type"=>"code"} Rendering /projects/gems/doorkeeper-sequel/doorkeeper/app/views/doorkeeper/authorizations/new.html.erb within layouts/doorkeeper/application Rendered /projects/gems/doorkeeper-sequel/doorkeeper/app/views/doorkeeper/authorizations/new.html.erb within layouts/doorkeeper/application (2.4ms) Completed 200 OK in 7ms (Views: 4.7ms) Started POST "/oauth/authorize" for 127.0.0.1 at 2020-05-13 14:18:36 +0300 Processing by Doorkeeper::AuthorizationsController#create as HTML Parameters: {"utf8"=>"✓", "client_id"=>"ofjtK5USgTNLQDfYygqumYWVO-TYTHTSGp5LFmFGtZ4", "redirect_uri"=>"https://app.com/callback", "state"=>"", "response_type"=>"code", "scope"=>"default", "code_challenge"=>"", "code_challenge_method"=>"", "commit"=>"Authorize"} Redirected to https://app.com/callback?code=Pcgww_bEHWttkogbYITXtZOMSfWLAwjQEiEYuWmw1sY Completed 302 Found in 3ms Started GET "/callback?code=[FILTERED]" for 127.0.0.1 at 2020-05-13 14:18:36 +0300 Processing by HomeController#callback as HTML Parameters: {"code"=>"[FILTERED]"} Rendering text template Rendered text template (0.0ms) Completed 200 OK in 0ms (Views: 0.3ms) Started POST "/oauth/token?code=[FILTERED]&client_id=ofjtK5USgTNLQDfYygqumYWVO-TYTHTSGp5LFmFGtZ4&client_secret=[FILTERED]&redirect_uri=https%3A%2F%2Fapp.com%2Fcallback&grant_type=authorization_code" for 127.0.0.1 at 2020-05-13 14:18:36 +0300 Processing by Doorkeeper::TokensController#create as HTML Parameters: {"code"=>"[FILTERED]", "client_id"=>"ofjtK5USgTNLQDfYygqumYWVO-TYTHTSGp5LFmFGtZ4", "client_secret"=>"[FILTERED]", "redirect_uri"=>"https://app.com/callback", "grant_type"=>"authorization_code"} Completed 200 OK in 5ms (Views: 0.1ms) Started GET "/" for 127.0.0.1 at 2020-05-13 14:18:36 +0300 Processing by HomeController#index as HTML Rendering home/index.html.erb within layouts/application Rendered home/index.html.erb within layouts/application (0.0ms) Completed 200 OK in 1ms (Views: 0.9ms) Started GET "/sign_in" for 127.0.0.1 at 2020-05-13 14:18:36 +0300 Processing by HomeController#sign_in as HTML Redirected to http://www.example.com/ Completed 302 Found in 0ms Started GET "/" for 127.0.0.1 at 2020-05-13 14:18:36 +0300 Processing by HomeController#index as HTML Rendering home/index.html.erb within layouts/application Rendered home/index.html.erb within layouts/application (0.0ms) Completed 200 OK in 1ms (Views: 0.8ms) Started POST "/oauth/token?client_id=UIFSBCRblQs11dVxexJ_13okF3spe88bGb3oOwRaW34&client_secret=[FILTERED]&redirect_uri=https%3A%2F%2Fapp.com%2Fcallback&grant_type=authorization_code" for 127.0.0.1 at 2020-05-13 14:18:36 +0300 Processing by Doorkeeper::TokensController#create as HTML Parameters: {"client_id"=>"UIFSBCRblQs11dVxexJ_13okF3spe88bGb3oOwRaW34", "client_secret"=>"[FILTERED]", "redirect_uri"=>"https://app.com/callback", "grant_type"=>"authorization_code"} Completed 400 Bad Request in 1ms Started GET "/" for 127.0.0.1 at 2020-05-13 14:18:36 +0300 Processing by HomeController#index as HTML Rendering home/index.html.erb within layouts/application Rendered home/index.html.erb within layouts/application (0.0ms) Completed 200 OK in 1ms (Views: 0.4ms) Started GET "/sign_in" for 127.0.0.1 at 2020-05-13 14:18:36 +0300 Processing by HomeController#sign_in as HTML Redirected to http://www.example.com/ Completed 302 Found in 1ms Started GET "/" for 127.0.0.1 at 2020-05-13 14:18:36 +0300 Processing by HomeController#index as HTML Rendering home/index.html.erb within layouts/application Rendered home/index.html.erb within layouts/application (0.0ms) Completed 200 OK in 1ms (Views: 0.9ms) Started GET "/oauth/authorize?client_id=1zbQcLNHGoSHyu-8p0Uie-3fR9ht6tLxT_jIR-iIn5E&redirect_uri=https%3A%2F%2Fapp.com%2Fcallback&response_type=code" for 127.0.0.1 at 2020-05-13 14:18:36 +0300 Processing by Doorkeeper::AuthorizationsController#new as HTML Parameters: {"client_id"=>"1zbQcLNHGoSHyu-8p0Uie-3fR9ht6tLxT_jIR-iIn5E", "redirect_uri"=>"https://app.com/callback", "response_type"=>"code"} Rendering /projects/gems/doorkeeper-sequel/doorkeeper/app/views/doorkeeper/authorizations/error.html.erb within layouts/doorkeeper/application Rendered /projects/gems/doorkeeper-sequel/doorkeeper/app/views/doorkeeper/authorizations/error.html.erb within layouts/doorkeeper/application (0.2ms) Completed 200 OK in 3ms (Views: 2.2ms) Started GET "/" for 127.0.0.1 at 2020-05-13 14:18:36 +0300 Processing by HomeController#index as HTML Rendering home/index.html.erb within layouts/application Rendered home/index.html.erb within layouts/application (0.0ms) Completed 200 OK in 1ms (Views: 0.9ms) Started GET "/sign_in" for 127.0.0.1 at 2020-05-13 14:18:36 +0300 Processing by HomeController#sign_in as HTML Redirected to http://www.example.com/ Completed 302 Found in 0ms Started GET "/" for 127.0.0.1 at 2020-05-13 14:18:36 +0300 Processing by HomeController#index as HTML Rendering home/index.html.erb within layouts/application Rendered home/index.html.erb within layouts/application (0.0ms) Completed 200 OK in 0ms (Views: 0.4ms) Started GET "/oauth/authorize?client_id=PX9NwUNelrRaFkIyAlKozorUxRuX0yo8z1HKvDeBwew&redirect_uri=https%3A%2F%2Fapp.com%2Fcallback&response_type=code" for 127.0.0.1 at 2020-05-13 14:18:36 +0300 Processing by Doorkeeper::AuthorizationsController#new as HTML Parameters: {"client_id"=>"PX9NwUNelrRaFkIyAlKozorUxRuX0yo8z1HKvDeBwew", "redirect_uri"=>"https://app.com/callback", "response_type"=>"code"} Rendering /projects/gems/doorkeeper-sequel/doorkeeper/app/views/doorkeeper/authorizations/new.html.erb within layouts/doorkeeper/application Rendered /projects/gems/doorkeeper-sequel/doorkeeper/app/views/doorkeeper/authorizations/new.html.erb within layouts/doorkeeper/application (1.4ms) Completed 200 OK in 5ms (Views: 2.8ms) Started POST "/oauth/authorize" for 127.0.0.1 at 2020-05-13 14:18:36 +0300 Processing by Doorkeeper::AuthorizationsController#create as HTML Parameters: {"utf8"=>"✓", "client_id"=>"PX9NwUNelrRaFkIyAlKozorUxRuX0yo8z1HKvDeBwew", "redirect_uri"=>"https://app.com/callback", "state"=>"", "response_type"=>"code", "scope"=>"default", "code_challenge"=>"", "code_challenge_method"=>"", "commit"=>"Authorize"} Redirected to https://app.com/callback?code=1cdh5cznkloHTsesswRuwYi2ro8B47w_KPko7lNZV1c Completed 302 Found in 3ms Started GET "/callback?code=[FILTERED]" for 127.0.0.1 at 2020-05-13 14:18:36 +0300 Processing by HomeController#callback as HTML Parameters: {"code"=>"[FILTERED]"} Rendering text template Rendered text template (0.0ms) Completed 200 OK in 0ms (Views: 0.2ms) Started POST "/oauth/token?code=[FILTERED]&client_id=PX9NwUNelrRaFkIyAlKozorUxRuX0yo8z1HKvDeBwew&client_secret=[FILTERED]&redirect_uri=https%3A%2F%2Fapp.com%2Fcallback&grant_type=authorization_code" for 127.0.0.1 at 2020-05-13 14:18:36 +0300 Processing by Doorkeeper::TokensController#create as HTML Parameters: {"code"=>"[FILTERED]", "client_id"=>"PX9NwUNelrRaFkIyAlKozorUxRuX0yo8z1HKvDeBwew", "client_secret"=>"[FILTERED]", "redirect_uri"=>"https://app.com/callback", "grant_type"=>"authorization_code"} Completed 200 OK in 4ms (Views: 0.1ms) Started GET "/" for 127.0.0.1 at 2020-05-13 14:18:36 +0300 Processing by HomeController#index as HTML Rendering home/index.html.erb within layouts/application Rendered home/index.html.erb within layouts/application (0.0ms) Completed 200 OK in 1ms (Views: 0.4ms) Started GET "/sign_in" for 127.0.0.1 at 2020-05-13 14:18:36 +0300 Processing by HomeController#sign_in as HTML Redirected to http://www.example.com/ Completed 302 Found in 1ms Started GET "/" for 127.0.0.1 at 2020-05-13 14:18:36 +0300 Processing by HomeController#index as HTML Rendering home/index.html.erb within layouts/application Rendered home/index.html.erb within layouts/application (0.0ms) Completed 200 OK in 1ms (Views: 0.4ms) Started GET "/oauth/authorize?client_id=Bqwpyu4Ro_qPhm-Ic6S5hqsfTnAu9KOJtkFOsuZ2wYM&redirect_uri=urn%3Aietf%3Awg%3Aoauth%3A2.0%3Aoob%3Aauto&response_type=code" for 127.0.0.1 at 2020-05-13 14:18:36 +0300 Processing by Doorkeeper::AuthorizationsController#new as HTML Parameters: {"client_id"=>"Bqwpyu4Ro_qPhm-Ic6S5hqsfTnAu9KOJtkFOsuZ2wYM", "redirect_uri"=>"urn:ietf:wg:oauth:2.0:oob:auto", "response_type"=>"code"} Rendering /projects/gems/doorkeeper-sequel/doorkeeper/app/views/doorkeeper/authorizations/new.html.erb within layouts/doorkeeper/application Rendered /projects/gems/doorkeeper-sequel/doorkeeper/app/views/doorkeeper/authorizations/new.html.erb within layouts/doorkeeper/application (1.5ms) Completed 200 OK in 5ms (Views: 2.6ms) Started POST "/oauth/authorize" for 127.0.0.1 at 2020-05-13 14:18:36 +0300 Processing by Doorkeeper::AuthorizationsController#create as HTML Parameters: {"utf8"=>"✓", "client_id"=>"Bqwpyu4Ro_qPhm-Ic6S5hqsfTnAu9KOJtkFOsuZ2wYM", "redirect_uri"=>"urn:ietf:wg:oauth:2.0:oob:auto", "state"=>"", "response_type"=>"code", "scope"=>"default", "code_challenge"=>"", "code_challenge_method"=>"", "commit"=>"Authorize"} Redirected to http://www.example.com/oauth/authorize/native?code=cHmJzeBTnYaLhMOcFSsU_OvjUxA6W5MDApmrnJ6_UaI Completed 302 Found in 2ms Started GET "/oauth/authorize/native?code=[FILTERED]" for 127.0.0.1 at 2020-05-13 14:18:36 +0300 Processing by Doorkeeper::AuthorizationsController#show as HTML Parameters: {"code"=>"[FILTERED]"} Rendering /projects/gems/doorkeeper-sequel/doorkeeper/app/views/doorkeeper/authorizations/show.html.erb within layouts/doorkeeper/application Rendered /projects/gems/doorkeeper-sequel/doorkeeper/app/views/doorkeeper/authorizations/show.html.erb within layouts/doorkeeper/application (0.1ms) Completed 200 OK in 1ms (Views: 1.1ms) Started GET "/" for 127.0.0.1 at 2020-05-13 14:18:36 +0300 Processing by HomeController#index as HTML Rendering home/index.html.erb within layouts/application Rendered home/index.html.erb within layouts/application (0.0ms) Completed 200 OK in 1ms (Views: 0.4ms) Started GET "/sign_in" for 127.0.0.1 at 2020-05-13 14:18:36 +0300 Processing by HomeController#sign_in as HTML Redirected to http://www.example.com/ Completed 302 Found in 0ms Started GET "/" for 127.0.0.1 at 2020-05-13 14:18:36 +0300 Processing by HomeController#index as HTML Rendering home/index.html.erb within layouts/application Rendered home/index.html.erb within layouts/application (0.0ms) Completed 200 OK in 0ms (Views: 0.3ms) Started GET "/oauth/authorize?client_id=wj5IaIsOzuopCOZCim81rwvyqCRQi0Vlz88EtpKAqHs&redirect_uri=urn%3Aietf%3Awg%3Aoauth%3A2.0%3Aoob&response_type=code" for 127.0.0.1 at 2020-05-13 14:18:36 +0300 Processing by Doorkeeper::AuthorizationsController#new as HTML Parameters: {"client_id"=>"wj5IaIsOzuopCOZCim81rwvyqCRQi0Vlz88EtpKAqHs", "redirect_uri"=>"urn:ietf:wg:oauth:2.0:oob", "response_type"=>"code"} Rendering /projects/gems/doorkeeper-sequel/doorkeeper/app/views/doorkeeper/authorizations/new.html.erb within layouts/doorkeeper/application Rendered /projects/gems/doorkeeper-sequel/doorkeeper/app/views/doorkeeper/authorizations/new.html.erb within layouts/doorkeeper/application (0.9ms) Completed 200 OK in 3ms (Views: 1.9ms) Started POST "/oauth/authorize" for 127.0.0.1 at 2020-05-13 14:18:36 +0300 Processing by Doorkeeper::AuthorizationsController#create as HTML Parameters: {"utf8"=>"✓", "client_id"=>"wj5IaIsOzuopCOZCim81rwvyqCRQi0Vlz88EtpKAqHs", "redirect_uri"=>"urn:ietf:wg:oauth:2.0:oob", "state"=>"", "response_type"=>"code", "scope"=>"default", "code_challenge"=>"", "code_challenge_method"=>"", "commit"=>"Authorize"} Redirected to http://www.example.com/oauth/authorize/native?code=FXlft5RTG9QWN8UnFRN0yxVlPoiRjB-Gh3gHoW-3nPY Completed 302 Found in 2ms Started GET "/oauth/authorize/native?code=[FILTERED]" for 127.0.0.1 at 2020-05-13 14:18:36 +0300 Processing by Doorkeeper::AuthorizationsController#show as HTML Parameters: {"code"=>"[FILTERED]"} Rendering /projects/gems/doorkeeper-sequel/doorkeeper/app/views/doorkeeper/authorizations/show.html.erb within layouts/doorkeeper/application Rendered /projects/gems/doorkeeper-sequel/doorkeeper/app/views/doorkeeper/authorizations/show.html.erb within layouts/doorkeeper/application (0.1ms) Completed 200 OK in 1ms (Views: 0.9ms) Started GET "/" for 127.0.0.1 at 2020-05-13 14:18:36 +0300 Processing by HomeController#index as HTML Rendering home/index.html.erb within layouts/application Rendered home/index.html.erb within layouts/application (0.0ms) Completed 200 OK in 1ms (Views: 0.4ms) Started GET "/sign_in" for 127.0.0.1 at 2020-05-13 14:18:36 +0300 Processing by HomeController#sign_in as HTML Redirected to http://www.example.com/ Completed 302 Found in 0ms Started GET "/" for 127.0.0.1 at 2020-05-13 14:18:36 +0300 Processing by HomeController#index as HTML Rendering home/index.html.erb within layouts/application Rendered home/index.html.erb within layouts/application (0.1ms) Completed 200 OK in 0ms (Views: 0.3ms) Started GET "/oauth/authorize?client_id=GT0PJO1AfqzlIXnNcwMrzQfUp4qcBKCpfiPCI6tY4TE&redirect_uri=https%3A%2F%2Fapp.com%2Fcallback&response_type=code&code_challenge=Oz733NtQ0rJP8b04fgZMJMwprn6Iw8sMCT_9bR1q4tA&code_challenge_method=S256" for 127.0.0.1 at 2020-05-13 14:18:36 +0300 Processing by Doorkeeper::AuthorizationsController#new as HTML Parameters: {"client_id"=>"GT0PJO1AfqzlIXnNcwMrzQfUp4qcBKCpfiPCI6tY4TE", "redirect_uri"=>"https://app.com/callback", "response_type"=>"code", "code_challenge"=>"Oz733NtQ0rJP8b04fgZMJMwprn6Iw8sMCT_9bR1q4tA", "code_challenge_method"=>"S256"} Rendering /projects/gems/doorkeeper-sequel/doorkeeper/app/views/doorkeeper/authorizations/new.html.erb within layouts/doorkeeper/application Rendered /projects/gems/doorkeeper-sequel/doorkeeper/app/views/doorkeeper/authorizations/new.html.erb within layouts/doorkeeper/application (0.9ms) Completed 200 OK in 3ms (Views: 1.8ms) Started POST "/oauth/authorize" for 127.0.0.1 at 2020-05-13 14:18:36 +0300 Processing by Doorkeeper::AuthorizationsController#create as HTML Parameters: {"utf8"=>"✓", "client_id"=>"GT0PJO1AfqzlIXnNcwMrzQfUp4qcBKCpfiPCI6tY4TE", "redirect_uri"=>"https://app.com/callback", "state"=>"", "response_type"=>"code", "scope"=>"default", "code_challenge"=>"Oz733NtQ0rJP8b04fgZMJMwprn6Iw8sMCT_9bR1q4tA", "code_challenge_method"=>"S256", "commit"=>"Authorize"} Redirected to https://app.com/callback?code=Bw39FRNtqmtaA6qCRUT-5W6jdJpTYeU69gUCz2QBoJg Completed 302 Found in 2ms Started GET "/callback?code=[FILTERED]" for 127.0.0.1 at 2020-05-13 14:18:36 +0300 Processing by HomeController#callback as HTML Parameters: {"code"=>"[FILTERED]"} Rendering text template Rendered text template (0.0ms) Completed 200 OK in 0ms (Views: 0.2ms) Started POST "/oauth/token?code=[FILTERED]&client_id=GT0PJO1AfqzlIXnNcwMrzQfUp4qcBKCpfiPCI6tY4TE&redirect_uri=https%3A%2F%2Fapp.com%2Fcallback&grant_type=authorization_code&code_verifier=a45a9fea-0676-477e-95b1-a40f72ac3cfb" for 127.0.0.1 at 2020-05-13 14:18:36 +0300 Processing by Doorkeeper::TokensController#create as HTML Parameters: {"code"=>"[FILTERED]", "client_id"=>"GT0PJO1AfqzlIXnNcwMrzQfUp4qcBKCpfiPCI6tY4TE", "redirect_uri"=>"https://app.com/callback", "grant_type"=>"authorization_code", "code_verifier"=>"a45a9fea-0676-477e-95b1-a40f72ac3cfb"} Completed 200 OK in 3ms (Views: 0.1ms) Started GET "/" for 127.0.0.1 at 2020-05-13 14:18:36 +0300 Processing by HomeController#index as HTML Rendering home/index.html.erb within layouts/application Rendered home/index.html.erb within layouts/application (0.0ms) Completed 200 OK in 1ms (Views: 0.4ms) Started GET "/sign_in" for 127.0.0.1 at 2020-05-13 14:18:36 +0300 Processing by HomeController#sign_in as HTML Redirected to http://www.example.com/ Completed 302 Found in 0ms Started GET "/" for 127.0.0.1 at 2020-05-13 14:18:36 +0300 Processing by HomeController#index as HTML Rendering home/index.html.erb within layouts/application Rendered home/index.html.erb within layouts/application (0.0ms) Completed 200 OK in 0ms (Views: 0.3ms) Started GET "/oauth/authorize?client_id=PloCF3x_YrKw8dlCNOlFX7x24q_rjEg0Zrh9iB8kIJU&redirect_uri=https%3A%2F%2Fapp.com%2Fcallback&response_type=code&code_challenge=Oz733NtQ0rJP8b04fgZMJMwprn6Iw8sMCT_9bR1q4tA&code_challenge_method=S256" for 127.0.0.1 at 2020-05-13 14:18:36 +0300 Processing by Doorkeeper::AuthorizationsController#new as HTML Parameters: {"client_id"=>"PloCF3x_YrKw8dlCNOlFX7x24q_rjEg0Zrh9iB8kIJU", "redirect_uri"=>"https://app.com/callback", "response_type"=>"code", "code_challenge"=>"Oz733NtQ0rJP8b04fgZMJMwprn6Iw8sMCT_9bR1q4tA", "code_challenge_method"=>"S256"} Rendering /projects/gems/doorkeeper-sequel/doorkeeper/app/views/doorkeeper/authorizations/new.html.erb within layouts/doorkeeper/application Rendered /projects/gems/doorkeeper-sequel/doorkeeper/app/views/doorkeeper/authorizations/new.html.erb within layouts/doorkeeper/application (0.9ms) Completed 200 OK in 3ms (Views: 1.8ms) Started POST "/oauth/authorize" for 127.0.0.1 at 2020-05-13 14:18:36 +0300 Processing by Doorkeeper::AuthorizationsController#create as HTML Parameters: {"utf8"=>"✓", "client_id"=>"PloCF3x_YrKw8dlCNOlFX7x24q_rjEg0Zrh9iB8kIJU", "redirect_uri"=>"https://app.com/callback", "state"=>"", "response_type"=>"code", "scope"=>"default", "code_challenge"=>"Oz733NtQ0rJP8b04fgZMJMwprn6Iw8sMCT_9bR1q4tA", "code_challenge_method"=>"S256", "commit"=>"Authorize"} Redirected to https://app.com/callback?code=-P762cgKn1GpjxNJEJwN_iyX6jcA9yu0UFneU5cg2lc Completed 302 Found in 2ms Started GET "/callback?code=[FILTERED]" for 127.0.0.1 at 2020-05-13 14:18:36 +0300 Processing by HomeController#callback as HTML Parameters: {"code"=>"[FILTERED]"} Rendering text template Rendered text template (0.0ms) Completed 200 OK in 0ms (Views: 0.2ms) Started POST "/oauth/token?code=[FILTERED]&client_id=PloCF3x_YrKw8dlCNOlFX7x24q_rjEg0Zrh9iB8kIJU&client_secret=[FILTERED]&redirect_uri=https%3A%2F%2Fapp.com%2Fcallback&grant_type=authorization_code" for 127.0.0.1 at 2020-05-13 14:18:36 +0300 Processing by Doorkeeper::TokensController#create as HTML Parameters: {"code"=>"[FILTERED]", "client_id"=>"PloCF3x_YrKw8dlCNOlFX7x24q_rjEg0Zrh9iB8kIJU", "client_secret"=>"[FILTERED]", "redirect_uri"=>"https://app.com/callback", "grant_type"=>"authorization_code"} Completed 400 Bad Request in 1ms (Views: 0.1ms) Started GET "/" for 127.0.0.1 at 2020-05-13 14:18:36 +0300 Processing by HomeController#index as HTML Rendering home/index.html.erb within layouts/application Rendered home/index.html.erb within layouts/application (0.0ms) Completed 200 OK in 0ms (Views: 0.3ms) Started GET "/sign_in" for 127.0.0.1 at 2020-05-13 14:18:36 +0300 Processing by HomeController#sign_in as HTML Redirected to http://www.example.com/ Completed 302 Found in 0ms Started GET "/" for 127.0.0.1 at 2020-05-13 14:18:36 +0300 Processing by HomeController#index as HTML Rendering home/index.html.erb within layouts/application Rendered home/index.html.erb within layouts/application (0.0ms) Completed 200 OK in 0ms (Views: 0.3ms) Started GET "/oauth/authorize?client_id=0wZyowc9wcXZVnj4JTvfEm-KxfDzcJmv2zDGlopIkME&redirect_uri=https%3A%2F%2Fapp.com%2Fcallback&response_type=code&code_challenge=Oz733NtQ0rJP8b04fgZMJMwprn6Iw8sMCT_9bR1q4tA" for 127.0.0.1 at 2020-05-13 14:18:36 +0300 Processing by Doorkeeper::AuthorizationsController#new as HTML Parameters: {"client_id"=>"0wZyowc9wcXZVnj4JTvfEm-KxfDzcJmv2zDGlopIkME", "redirect_uri"=>"https://app.com/callback", "response_type"=>"code", "code_challenge"=>"Oz733NtQ0rJP8b04fgZMJMwprn6Iw8sMCT_9bR1q4tA"} Rendering /projects/gems/doorkeeper-sequel/doorkeeper/app/views/doorkeeper/authorizations/error.html.erb within layouts/doorkeeper/application Rendered /projects/gems/doorkeeper-sequel/doorkeeper/app/views/doorkeeper/authorizations/error.html.erb within layouts/doorkeeper/application (0.1ms) Completed 200 OK in 2ms (Views: 1.2ms) Started GET "/" for 127.0.0.1 at 2020-05-13 14:18:36 +0300 Processing by HomeController#index as HTML Rendering home/index.html.erb within layouts/application Rendered home/index.html.erb within layouts/application (0.0ms) Completed 200 OK in 0ms (Views: 0.4ms) Started GET "/sign_in" for 127.0.0.1 at 2020-05-13 14:18:36 +0300 Processing by HomeController#sign_in as HTML Redirected to http://www.example.com/ Completed 302 Found in 0ms Started GET "/" for 127.0.0.1 at 2020-05-13 14:18:36 +0300 Processing by HomeController#index as HTML Rendering home/index.html.erb within layouts/application Rendered home/index.html.erb within layouts/application (0.0ms) Completed 200 OK in 0ms (Views: 0.3ms) Started GET "/oauth/authorize?client_id=8YRB0ChSho9pj53lFnmo1Rcd6wzSz9P0bzWYW3FOSB4&redirect_uri=https%3A%2F%2Fapp.com%2Fcallback&response_type=code&code_challenge=Oz733NtQ0rJP8b04fgZMJMwprn6Iw8sMCT_9bR1q4tA&code_challenge_method=S256" for 127.0.0.1 at 2020-05-13 14:18:36 +0300 Processing by Doorkeeper::AuthorizationsController#new as HTML Parameters: {"client_id"=>"8YRB0ChSho9pj53lFnmo1Rcd6wzSz9P0bzWYW3FOSB4", "redirect_uri"=>"https://app.com/callback", "response_type"=>"code", "code_challenge"=>"Oz733NtQ0rJP8b04fgZMJMwprn6Iw8sMCT_9bR1q4tA", "code_challenge_method"=>"S256"} Rendering /projects/gems/doorkeeper-sequel/doorkeeper/app/views/doorkeeper/authorizations/new.html.erb within layouts/doorkeeper/application Rendered /projects/gems/doorkeeper-sequel/doorkeeper/app/views/doorkeeper/authorizations/new.html.erb within layouts/doorkeeper/application (1.4ms) Completed 200 OK in 4ms (Views: 2.6ms) Started POST "/oauth/authorize" for 127.0.0.1 at 2020-05-13 14:18:36 +0300 Processing by Doorkeeper::AuthorizationsController#create as HTML Parameters: {"utf8"=>"✓", "client_id"=>"8YRB0ChSho9pj53lFnmo1Rcd6wzSz9P0bzWYW3FOSB4", "redirect_uri"=>"https://app.com/callback", "state"=>"", "response_type"=>"code", "scope"=>"default", "code_challenge"=>"Oz733NtQ0rJP8b04fgZMJMwprn6Iw8sMCT_9bR1q4tA", "code_challenge_method"=>"S256", "commit"=>"Authorize"} Redirected to https://app.com/callback?code=rRUlvhbp9evnkjXM7XYXNq8yq8h6K78UwRfg9GARpFI Completed 302 Found in 2ms Started GET "/callback?code=[FILTERED]" for 127.0.0.1 at 2020-05-13 14:18:36 +0300 Processing by HomeController#callback as HTML Parameters: {"code"=>"[FILTERED]"} Rendering text template Rendered text template (0.0ms) Completed 200 OK in 0ms (Views: 0.2ms) Started POST "/oauth/token?code=[FILTERED]&client_id=8YRB0ChSho9pj53lFnmo1Rcd6wzSz9P0bzWYW3FOSB4&client_secret=[FILTERED]&redirect_uri=https%3A%2F%2Fapp.com%2Fcallback&grant_type=authorization_code&code_verifier=incorrect-code-verifier" for 127.0.0.1 at 2020-05-13 14:18:36 +0300 Processing by Doorkeeper::TokensController#create as HTML Parameters: {"code"=>"[FILTERED]", "client_id"=>"8YRB0ChSho9pj53lFnmo1Rcd6wzSz9P0bzWYW3FOSB4", "client_secret"=>"[FILTERED]", "redirect_uri"=>"https://app.com/callback", "grant_type"=>"authorization_code", "code_verifier"=>"incorrect-code-verifier"} Completed 400 Bad Request in 1ms (Views: 0.1ms) Started GET "/" for 127.0.0.1 at 2020-05-13 14:18:36 +0300 Processing by HomeController#index as HTML Rendering home/index.html.erb within layouts/application Rendered home/index.html.erb within layouts/application (0.0ms) Completed 200 OK in 0ms (Views: 0.3ms) Started GET "/sign_in" for 127.0.0.1 at 2020-05-13 14:18:36 +0300 Processing by HomeController#sign_in as HTML Redirected to http://www.example.com/ Completed 302 Found in 0ms Started GET "/" for 127.0.0.1 at 2020-05-13 14:18:36 +0300 Processing by HomeController#index as HTML Rendering home/index.html.erb within layouts/application Rendered home/index.html.erb within layouts/application (0.0ms) Completed 200 OK in 0ms (Views: 0.3ms) Started GET "/oauth/authorize?client_id=1Dkwf7VYymRuLgCQUAD_kLPnPT4nDL-h8NJi9ABPz60&redirect_uri=https%3A%2F%2Fapp.com%2Fcallback&response_type=code&code_challenge=Oz733NtQ0rJP8b04fgZMJMwprn6Iw8sMCT_9bR1q4tA&code_challenge_method=S256" for 127.0.0.1 at 2020-05-13 14:18:36 +0300 Processing by Doorkeeper::AuthorizationsController#new as HTML Parameters: {"client_id"=>"1Dkwf7VYymRuLgCQUAD_kLPnPT4nDL-h8NJi9ABPz60", "redirect_uri"=>"https://app.com/callback", "response_type"=>"code", "code_challenge"=>"Oz733NtQ0rJP8b04fgZMJMwprn6Iw8sMCT_9bR1q4tA", "code_challenge_method"=>"S256"} Rendering /projects/gems/doorkeeper-sequel/doorkeeper/app/views/doorkeeper/authorizations/new.html.erb within layouts/doorkeeper/application Rendered /projects/gems/doorkeeper-sequel/doorkeeper/app/views/doorkeeper/authorizations/new.html.erb within layouts/doorkeeper/application (0.9ms) Completed 200 OK in 3ms (Views: 2.0ms) Started POST "/oauth/authorize" for 127.0.0.1 at 2020-05-13 14:18:36 +0300 Processing by Doorkeeper::AuthorizationsController#create as HTML Parameters: {"utf8"=>"✓", "client_id"=>"1Dkwf7VYymRuLgCQUAD_kLPnPT4nDL-h8NJi9ABPz60", "redirect_uri"=>"https://app.com/callback", "state"=>"", "response_type"=>"code", "scope"=>"default", "code_challenge"=>"Oz733NtQ0rJP8b04fgZMJMwprn6Iw8sMCT_9bR1q4tA", "code_challenge_method"=>"S256", "commit"=>"Authorize"} Redirected to https://app.com/callback?code=i0tD2Hw4ntzgTik06K6QYUoOfSs0PNYZBBtfhtUKAlE Completed 302 Found in 2ms Started GET "/callback?code=[FILTERED]" for 127.0.0.1 at 2020-05-13 14:18:36 +0300 Processing by HomeController#callback as HTML Parameters: {"code"=>"[FILTERED]"} Rendering text template Rendered text template (0.0ms) Completed 200 OK in 0ms (Views: 0.2ms) Started POST "/oauth/token?code=[FILTERED]&client_id=1Dkwf7VYymRuLgCQUAD_kLPnPT4nDL-h8NJi9ABPz60&client_secret=[FILTERED]&redirect_uri=https%3A%2F%2Fapp.com%2Fcallback&grant_type=authorization_code&code_verifier=a45a9fea-0676-477e-95b1-a40f72ac3cfb" for 127.0.0.1 at 2020-05-13 14:18:36 +0300 Processing by Doorkeeper::TokensController#create as HTML Parameters: {"code"=>"[FILTERED]", "client_id"=>"1Dkwf7VYymRuLgCQUAD_kLPnPT4nDL-h8NJi9ABPz60", "client_secret"=>"[FILTERED]", "redirect_uri"=>"https://app.com/callback", "grant_type"=>"authorization_code", "code_verifier"=>"a45a9fea-0676-477e-95b1-a40f72ac3cfb"} Completed 200 OK in 3ms (Views: 0.1ms) Started GET "/" for 127.0.0.1 at 2020-05-13 14:18:36 +0300 Processing by HomeController#index as HTML Rendering home/index.html.erb within layouts/application Rendered home/index.html.erb within layouts/application (0.0ms) Completed 200 OK in 1ms (Views: 0.4ms) Started GET "/sign_in" for 127.0.0.1 at 2020-05-13 14:18:36 +0300 Processing by HomeController#sign_in as HTML Redirected to http://www.example.com/ Completed 302 Found in 0ms Started GET "/" for 127.0.0.1 at 2020-05-13 14:18:36 +0300 Processing by HomeController#index as HTML Rendering home/index.html.erb within layouts/application Rendered home/index.html.erb within layouts/application (0.0ms) Completed 200 OK in 0ms (Views: 0.4ms) Started GET "/oauth/authorize?client_id=B6PiKWDyRTqarayqNDe_MiUza9YIZsaC1M12B6Nu_M8&redirect_uri=https%3A%2F%2Fapp.com%2Fcallback&response_type=code&code_challenge=Oz733NtQ0rJP8b04fgZMJMwprn6Iw8sMCT_9bR1q4tA&code_challenge_method=S256" for 127.0.0.1 at 2020-05-13 14:18:36 +0300 Processing by Doorkeeper::AuthorizationsController#new as HTML Parameters: {"client_id"=>"B6PiKWDyRTqarayqNDe_MiUza9YIZsaC1M12B6Nu_M8", "redirect_uri"=>"https://app.com/callback", "response_type"=>"code", "code_challenge"=>"Oz733NtQ0rJP8b04fgZMJMwprn6Iw8sMCT_9bR1q4tA", "code_challenge_method"=>"S256"} Rendering /projects/gems/doorkeeper-sequel/doorkeeper/app/views/doorkeeper/authorizations/new.html.erb within layouts/doorkeeper/application Rendered /projects/gems/doorkeeper-sequel/doorkeeper/app/views/doorkeeper/authorizations/new.html.erb within layouts/doorkeeper/application (1.0ms) Completed 200 OK in 3ms (Views: 2.0ms) Started POST "/oauth/authorize" for 127.0.0.1 at 2020-05-13 14:18:36 +0300 Processing by Doorkeeper::AuthorizationsController#create as HTML Parameters: {"utf8"=>"✓", "client_id"=>"B6PiKWDyRTqarayqNDe_MiUza9YIZsaC1M12B6Nu_M8", "redirect_uri"=>"https://app.com/callback", "state"=>"", "response_type"=>"code", "scope"=>"default", "code_challenge"=>"Oz733NtQ0rJP8b04fgZMJMwprn6Iw8sMCT_9bR1q4tA", "code_challenge_method"=>"S256", "commit"=>"Authorize"} Redirected to https://app.com/callback?code=WG1gN1_MEWc-uo6UUb2HZE6gFCq9IdO_cOXB_q9URuA Completed 302 Found in 2ms Started GET "/callback?code=[FILTERED]" for 127.0.0.1 at 2020-05-13 14:18:36 +0300 Processing by HomeController#callback as HTML Parameters: {"code"=>"[FILTERED]"} Rendering text template Rendered text template (0.0ms) Completed 200 OK in 0ms (Views: 0.2ms) Started GET "/" for 127.0.0.1 at 2020-05-13 14:18:36 +0300 Processing by HomeController#index as HTML Rendering home/index.html.erb within layouts/application Rendered home/index.html.erb within layouts/application (0.0ms) Completed 200 OK in 1ms (Views: 0.4ms) Started GET "/sign_in" for 127.0.0.1 at 2020-05-13 14:18:36 +0300 Processing by HomeController#sign_in as HTML Redirected to http://www.example.com/ Completed 302 Found in 0ms Started GET "/" for 127.0.0.1 at 2020-05-13 14:18:36 +0300 Processing by HomeController#index as HTML Rendering home/index.html.erb within layouts/application Rendered home/index.html.erb within layouts/application (0.0ms) Completed 200 OK in 0ms (Views: 0.3ms) Started GET "/oauth/authorize?client_id=HEMhjXjc7tmxcComq-XuC3dfxyGNuavfoDirzo8H7Qw&redirect_uri=https%3A%2F%2Fapp.com%2Fcallback&response_type=code&code_challenge=Oz733NtQ0rJP8b04fgZMJMwprn6Iw8sMCT_9bR1q4tA&code_challenge_method=S256" for 127.0.0.1 at 2020-05-13 14:18:36 +0300 Processing by Doorkeeper::AuthorizationsController#new as HTML Parameters: {"client_id"=>"HEMhjXjc7tmxcComq-XuC3dfxyGNuavfoDirzo8H7Qw", "redirect_uri"=>"https://app.com/callback", "response_type"=>"code", "code_challenge"=>"Oz733NtQ0rJP8b04fgZMJMwprn6Iw8sMCT_9bR1q4tA", "code_challenge_method"=>"S256"} Rendering /projects/gems/doorkeeper-sequel/doorkeeper/app/views/doorkeeper/authorizations/new.html.erb within layouts/doorkeeper/application Rendered /projects/gems/doorkeeper-sequel/doorkeeper/app/views/doorkeeper/authorizations/new.html.erb within layouts/doorkeeper/application (0.8ms) Completed 200 OK in 3ms (Views: 1.8ms) Started POST "/oauth/authorize" for 127.0.0.1 at 2020-05-13 14:18:36 +0300 Processing by Doorkeeper::AuthorizationsController#create as HTML Parameters: {"utf8"=>"✓", "client_id"=>"HEMhjXjc7tmxcComq-XuC3dfxyGNuavfoDirzo8H7Qw", "redirect_uri"=>"https://app.com/callback", "state"=>"", "response_type"=>"code", "scope"=>"default", "code_challenge"=>"Oz733NtQ0rJP8b04fgZMJMwprn6Iw8sMCT_9bR1q4tA", "code_challenge_method"=>"S256", "commit"=>"Authorize"} Redirected to https://app.com/callback?code=1DMevnBDaGPiPCUZEttdx9RFzyt6Wy1g_ipp_g8PZo4 Completed 302 Found in 2ms Started GET "/callback?code=[FILTERED]" for 127.0.0.1 at 2020-05-13 14:18:36 +0300 Processing by HomeController#callback as HTML Parameters: {"code"=>"[FILTERED]"} Rendering text template Rendered text template (0.0ms) Completed 200 OK in 0ms (Views: 0.2ms) Started POST "/oauth/token?code=[FILTERED]&client_id=HEMhjXjc7tmxcComq-XuC3dfxyGNuavfoDirzo8H7Qw&redirect_uri=https%3A%2F%2Fapp.com%2Fcallback&grant_type=authorization_code&code_verifier=a45a9fea-0676-477e-95b1-a40f72ac3cfb" for 127.0.0.1 at 2020-05-13 14:18:36 +0300 Processing by Doorkeeper::TokensController#create as HTML Parameters: {"code"=>"[FILTERED]", "client_id"=>"HEMhjXjc7tmxcComq-XuC3dfxyGNuavfoDirzo8H7Qw", "redirect_uri"=>"https://app.com/callback", "grant_type"=>"authorization_code", "code_verifier"=>"a45a9fea-0676-477e-95b1-a40f72ac3cfb"} Completed 401 Unauthorized in 1ms (Views: 0.1ms) Started GET "/" for 127.0.0.1 at 2020-05-13 14:18:36 +0300 Processing by HomeController#index as HTML Rendering home/index.html.erb within layouts/application Rendered home/index.html.erb within layouts/application (0.0ms) Completed 200 OK in 1ms (Views: 0.4ms) Started GET "/sign_in" for 127.0.0.1 at 2020-05-13 14:18:36 +0300 Processing by HomeController#sign_in as HTML Redirected to http://www.example.com/ Completed 302 Found in 0ms Started GET "/" for 127.0.0.1 at 2020-05-13 14:18:36 +0300 Processing by HomeController#index as HTML Rendering home/index.html.erb within layouts/application Rendered home/index.html.erb within layouts/application (0.0ms) Completed 200 OK in 0ms (Views: 0.3ms) Started GET "/oauth/authorize?client_id=ywG1-fUgq6QonQ4qSeNhqGb-_A8ZISXuTsAMW1jTwz8&redirect_uri=https%3A%2F%2Fapp.com%2Fcallback&response_type=code&code_challenge=Oz733NtQ0rJP8b04fgZMJMwprn6Iw8sMCT_9bR1q4tA&code_challenge_method=S256" for 127.0.0.1 at 2020-05-13 14:18:36 +0300 Processing by Doorkeeper::AuthorizationsController#new as HTML Parameters: {"client_id"=>"ywG1-fUgq6QonQ4qSeNhqGb-_A8ZISXuTsAMW1jTwz8", "redirect_uri"=>"https://app.com/callback", "response_type"=>"code", "code_challenge"=>"Oz733NtQ0rJP8b04fgZMJMwprn6Iw8sMCT_9bR1q4tA", "code_challenge_method"=>"S256"} Rendering /projects/gems/doorkeeper-sequel/doorkeeper/app/views/doorkeeper/authorizations/new.html.erb within layouts/doorkeeper/application Rendered /projects/gems/doorkeeper-sequel/doorkeeper/app/views/doorkeeper/authorizations/new.html.erb within layouts/doorkeeper/application (1.0ms) Completed 200 OK in 3ms (Views: 2.2ms) Started POST "/oauth/authorize" for 127.0.0.1 at 2020-05-13 14:18:36 +0300 Processing by Doorkeeper::AuthorizationsController#create as HTML Parameters: {"utf8"=>"✓", "client_id"=>"ywG1-fUgq6QonQ4qSeNhqGb-_A8ZISXuTsAMW1jTwz8", "redirect_uri"=>"https://app.com/callback", "state"=>"", "response_type"=>"code", "scope"=>"default", "code_challenge"=>"Oz733NtQ0rJP8b04fgZMJMwprn6Iw8sMCT_9bR1q4tA", "code_challenge_method"=>"S256", "commit"=>"Authorize"} Redirected to https://app.com/callback?code=dMuS4OehBspzcytR5fqVH51AJoRpoGuzl7PmIYzS3_E Completed 302 Found in 2ms Started GET "/callback?code=[FILTERED]" for 127.0.0.1 at 2020-05-13 14:18:36 +0300 Processing by HomeController#callback as HTML Parameters: {"code"=>"[FILTERED]"} Rendering text template Rendered text template (0.0ms) Completed 200 OK in 0ms (Views: 0.2ms) Started POST "/oauth/token?code=[FILTERED]&client_id=ywG1-fUgq6QonQ4qSeNhqGb-_A8ZISXuTsAMW1jTwz8&client_secret=[FILTERED]&redirect_uri=https%3A%2F%2Fapp.com%2Fcallback&grant_type=authorization_code&code_verifier=Oz733NtQ0rJP8b04fgZMJMwprn6Iw8sMCT_9bR1q4tA&code_challenge_method=plain" for 127.0.0.1 at 2020-05-13 14:18:36 +0300 Processing by Doorkeeper::TokensController#create as HTML Parameters: {"code"=>"[FILTERED]", "client_id"=>"ywG1-fUgq6QonQ4qSeNhqGb-_A8ZISXuTsAMW1jTwz8", "client_secret"=>"[FILTERED]", "redirect_uri"=>"https://app.com/callback", "grant_type"=>"authorization_code", "code_verifier"=>"Oz733NtQ0rJP8b04fgZMJMwprn6Iw8sMCT_9bR1q4tA", "code_challenge_method"=>"plain"} Completed 400 Bad Request in 1ms (Views: 0.1ms) Started GET "/" for 127.0.0.1 at 2020-05-13 14:18:36 +0300 Processing by HomeController#index as HTML Rendering home/index.html.erb within layouts/application Rendered home/index.html.erb within layouts/application (0.0ms) Completed 200 OK in 1ms (Views: 0.4ms) Started GET "/sign_in" for 127.0.0.1 at 2020-05-13 14:18:36 +0300 Processing by HomeController#sign_in as HTML Redirected to http://www.example.com/ Completed 302 Found in 0ms Started GET "/" for 127.0.0.1 at 2020-05-13 14:18:36 +0300 Processing by HomeController#index as HTML Rendering home/index.html.erb within layouts/application Rendered home/index.html.erb within layouts/application (0.0ms) Completed 200 OK in 0ms (Views: 0.4ms) Started GET "/oauth/authorize?client_id=vLypgAYkaCVdabionn3w3V_jc6uTxOC4-i01S52jrz4&redirect_uri=https%3A%2F%2Fapp.com%2Fcallback&response_type=code&code_challenge=a45a9fea-0676-477e-95b1-a40f72ac3cfb&code_challenge_method=plain" for 127.0.0.1 at 2020-05-13 14:18:36 +0300 Processing by Doorkeeper::AuthorizationsController#new as HTML Parameters: {"client_id"=>"vLypgAYkaCVdabionn3w3V_jc6uTxOC4-i01S52jrz4", "redirect_uri"=>"https://app.com/callback", "response_type"=>"code", "code_challenge"=>"a45a9fea-0676-477e-95b1-a40f72ac3cfb", "code_challenge_method"=>"plain"} Rendering /projects/gems/doorkeeper-sequel/doorkeeper/app/views/doorkeeper/authorizations/new.html.erb within layouts/doorkeeper/application Rendered /projects/gems/doorkeeper-sequel/doorkeeper/app/views/doorkeeper/authorizations/new.html.erb within layouts/doorkeeper/application (1.0ms) Completed 200 OK in 3ms (Views: 2.0ms) Started POST "/oauth/authorize" for 127.0.0.1 at 2020-05-13 14:18:36 +0300 Processing by Doorkeeper::AuthorizationsController#create as HTML Parameters: {"utf8"=>"✓", "client_id"=>"vLypgAYkaCVdabionn3w3V_jc6uTxOC4-i01S52jrz4", "redirect_uri"=>"https://app.com/callback", "state"=>"", "response_type"=>"code", "scope"=>"default", "code_challenge"=>"a45a9fea-0676-477e-95b1-a40f72ac3cfb", "code_challenge_method"=>"plain", "commit"=>"Authorize"} Redirected to https://app.com/callback?code=n1kC1XYQxZfvvV0PVmtGfo-soMdcaV0iSs7N2QpSGAE Completed 302 Found in 2ms Started GET "/callback?code=[FILTERED]" for 127.0.0.1 at 2020-05-13 14:18:36 +0300 Processing by HomeController#callback as HTML Parameters: {"code"=>"[FILTERED]"} Rendering text template Rendered text template (0.0ms) Completed 200 OK in 0ms (Views: 0.2ms) Started POST "/oauth/token?code=[FILTERED]&client_id=vLypgAYkaCVdabionn3w3V_jc6uTxOC4-i01S52jrz4&client_secret=[FILTERED]&redirect_uri=https%3A%2F%2Fapp.com%2Fcallback&grant_type=authorization_code" for 127.0.0.1 at 2020-05-13 14:18:36 +0300 Processing by Doorkeeper::TokensController#create as HTML Parameters: {"code"=>"[FILTERED]", "client_id"=>"vLypgAYkaCVdabionn3w3V_jc6uTxOC4-i01S52jrz4", "client_secret"=>"[FILTERED]", "redirect_uri"=>"https://app.com/callback", "grant_type"=>"authorization_code"} Completed 400 Bad Request in 1ms (Views: 0.1ms) Started GET "/" for 127.0.0.1 at 2020-05-13 14:18:36 +0300 Processing by HomeController#index as HTML Rendering home/index.html.erb within layouts/application Rendered home/index.html.erb within layouts/application (0.0ms) Completed 200 OK in 0ms (Views: 0.3ms) Started GET "/sign_in" for 127.0.0.1 at 2020-05-13 14:18:36 +0300 Processing by HomeController#sign_in as HTML Redirected to http://www.example.com/ Completed 302 Found in 0ms Started GET "/" for 127.0.0.1 at 2020-05-13 14:18:36 +0300 Processing by HomeController#index as HTML Rendering home/index.html.erb within layouts/application Rendered home/index.html.erb within layouts/application (0.0ms) Completed 200 OK in 0ms (Views: 0.3ms) Started GET "/oauth/authorize?client_id=UwWdh11JQ7if6eLDFS9JPbVl0cRBaidUs6bNAABT7L4&redirect_uri=https%3A%2F%2Fapp.com%2Fcallback&response_type=code&code_challenge=a45a9fea-0676-477e-95b1-a40f72ac3cfb&code_challenge_method=plain" for 127.0.0.1 at 2020-05-13 14:18:36 +0300 Processing by Doorkeeper::AuthorizationsController#new as HTML Parameters: {"client_id"=>"UwWdh11JQ7if6eLDFS9JPbVl0cRBaidUs6bNAABT7L4", "redirect_uri"=>"https://app.com/callback", "response_type"=>"code", "code_challenge"=>"a45a9fea-0676-477e-95b1-a40f72ac3cfb", "code_challenge_method"=>"plain"} Rendering /projects/gems/doorkeeper-sequel/doorkeeper/app/views/doorkeeper/authorizations/new.html.erb within layouts/doorkeeper/application Rendered /projects/gems/doorkeeper-sequel/doorkeeper/app/views/doorkeeper/authorizations/new.html.erb within layouts/doorkeeper/application (0.9ms) Completed 200 OK in 3ms (Views: 1.9ms) Started POST "/oauth/authorize" for 127.0.0.1 at 2020-05-13 14:18:36 +0300 Processing by Doorkeeper::AuthorizationsController#create as HTML Parameters: {"utf8"=>"✓", "client_id"=>"UwWdh11JQ7if6eLDFS9JPbVl0cRBaidUs6bNAABT7L4", "redirect_uri"=>"https://app.com/callback", "state"=>"", "response_type"=>"code", "scope"=>"default", "code_challenge"=>"a45a9fea-0676-477e-95b1-a40f72ac3cfb", "code_challenge_method"=>"plain", "commit"=>"Authorize"} Redirected to https://app.com/callback?code=dFzYqPRYbCqiySHhexhUxc4tw1Ms74mliWNI68FsCTM Completed 302 Found in 2ms Started GET "/callback?code=[FILTERED]" for 127.0.0.1 at 2020-05-13 14:18:36 +0300 Processing by HomeController#callback as HTML Parameters: {"code"=>"[FILTERED]"} Rendering text template Rendered text template (0.0ms) Completed 200 OK in 0ms (Views: 0.2ms) Started GET "/" for 127.0.0.1 at 2020-05-13 14:18:36 +0300 Processing by HomeController#index as HTML Rendering home/index.html.erb within layouts/application Rendered home/index.html.erb within layouts/application (0.0ms) Completed 200 OK in 0ms (Views: 0.3ms) Started GET "/sign_in" for 127.0.0.1 at 2020-05-13 14:18:36 +0300 Processing by HomeController#sign_in as HTML Redirected to http://www.example.com/ Completed 302 Found in 0ms Started GET "/" for 127.0.0.1 at 2020-05-13 14:18:36 +0300 Processing by HomeController#index as HTML Rendering home/index.html.erb within layouts/application Rendered home/index.html.erb within layouts/application (0.0ms) Completed 200 OK in 1ms (Views: 0.4ms) Started GET "/oauth/authorize?client_id=82c0y7W6HP8we6cPS1qW7WqdZMPjPFTcU4VnbgTsdbk&redirect_uri=https%3A%2F%2Fapp.com%2Fcallback&response_type=code" for 127.0.0.1 at 2020-05-13 14:18:36 +0300 Processing by Doorkeeper::AuthorizationsController#new as HTML Parameters: {"client_id"=>"82c0y7W6HP8we6cPS1qW7WqdZMPjPFTcU4VnbgTsdbk", "redirect_uri"=>"https://app.com/callback", "response_type"=>"code"} Rendering /projects/gems/doorkeeper-sequel/doorkeeper/app/views/doorkeeper/authorizations/new.html.erb within layouts/doorkeeper/application Rendered /projects/gems/doorkeeper-sequel/doorkeeper/app/views/doorkeeper/authorizations/new.html.erb within layouts/doorkeeper/application (0.8ms) Completed 200 OK in 3ms (Views: 1.8ms) Started POST "/oauth/authorize" for 127.0.0.1 at 2020-05-13 14:18:36 +0300 Processing by Doorkeeper::AuthorizationsController#create as HTML Parameters: {"utf8"=>"✓", "client_id"=>"82c0y7W6HP8we6cPS1qW7WqdZMPjPFTcU4VnbgTsdbk", "redirect_uri"=>"https://app.com/callback", "state"=>"", "response_type"=>"code", "scope"=>"default", "code_challenge"=>"", "code_challenge_method"=>"", "commit"=>"Authorize"} Redirected to https://app.com/callback?code=OIqaz3fUoVVOgcXdsjrxysHjeGqxGOD92hBe26ht9ps Completed 302 Found in 2ms Started GET "/callback?code=[FILTERED]" for 127.0.0.1 at 2020-05-13 14:18:36 +0300 Processing by HomeController#callback as HTML Parameters: {"code"=>"[FILTERED]"} Rendering text template Rendered text template (0.0ms) Completed 200 OK in 0ms (Views: 0.2ms) Started POST "/oauth/token?code=[FILTERED]&client_id=82c0y7W6HP8we6cPS1qW7WqdZMPjPFTcU4VnbgTsdbk&client_secret=[FILTERED]&redirect_uri=https%3A%2F%2Fapp.com%2Fcallback&grant_type=authorization_code&code_verifier=a45a9fea-0676-477e-95b1-a40f72ac3cfb" for 127.0.0.1 at 2020-05-13 14:18:36 +0300 Processing by Doorkeeper::TokensController#create as HTML Parameters: {"code"=>"[FILTERED]", "client_id"=>"82c0y7W6HP8we6cPS1qW7WqdZMPjPFTcU4VnbgTsdbk", "client_secret"=>"[FILTERED]", "redirect_uri"=>"https://app.com/callback", "grant_type"=>"authorization_code", "code_verifier"=>"a45a9fea-0676-477e-95b1-a40f72ac3cfb"} Completed 400 Bad Request in 1ms (Views: 0.1ms) Started GET "/" for 127.0.0.1 at 2020-05-13 14:18:36 +0300 Processing by HomeController#index as HTML Rendering home/index.html.erb within layouts/application Rendered home/index.html.erb within layouts/application (0.0ms) Completed 200 OK in 1ms (Views: 0.4ms) Started GET "/sign_in" for 127.0.0.1 at 2020-05-13 14:18:36 +0300 Processing by HomeController#sign_in as HTML Redirected to http://www.example.com/ Completed 302 Found in 0ms Started GET "/" for 127.0.0.1 at 2020-05-13 14:18:36 +0300 Processing by HomeController#index as HTML Rendering home/index.html.erb within layouts/application Rendered home/index.html.erb within layouts/application (0.0ms) Completed 200 OK in 0ms (Views: 0.3ms) Started GET "/oauth/authorize?client_id=wfJhzXDIxMV5H_NZTx_-yR3-pZFZpkJOViny7u-lU00&redirect_uri=https%3A%2F%2Fapp.com%2Fcallback&response_type=code&code_challenge=a45a9fea-0676-477e-95b1-a40f72ac3cfb&code_challenge_method=plain" for 127.0.0.1 at 2020-05-13 14:18:36 +0300 Processing by Doorkeeper::AuthorizationsController#new as HTML Parameters: {"client_id"=>"wfJhzXDIxMV5H_NZTx_-yR3-pZFZpkJOViny7u-lU00", "redirect_uri"=>"https://app.com/callback", "response_type"=>"code", "code_challenge"=>"a45a9fea-0676-477e-95b1-a40f72ac3cfb", "code_challenge_method"=>"plain"} Rendering /projects/gems/doorkeeper-sequel/doorkeeper/app/views/doorkeeper/authorizations/new.html.erb within layouts/doorkeeper/application Rendered /projects/gems/doorkeeper-sequel/doorkeeper/app/views/doorkeeper/authorizations/new.html.erb within layouts/doorkeeper/application (1.1ms) Completed 200 OK in 4ms (Views: 2.5ms) Started POST "/oauth/authorize" for 127.0.0.1 at 2020-05-13 14:18:36 +0300 Processing by Doorkeeper::AuthorizationsController#create as HTML Parameters: {"utf8"=>"✓", "client_id"=>"wfJhzXDIxMV5H_NZTx_-yR3-pZFZpkJOViny7u-lU00", "redirect_uri"=>"https://app.com/callback", "state"=>"", "response_type"=>"code", "scope"=>"default", "code_challenge"=>"a45a9fea-0676-477e-95b1-a40f72ac3cfb", "code_challenge_method"=>"plain", "commit"=>"Authorize"} Redirected to https://app.com/callback?code=9I_GvW9_vV0LspWR2NPCz4599XiNHOYDH8YPidyAURY Completed 302 Found in 2ms Started GET "/callback?code=[FILTERED]" for 127.0.0.1 at 2020-05-13 14:18:36 +0300 Processing by HomeController#callback as HTML Parameters: {"code"=>"[FILTERED]"} Rendering text template Rendered text template (0.0ms) Completed 200 OK in 0ms (Views: 0.2ms) Started POST "/oauth/token?code=[FILTERED]&client_id=wfJhzXDIxMV5H_NZTx_-yR3-pZFZpkJOViny7u-lU00&client_secret=[FILTERED]&redirect_uri=https%3A%2F%2Fapp.com%2Fcallback&grant_type=authorization_code&code_verifier=a45a9fea-0676-477e-95b1-a40f72ac3cfb" for 127.0.0.1 at 2020-05-13 14:18:36 +0300 Processing by Doorkeeper::TokensController#create as HTML Parameters: {"code"=>"[FILTERED]", "client_id"=>"wfJhzXDIxMV5H_NZTx_-yR3-pZFZpkJOViny7u-lU00", "client_secret"=>"[FILTERED]", "redirect_uri"=>"https://app.com/callback", "grant_type"=>"authorization_code", "code_verifier"=>"a45a9fea-0676-477e-95b1-a40f72ac3cfb"} Completed 200 OK in 3ms (Views: 0.1ms) Started GET "/" for 127.0.0.1 at 2020-05-13 14:18:36 +0300 Processing by HomeController#index as HTML Rendering home/index.html.erb within layouts/application Rendered home/index.html.erb within layouts/application (0.0ms) Completed 200 OK in 0ms (Views: 0.4ms) Started GET "/sign_in" for 127.0.0.1 at 2020-05-13 14:18:36 +0300 Processing by HomeController#sign_in as HTML Redirected to http://www.example.com/ Completed 302 Found in 1ms Started GET "/" for 127.0.0.1 at 2020-05-13 14:18:37 +0300 Processing by HomeController#index as HTML Rendering home/index.html.erb within layouts/application Rendered home/index.html.erb within layouts/application (0.0ms) Completed 200 OK in 0ms (Views: 0.4ms) Started GET "/oauth/authorize?client_id=OVF8PAEYocQfUP29gOSe6NTjHygqLQX1cFazY_Eh_Tc&redirect_uri=https%3A%2F%2Fapp.com%2Fcallback&response_type=code&code_challenge=a45a9fea-0676-477e-95b1-a40f72ac3cfb&code_challenge_method=plain" for 127.0.0.1 at 2020-05-13 14:18:37 +0300 Processing by Doorkeeper::AuthorizationsController#new as HTML Parameters: {"client_id"=>"OVF8PAEYocQfUP29gOSe6NTjHygqLQX1cFazY_Eh_Tc", "redirect_uri"=>"https://app.com/callback", "response_type"=>"code", "code_challenge"=>"a45a9fea-0676-477e-95b1-a40f72ac3cfb", "code_challenge_method"=>"plain"} Rendering /projects/gems/doorkeeper-sequel/doorkeeper/app/views/doorkeeper/authorizations/new.html.erb within layouts/doorkeeper/application Rendered /projects/gems/doorkeeper-sequel/doorkeeper/app/views/doorkeeper/authorizations/new.html.erb within layouts/doorkeeper/application (0.9ms) Completed 200 OK in 3ms (Views: 1.9ms) Started POST "/oauth/authorize" for 127.0.0.1 at 2020-05-13 14:18:37 +0300 Processing by Doorkeeper::AuthorizationsController#create as HTML Parameters: {"utf8"=>"✓", "client_id"=>"OVF8PAEYocQfUP29gOSe6NTjHygqLQX1cFazY_Eh_Tc", "redirect_uri"=>"https://app.com/callback", "state"=>"", "response_type"=>"code", "scope"=>"default", "code_challenge"=>"a45a9fea-0676-477e-95b1-a40f72ac3cfb", "code_challenge_method"=>"plain", "commit"=>"Authorize"} Redirected to https://app.com/callback?code=zi5BHxZBm3yp7yaiEIpG50Fz6a2d-m126HskUI_WZJ0 Completed 302 Found in 2ms Started GET "/callback?code=[FILTERED]" for 127.0.0.1 at 2020-05-13 14:18:37 +0300 Processing by HomeController#callback as HTML Parameters: {"code"=>"[FILTERED]"} Rendering text template Rendered text template (0.0ms) Completed 200 OK in 0ms (Views: 0.2ms) Started POST "/oauth/token?code=[FILTERED]&client_id=OVF8PAEYocQfUP29gOSe6NTjHygqLQX1cFazY_Eh_Tc&client_secret=[FILTERED]&redirect_uri=https%3A%2F%2Fapp.com%2Fcallback&grant_type=authorization_code&code_verifier=wrong_code_verifier" for 127.0.0.1 at 2020-05-13 14:18:37 +0300 Processing by Doorkeeper::TokensController#create as HTML Parameters: {"code"=>"[FILTERED]", "client_id"=>"OVF8PAEYocQfUP29gOSe6NTjHygqLQX1cFazY_Eh_Tc", "client_secret"=>"[FILTERED]", "redirect_uri"=>"https://app.com/callback", "grant_type"=>"authorization_code", "code_verifier"=>"wrong_code_verifier"} Completed 400 Bad Request in 2ms (Views: 0.1ms) Started GET "/" for 127.0.0.1 at 2020-05-13 14:18:37 +0300 Processing by HomeController#index as HTML Rendering home/index.html.erb within layouts/application Rendered home/index.html.erb within layouts/application (0.0ms) Completed 200 OK in 1ms (Views: 0.4ms) Started GET "/sign_in" for 127.0.0.1 at 2020-05-13 14:18:37 +0300 Processing by HomeController#sign_in as HTML Redirected to http://www.example.com/ Completed 302 Found in 0ms Started GET "/" for 127.0.0.1 at 2020-05-13 14:18:37 +0300 Processing by HomeController#index as HTML Rendering home/index.html.erb within layouts/application Rendered home/index.html.erb within layouts/application (0.0ms) Completed 200 OK in 0ms (Views: 0.3ms) Started GET "/oauth/authorize?client_id=HmyXvcD3SOlLEy-wIUKB5keiCj3u6DcjRf470217B9U&redirect_uri=https%3A%2F%2Fapp.com%2Fcallback&response_type=code&scope=public+write" for 127.0.0.1 at 2020-05-13 14:18:37 +0300 Processing by Doorkeeper::AuthorizationsController#new as HTML Parameters: {"client_id"=>"HmyXvcD3SOlLEy-wIUKB5keiCj3u6DcjRf470217B9U", "redirect_uri"=>"https://app.com/callback", "response_type"=>"code", "scope"=>"public write"} Rendering /projects/gems/doorkeeper-sequel/doorkeeper/app/views/doorkeeper/authorizations/new.html.erb within layouts/doorkeeper/application Rendered /projects/gems/doorkeeper-sequel/doorkeeper/app/views/doorkeeper/authorizations/new.html.erb within layouts/doorkeeper/application (0.8ms) Completed 200 OK in 3ms (Views: 1.7ms) Started POST "/oauth/authorize" for 127.0.0.1 at 2020-05-13 14:18:37 +0300 Processing by Doorkeeper::AuthorizationsController#create as HTML Parameters: {"utf8"=>"✓", "client_id"=>"HmyXvcD3SOlLEy-wIUKB5keiCj3u6DcjRf470217B9U", "redirect_uri"=>"https://app.com/callback", "state"=>"", "response_type"=>"code", "scope"=>"public write", "code_challenge"=>"", "code_challenge_method"=>"", "commit"=>"Authorize"} Redirected to https://app.com/callback?code=lVqy7zfZIK6F8g98u3Sgwux57gHa-P1CVvtWYe1qIzI Completed 302 Found in 2ms Started GET "/callback?code=[FILTERED]" for 127.0.0.1 at 2020-05-13 14:18:37 +0300 Processing by HomeController#callback as HTML Parameters: {"code"=>"[FILTERED]"} Rendering text template Rendered text template (0.0ms) Completed 200 OK in 0ms (Views: 0.2ms) Started POST "/oauth/token?code=[FILTERED]&client_id=HmyXvcD3SOlLEy-wIUKB5keiCj3u6DcjRf470217B9U&client_secret=[FILTERED]&redirect_uri=https%3A%2F%2Fapp.com%2Fcallback&grant_type=authorization_code" for 127.0.0.1 at 2020-05-13 14:18:37 +0300 Processing by Doorkeeper::TokensController#create as HTML Parameters: {"code"=>"[FILTERED]", "client_id"=>"HmyXvcD3SOlLEy-wIUKB5keiCj3u6DcjRf470217B9U", "client_secret"=>"[FILTERED]", "redirect_uri"=>"https://app.com/callback", "grant_type"=>"authorization_code"} Completed 200 OK in 3ms (Views: 0.1ms) Started GET "/" for 127.0.0.1 at 2020-05-13 14:18:37 +0300 Processing by HomeController#index as HTML Rendering home/index.html.erb within layouts/application Rendered home/index.html.erb within layouts/application (0.0ms) Completed 200 OK in 1ms (Views: 0.4ms) Started GET "/sign_in" for 127.0.0.1 at 2020-05-13 14:18:37 +0300 Processing by HomeController#sign_in as HTML Redirected to http://www.example.com/ Completed 302 Found in 0ms Started GET "/" for 127.0.0.1 at 2020-05-13 14:18:37 +0300 Processing by HomeController#index as HTML Rendering home/index.html.erb within layouts/application Rendered home/index.html.erb within layouts/application (0.0ms) Completed 200 OK in 0ms (Views: 0.3ms) Started GET "/oauth/authorize?client_id=kOConyiu_2CWIQcyZkg9j1JHPBbuplYELygYr1itPhQ&redirect_uri=https%3A%2F%2Fapp.com%2Fcallback&response_type=code&scope=public" for 127.0.0.1 at 2020-05-13 14:18:37 +0300 Processing by Doorkeeper::AuthorizationsController#new as HTML Parameters: {"client_id"=>"kOConyiu_2CWIQcyZkg9j1JHPBbuplYELygYr1itPhQ", "redirect_uri"=>"https://app.com/callback", "response_type"=>"code", "scope"=>"public"} Rendering /projects/gems/doorkeeper-sequel/doorkeeper/app/views/doorkeeper/authorizations/new.html.erb within layouts/doorkeeper/application Rendered /projects/gems/doorkeeper-sequel/doorkeeper/app/views/doorkeeper/authorizations/new.html.erb within layouts/doorkeeper/application (0.8ms) Completed 200 OK in 3ms (Views: 1.7ms) Started POST "/oauth/authorize" for 127.0.0.1 at 2020-05-13 14:18:37 +0300 Processing by Doorkeeper::AuthorizationsController#create as HTML Parameters: {"utf8"=>"✓", "client_id"=>"kOConyiu_2CWIQcyZkg9j1JHPBbuplYELygYr1itPhQ", "redirect_uri"=>"https://app.com/callback", "state"=>"", "response_type"=>"code", "scope"=>"public", "code_challenge"=>"", "code_challenge_method"=>"", "commit"=>"Authorize"} Redirected to https://app.com/callback?code=oy4WA_HXM3uCXU1jMtW7JNL6f_TiTBPXQiCdbAG4NkQ Completed 302 Found in 2ms Started GET "/callback?code=[FILTERED]" for 127.0.0.1 at 2020-05-13 14:18:37 +0300 Processing by HomeController#callback as HTML Parameters: {"code"=>"[FILTERED]"} Rendering text template Rendered text template (0.0ms) Completed 200 OK in 0ms (Views: 0.3ms) Started POST "/oauth/token?code=[FILTERED]&client_id=kOConyiu_2CWIQcyZkg9j1JHPBbuplYELygYr1itPhQ&client_secret=[FILTERED]&redirect_uri=https%3A%2F%2Fapp.com%2Fcallback&grant_type=authorization_code" for 127.0.0.1 at 2020-05-13 14:18:37 +0300 Processing by Doorkeeper::TokensController#create as HTML Parameters: {"code"=>"[FILTERED]", "client_id"=>"kOConyiu_2CWIQcyZkg9j1JHPBbuplYELygYr1itPhQ", "client_secret"=>"[FILTERED]", "redirect_uri"=>"https://app.com/callback", "grant_type"=>"authorization_code"} Completed 200 OK in 3ms (Views: 0.1ms) Started GET "/" for 127.0.0.1 at 2020-05-13 14:18:37 +0300 Processing by HomeController#index as HTML Rendering home/index.html.erb within layouts/application Rendered home/index.html.erb within layouts/application (0.0ms) Completed 200 OK in 0ms (Views: 0.4ms) Started GET "/sign_in" for 127.0.0.1 at 2020-05-13 14:18:37 +0300 Processing by HomeController#sign_in as HTML Redirected to http://www.example.com/ Completed 302 Found in 0ms Started GET "/" for 127.0.0.1 at 2020-05-13 14:18:37 +0300 Processing by HomeController#index as HTML Rendering home/index.html.erb within layouts/application Rendered home/index.html.erb within layouts/application (0.0ms) Completed 200 OK in 0ms (Views: 0.4ms) Started GET "/oauth/authorize?client_id=qrwjgZLIFZWlhbaEeKP1mNnUBhrmip8HpLR7jcmMyLs&redirect_uri=https%3A%2F%2Fapp.com%2Fcallback&response_type=code" for 127.0.0.1 at 2020-05-13 14:18:37 +0300 Processing by Doorkeeper::AuthorizationsController#new as HTML Parameters: {"client_id"=>"qrwjgZLIFZWlhbaEeKP1mNnUBhrmip8HpLR7jcmMyLs", "redirect_uri"=>"https://app.com/callback", "response_type"=>"code"} Rendering /projects/gems/doorkeeper-sequel/doorkeeper/app/views/doorkeeper/authorizations/new.html.erb within layouts/doorkeeper/application Rendered /projects/gems/doorkeeper-sequel/doorkeeper/app/views/doorkeeper/authorizations/new.html.erb within layouts/doorkeeper/application (0.8ms) Completed 200 OK in 3ms (Views: 1.7ms) Started POST "/oauth/authorize" for 127.0.0.1 at 2020-05-13 14:18:37 +0300 Processing by Doorkeeper::AuthorizationsController#create as HTML Parameters: {"utf8"=>"✓", "client_id"=>"qrwjgZLIFZWlhbaEeKP1mNnUBhrmip8HpLR7jcmMyLs", "redirect_uri"=>"https://app.com/callback", "state"=>"", "response_type"=>"code", "scope"=>"public", "code_challenge"=>"", "code_challenge_method"=>"", "commit"=>"Authorize"} Redirected to https://app.com/callback?code=UB_yRau1PN-ErMRknWevemF-ovTHP--3qZEUyjac9NY Completed 302 Found in 2ms Started GET "/callback?code=[FILTERED]" for 127.0.0.1 at 2020-05-13 14:18:37 +0300 Processing by HomeController#callback as HTML Parameters: {"code"=>"[FILTERED]"} Rendering text template Rendered text template (0.0ms) Completed 200 OK in 0ms (Views: 0.2ms) Started GET "/" for 127.0.0.1 at 2020-05-13 14:18:37 +0300 Processing by HomeController#index as HTML Rendering home/index.html.erb within layouts/application Rendered home/index.html.erb within layouts/application (0.0ms) Completed 200 OK in 0ms (Views: 0.3ms) Started GET "/sign_in" for 127.0.0.1 at 2020-05-13 14:18:37 +0300 Processing by HomeController#sign_in as HTML Redirected to http://www.example.com/ Completed 302 Found in 0ms Started GET "/" for 127.0.0.1 at 2020-05-13 14:18:37 +0300 Processing by HomeController#index as HTML Rendering home/index.html.erb within layouts/application Rendered home/index.html.erb within layouts/application (0.0ms) Completed 200 OK in 0ms (Views: 0.3ms) Started GET "/oauth/authorize?client_id=Y_W_PqPpwVP8elgYZyjxs8lP6kLZSoaqp4TROr8gZBI&redirect_uri=https%3A%2F%2Fapp.com%2Fcallback&response_type=code&scope=write" for 127.0.0.1 at 2020-05-13 14:18:37 +0300 Processing by Doorkeeper::AuthorizationsController#new as HTML Parameters: {"client_id"=>"Y_W_PqPpwVP8elgYZyjxs8lP6kLZSoaqp4TROr8gZBI", "redirect_uri"=>"https://app.com/callback", "response_type"=>"code", "scope"=>"write"} Rendering /projects/gems/doorkeeper-sequel/doorkeeper/app/views/doorkeeper/authorizations/new.html.erb within layouts/doorkeeper/application Rendered /projects/gems/doorkeeper-sequel/doorkeeper/app/views/doorkeeper/authorizations/new.html.erb within layouts/doorkeeper/application (0.8ms) Completed 200 OK in 3ms (Views: 1.7ms) Started POST "/oauth/authorize" for 127.0.0.1 at 2020-05-13 14:18:37 +0300 Processing by Doorkeeper::AuthorizationsController#create as HTML Parameters: {"utf8"=>"✓", "client_id"=>"Y_W_PqPpwVP8elgYZyjxs8lP6kLZSoaqp4TROr8gZBI", "redirect_uri"=>"https://app.com/callback", "state"=>"", "response_type"=>"code", "scope"=>"write", "code_challenge"=>"", "code_challenge_method"=>"", "commit"=>"Authorize"} Redirected to https://app.com/callback?code=rnSc1GNDHbv1O5t2Kfsns5MIRaxes2buehAPXdXu4W0 Completed 302 Found in 2ms Started GET "/callback?code=[FILTERED]" for 127.0.0.1 at 2020-05-13 14:18:37 +0300 Processing by HomeController#callback as HTML Parameters: {"code"=>"[FILTERED]"} Rendering text template Rendered text template (0.0ms) Completed 200 OK in 0ms (Views: 0.2ms) Started GET "/" for 127.0.0.1 at 2020-05-13 14:18:37 +0300 Processing by HomeController#index as HTML Rendering home/index.html.erb within layouts/application Rendered home/index.html.erb within layouts/application (0.0ms) Completed 200 OK in 1ms (Views: 0.6ms) Started GET "/sign_in" for 127.0.0.1 at 2020-05-13 14:18:37 +0300 Processing by HomeController#sign_in as HTML Redirected to http://www.example.com/ Completed 302 Found in 0ms Started GET "/" for 127.0.0.1 at 2020-05-13 14:18:37 +0300 Processing by HomeController#index as HTML Rendering home/index.html.erb within layouts/application Rendered home/index.html.erb within layouts/application (0.0ms) Completed 200 OK in 0ms (Views: 0.4ms) Started GET "/oauth/authorize?client_id=Svw6FTJpm9yNRTsC2UMevJECt2jt5X3Ecy7kev7Rt6g&redirect_uri=https%3A%2F%2Fapp.com%2Fcallback&response_type=code&scope=public+write" for 127.0.0.1 at 2020-05-13 14:18:37 +0300 Processing by Doorkeeper::AuthorizationsController#new as HTML Parameters: {"client_id"=>"Svw6FTJpm9yNRTsC2UMevJECt2jt5X3Ecy7kev7Rt6g", "redirect_uri"=>"https://app.com/callback", "response_type"=>"code", "scope"=>"public write"} Rendering /projects/gems/doorkeeper-sequel/doorkeeper/app/views/doorkeeper/authorizations/new.html.erb within layouts/doorkeeper/application Rendered /projects/gems/doorkeeper-sequel/doorkeeper/app/views/doorkeeper/authorizations/new.html.erb within layouts/doorkeeper/application (0.9ms) Completed 200 OK in 3ms (Views: 1.8ms) Started POST "/oauth/authorize" for 127.0.0.1 at 2020-05-13 14:18:37 +0300 Processing by Doorkeeper::AuthorizationsController#create as HTML Parameters: {"utf8"=>"✓", "client_id"=>"Svw6FTJpm9yNRTsC2UMevJECt2jt5X3Ecy7kev7Rt6g", "redirect_uri"=>"https://app.com/callback", "state"=>"", "response_type"=>"code", "scope"=>"public write", "code_challenge"=>"", "code_challenge_method"=>"", "commit"=>"Authorize"} Redirected to https://app.com/callback?code=iv-au9mDq3te1aCCIZNEi8Kz5CMHMvlWyYaYmj4U3iE Completed 302 Found in 2ms Started GET "/callback?code=[FILTERED]" for 127.0.0.1 at 2020-05-13 14:18:37 +0300 Processing by HomeController#callback as HTML Parameters: {"code"=>"[FILTERED]"} Rendering text template Rendered text template (0.0ms) Completed 200 OK in 0ms (Views: 0.2ms) Started GET "/" for 127.0.0.1 at 2020-05-13 14:18:37 +0300 Processing by HomeController#index as HTML Rendering home/index.html.erb within layouts/application Rendered home/index.html.erb within layouts/application (0.0ms) Completed 200 OK in 0ms (Views: 0.4ms) Started GET "/sign_in" for 127.0.0.1 at 2020-05-13 14:18:37 +0300 Processing by HomeController#sign_in as HTML Redirected to http://www.example.com/ Completed 302 Found in 0ms Started GET "/" for 127.0.0.1 at 2020-05-13 14:18:37 +0300 Processing by HomeController#index as HTML Rendering home/index.html.erb within layouts/application Rendered home/index.html.erb within layouts/application (0.0ms) Completed 200 OK in 0ms (Views: 0.3ms) Started GET "/oauth/authorize?client_id=CCCOxg6Q7L_zeJ9cc9ysfegWGrzer9iCblOYEi-3q4U&redirect_uri=https%3A%2F%2Fapp.com%2Fcallback&response_type=code&scope=public+write" for 127.0.0.1 at 2020-05-13 14:18:37 +0300 Processing by Doorkeeper::AuthorizationsController#new as HTML Parameters: {"client_id"=>"CCCOxg6Q7L_zeJ9cc9ysfegWGrzer9iCblOYEi-3q4U", "redirect_uri"=>"https://app.com/callback", "response_type"=>"code", "scope"=>"public write"} Rendering /projects/gems/doorkeeper-sequel/doorkeeper/app/views/doorkeeper/authorizations/new.html.erb within layouts/doorkeeper/application Rendered /projects/gems/doorkeeper-sequel/doorkeeper/app/views/doorkeeper/authorizations/new.html.erb within layouts/doorkeeper/application (0.7ms) Completed 200 OK in 3ms (Views: 1.7ms) Started POST "/oauth/authorize" for 127.0.0.1 at 2020-05-13 14:18:37 +0300 Processing by Doorkeeper::AuthorizationsController#create as HTML Parameters: {"utf8"=>"✓", "client_id"=>"CCCOxg6Q7L_zeJ9cc9ysfegWGrzer9iCblOYEi-3q4U", "redirect_uri"=>"https://app.com/callback", "state"=>"", "response_type"=>"code", "scope"=>"public write", "code_challenge"=>"", "code_challenge_method"=>"", "commit"=>"Authorize"} Redirected to https://app.com/callback?code=YlYXsEmgtb--QrGeSwTelCTuiV5qTVnKV8EboUid29g Completed 302 Found in 2ms Started GET "/callback?code=[FILTERED]" for 127.0.0.1 at 2020-05-13 14:18:37 +0300 Processing by HomeController#callback as HTML Parameters: {"code"=>"[FILTERED]"} Rendering text template Rendered text template (0.0ms) Completed 200 OK in 0ms (Views: 0.2ms) Started POST "/oauth/token?code=[FILTERED]&client_id=CCCOxg6Q7L_zeJ9cc9ysfegWGrzer9iCblOYEi-3q4U&client_secret=[FILTERED]&redirect_uri=https%3A%2F%2Fapp.com%2Fcallback&grant_type=authorization_code" for 127.0.0.1 at 2020-05-13 14:18:37 +0300 Processing by Doorkeeper::TokensController#create as HTML Parameters: {"code"=>"[FILTERED]", "client_id"=>"CCCOxg6Q7L_zeJ9cc9ysfegWGrzer9iCblOYEi-3q4U", "client_secret"=>"[FILTERED]", "redirect_uri"=>"https://app.com/callback", "grant_type"=>"authorization_code"} Completed 200 OK in 3ms (Views: 0.1ms) Started GET "/" for 127.0.0.1 at 2020-05-13 14:18:37 +0300 Processing by HomeController#index as HTML Rendering home/index.html.erb within layouts/application Rendered home/index.html.erb within layouts/application (0.0ms) Completed 200 OK in 0ms (Views: 0.3ms) Started GET "/sign_in" for 127.0.0.1 at 2020-05-13 14:18:37 +0300 Processing by HomeController#sign_in as HTML Redirected to http://www.example.com/ Completed 302 Found in 0ms Started GET "/" for 127.0.0.1 at 2020-05-13 14:18:37 +0300 Processing by HomeController#index as HTML Rendering home/index.html.erb within layouts/application Rendered home/index.html.erb within layouts/application (0.0ms) Completed 200 OK in 0ms (Views: 0.3ms) Started POST "/oauth/token?code=[FILTERED]&client_id=8bJ0T4z5Z_A0fVsz23952HyVbGH8OHnmH4HYN0A0hHI&client_secret=[FILTERED]&redirect_uri=https%3A%2F%2Fapp.com%2Fcallback&grant_type=authorization_code" for 127.0.0.1 at 2020-05-13 14:18:37 +0300 Processing by Doorkeeper::TokensController#create as HTML Parameters: {"code"=>"[FILTERED]", "client_id"=>"8bJ0T4z5Z_A0fVsz23952HyVbGH8OHnmH4HYN0A0hHI", "client_secret"=>"[FILTERED]", "redirect_uri"=>"https://app.com/callback", "grant_type"=>"authorization_code"} Completed 400 Bad Request in 2ms Started GET "/" for 127.0.0.1 at 2020-05-13 14:18:37 +0300 Processing by HomeController#index as HTML Rendering home/index.html.erb within layouts/application Rendered home/index.html.erb within layouts/application (0.0ms) Completed 200 OK in 0ms (Views: 0.4ms) Started GET "/sign_in" for 127.0.0.1 at 2020-05-13 14:18:37 +0300 Processing by HomeController#sign_in as HTML Redirected to http://www.example.com/ Completed 302 Found in 0ms Started GET "/" for 127.0.0.1 at 2020-05-13 14:18:37 +0300 Processing by HomeController#index as HTML Rendering home/index.html.erb within layouts/application Rendered home/index.html.erb within layouts/application (0.0ms) Completed 200 OK in 0ms (Views: 0.3ms) Started GET "/oauth/authorize?client_id=34MAd5y--r8kJXeO5wh9Pv491ryOnvifWVCB1RASV7A&redirect_uri=https%3A%2F%2Fapp.com%2Fcallback&response_type=code" for 127.0.0.1 at 2020-05-13 14:18:37 +0300 Processing by Doorkeeper::AuthorizationsController#new as HTML Parameters: {"client_id"=>"34MAd5y--r8kJXeO5wh9Pv491ryOnvifWVCB1RASV7A", "redirect_uri"=>"https://app.com/callback", "response_type"=>"code"} Rendering /projects/gems/doorkeeper-sequel/doorkeeper/app/views/doorkeeper/authorizations/error.html.erb within layouts/doorkeeper/application Rendered /projects/gems/doorkeeper-sequel/doorkeeper/app/views/doorkeeper/authorizations/error.html.erb within layouts/doorkeeper/application (0.1ms) Completed 200 OK in 2ms (Views: 1.0ms) Started GET "/" for 127.0.0.1 at 2020-05-13 14:18:37 +0300 Processing by HomeController#index as HTML Rendering home/index.html.erb within layouts/application Rendered home/index.html.erb within layouts/application (0.0ms) Completed 200 OK in 1ms (Views: 0.3ms) Started GET "/sign_in" for 127.0.0.1 at 2020-05-13 14:18:37 +0300 Processing by HomeController#sign_in as HTML Redirected to http://www.example.com/ Completed 302 Found in 0ms Started GET "/" for 127.0.0.1 at 2020-05-13 14:18:37 +0300 Processing by HomeController#index as HTML Rendering home/index.html.erb within layouts/application Rendered home/index.html.erb within layouts/application (0.0ms) Completed 200 OK in 0ms (Views: 0.3ms) Started GET "/oauth/authorize?client_id=uGzfFjZaAA7578ou1KOi3coQwB221SF4WVfi3RcHuZk&redirect_uri=https%3A%2F%2Fapp.com%2Fcallback&response_type=code" for 127.0.0.1 at 2020-05-13 14:18:37 +0300 Processing by Doorkeeper::AuthorizationsController#new as HTML Parameters: {"client_id"=>"uGzfFjZaAA7578ou1KOi3coQwB221SF4WVfi3RcHuZk", "redirect_uri"=>"https://app.com/callback", "response_type"=>"code"} Rendering /projects/gems/doorkeeper-sequel/doorkeeper/app/views/doorkeeper/authorizations/new.html.erb within layouts/doorkeeper/application Rendered /projects/gems/doorkeeper-sequel/doorkeeper/app/views/doorkeeper/authorizations/new.html.erb within layouts/doorkeeper/application (1.0ms) Completed 200 OK in 3ms (Views: 1.8ms) Started POST "/oauth/authorize" for 127.0.0.1 at 2020-05-13 14:18:37 +0300 Processing by Doorkeeper::AuthorizationsController#create as HTML Parameters: {"utf8"=>"✓", "client_id"=>"uGzfFjZaAA7578ou1KOi3coQwB221SF4WVfi3RcHuZk", "redirect_uri"=>"https://app.com/callback", "state"=>"", "response_type"=>"code", "scope"=>"public write", "code_challenge"=>"", "code_challenge_method"=>"", "commit"=>"Authorize"} Redirected to https://app.com/callback?code=68aa9OuybUKEZkQVLep7pN_iYg1uYBQ2A0tROzBpKwE Completed 302 Found in 2ms Started GET "/callback?code=[FILTERED]" for 127.0.0.1 at 2020-05-13 14:18:37 +0300 Processing by HomeController#callback as HTML Parameters: {"code"=>"[FILTERED]"} Rendering text template Rendered text template (0.0ms) Completed 200 OK in 0ms (Views: 0.2ms) ====> Doorkeeper.orm = :sequel ====> Rails version: 5.2.1 ====> Ruby version: 2.5.0 ====> Doorkeeper.orm = :sequel ====> Rails version: 5.2.1 ====> Ruby version: 2.5.0 Processing by AnonymousController#index as HTML Parameters: {"access_token"=>"[FILTERED]"} Filter chain halted as :doorkeeper_authorize! rendered or redirected Completed 401 Unauthorized in 5ms Processing by AnonymousController#show as HTML Parameters: {"access_token"=>"[FILTERED]", "id"=>"4"} Filter chain halted as :doorkeeper_authorize! rendered or redirected Completed 401 Unauthorized in 0ms Processing by AnonymousController#index as HTML Parameters: {"access_token"=>"[FILTERED]"} Rendering text template Rendered text template (0.0ms) Completed 200 OK in 1ms (Views: 0.4ms) Processing by AnonymousController#show as HTML Parameters: {"access_token"=>"[FILTERED]", "id"=>"4"} Rendering text template Rendered text template (0.0ms) Completed 200 OK in 0ms (Views: 0.2ms) Processing by AnonymousController#index as HTML Parameters: {"access_token"=>"[FILTERED]"} Rendering text template Rendered text template (0.0ms) Filter chain halted as # rendered or redirected Completed 404 Not Found in 1ms (Views: 0.3ms) Processing by AnonymousController#index as HTML Parameters: {"access_token"=>"[FILTERED]"} Filter chain halted as # rendered or redirected Completed 404 Not Found in 0ms (Views: 0.1ms) Processing by AnonymousController#index as HTML Parameters: {"access_token"=>"[FILTERED]"} Rendering text template Rendered text template (0.0ms) Filter chain halted as # rendered or redirected Completed 403 Forbidden in 0ms (Views: 0.2ms) Processing by AnonymousController#index as HTML Parameters: {"access_token"=>"[FILTERED]"} Filter chain halted as # rendered or redirected Completed 403 Forbidden in 1ms (Views: 0.2ms) Processing by AnonymousController#index as HTML Rendering text template Rendered text template (0.0ms) Completed 200 OK in 1ms (Views: 0.4ms) Processing by AnonymousController#index as HTML Filter chain halted as :doorkeeper_authorize! rendered or redirected Completed 401 Unauthorized in 0ms Processing by AnonymousController#index as HTML Parameters: {"access_token"=>"[FILTERED]"} Rendering text template Rendered text template (0.0ms) Completed 200 OK in 0ms (Views: 0.2ms) Processing by AnonymousController#index as HTML Parameters: {"bearer_token"=>"1A2BC3"} Rendering text template Rendered text template (0.0ms) Completed 200 OK in 0ms (Views: 0.2ms) Processing by AnonymousController#index as HTML Rendering text template Rendered text template (0.0ms) Completed 200 OK in 0ms (Views: 0.2ms) Processing by AnonymousController#index as HTML Rendering text template Rendered text template (0.0ms) Completed 200 OK in 0ms (Views: 0.1ms) Processing by AnonymousController#index as HTML Parameters: {"access_token"=>"[FILTERED]"} Completed 500 Internal Server Error in 0ms Processing by AnonymousController#index as HTML Parameters: {"access_token"=>"[FILTERED]"} Completed 500 Internal Server Error in 1ms Processing by AnonymousController#index as HTML Parameters: {"access_token"=>"[FILTERED]"} Completed 500 Internal Server Error in 0ms Processing by AnonymousController#index as HTML Parameters: {"access_token"=>"[FILTERED]"} Completed 500 Internal Server Error in 0ms Processing by AnonymousController#index as HTML Parameters: {"access_token"=>"[FILTERED]"} Filter chain halted as # rendered or redirected Completed 403 Forbidden in 0ms Processing by AnonymousController#index as HTML Parameters: {"access_token"=>"[FILTERED]"} Rendering text template Rendered text template (0.0ms) Completed 200 OK in 1ms (Views: 0.4ms) Processing by AnonymousController#index as HTML Parameters: {"access_token"=>"[FILTERED]"} Filter chain halted as :doorkeeper_authorize! rendered or redirected Completed 401 Unauthorized in 0ms (Views: 0.1ms) Processing by AnonymousController#index as HTML Parameters: {"access_token"=>"[FILTERED]"} Rendering text template Rendered text template (0.0ms) Filter chain halted as :doorkeeper_authorize! rendered or redirected Completed 401 Unauthorized in 1ms (Views: 0.4ms) Started POST "/oauth/token?code=[FILTERED]&client_id=Lxus_wCLFSU5Zq8sxwHTebbulB_6enLDCegPO5Njl7c&client_secret=[FILTERED]&redirect_uri=https%3A%2F%2Fapp.com%2Fcallback&grant_type=authorization_code" for 127.0.0.1 at 2020-05-13 14:18:39 +0300 Processing by Doorkeeper::TokensController#create as HTML Parameters: {"code"=>"[FILTERED]", "client_id"=>"Lxus_wCLFSU5Zq8sxwHTebbulB_6enLDCegPO5Njl7c", "client_secret"=>"[FILTERED]", "redirect_uri"=>"https://app.com/callback", "grant_type"=>"authorization_code"} Completed 200 OK in 3ms (Views: 0.1ms) Started POST "/oauth/token?code=[FILTERED]&client_id=Lxus_wCLFSU5Zq8sxwHTebbulB_6enLDCegPO5Njl7c&client_secret=[FILTERED]&redirect_uri=https%3A%2F%2Fapp.com%2Fcallback&grant_type=authorization_code" for 127.0.0.1 at 2020-05-13 14:18:39 +0300 Processing by Doorkeeper::TokensController#create as HTML Parameters: {"code"=>"[FILTERED]", "client_id"=>"Lxus_wCLFSU5Zq8sxwHTebbulB_6enLDCegPO5Njl7c", "client_secret"=>"[FILTERED]", "redirect_uri"=>"https://app.com/callback", "grant_type"=>"authorization_code"} Completed 400 Bad Request in 1ms (Views: 0.1ms) Started POST "/oauth/token?code=[FILTERED]&client_id=VHmAp_urK0g2nqB0L34yhEDLKiIpYcvoVs97UeLS73c&client_secret=[FILTERED]&redirect_uri=https%3A%2F%2Fapp.com%2Fcallback&grant_type=authorization_code" for 127.0.0.1 at 2020-05-13 14:18:39 +0300 Processing by Doorkeeper::TokensController#create as HTML Parameters: {"code"=>"[FILTERED]", "client_id"=>"VHmAp_urK0g2nqB0L34yhEDLKiIpYcvoVs97UeLS73c", "client_secret"=>"[FILTERED]", "redirect_uri"=>"https://app.com/callback", "grant_type"=>"authorization_code"} Completed 400 Bad Request in 1ms (Views: 0.1ms) Access to admin panel is forbidden due to Doorkeeper.configure.admin_authenticator being unconfigured. Started GET "/" for 127.0.0.1 at 2020-05-13 14:18:39 +0300 Processing by HomeController#index as HTML Rendering home/index.html.erb within layouts/application Rendered home/index.html.erb within layouts/application (0.3ms) Completed 200 OK in 2ms (Views: 1.6ms) Started GET "/sign_in" for 127.0.0.1 at 2020-05-13 14:18:39 +0300 Processing by HomeController#sign_in as HTML Redirected to http://www.example.com/ Completed 302 Found in 3ms Started GET "/" for 127.0.0.1 at 2020-05-13 14:18:39 +0300 Processing by HomeController#index as HTML Rendering home/index.html.erb within layouts/application Rendered home/index.html.erb within layouts/application (0.0ms) Completed 200 OK in 0ms (Views: 0.3ms) Started GET "/oauth/authorize?client_id=lDmqEl-Zk4D4scvG25bvksotgMF_tSJdjFJaOZmlGuI&redirect_uri=https%3A%2F%2Fapp.com%2Fcallback&response_type=token" for 127.0.0.1 at 2020-05-13 14:18:39 +0300 Processing by Doorkeeper::AuthorizationsController#new as HTML Parameters: {"client_id"=>"lDmqEl-Zk4D4scvG25bvksotgMF_tSJdjFJaOZmlGuI", "redirect_uri"=>"https://app.com/callback", "response_type"=>"token"} Rendering /projects/gems/doorkeeper-sequel/doorkeeper/app/views/doorkeeper/authorizations/new.html.erb within layouts/doorkeeper/application Rendered /projects/gems/doorkeeper-sequel/doorkeeper/app/views/doorkeeper/authorizations/new.html.erb within layouts/doorkeeper/application (1.8ms) Completed 200 OK in 160ms (Views: 158.7ms) Started POST "/oauth/authorize" for 127.0.0.1 at 2020-05-13 14:18:40 +0300 Processing by Doorkeeper::AuthorizationsController#create as HTML Parameters: {"utf8"=>"✓", "client_id"=>"lDmqEl-Zk4D4scvG25bvksotgMF_tSJdjFJaOZmlGuI", "redirect_uri"=>"https://app.com/callback", "state"=>"", "response_type"=>"token", "scope"=>"default", "code_challenge"=>"", "code_challenge_method"=>"", "commit"=>"Authorize"} Redirected to https://app.com/callback#access_token=xifh-lMaok0Mw2BQP5XxI1B2nxkmMLcVDFbnW1uj7mk&token_type=Bearer&expires_in=0 Completed 302 Found in 2ms Started GET "/callback" for 127.0.0.1 at 2020-05-13 14:18:40 +0300 Processing by HomeController#callback as HTML Rendering text template Rendered text template (0.0ms) Completed 200 OK in 0ms (Views: 0.2ms) Started GET "/" for 127.0.0.1 at 2020-05-13 14:18:40 +0300 Processing by HomeController#index as HTML Rendering home/index.html.erb within layouts/application Rendered home/index.html.erb within layouts/application (0.0ms) Completed 200 OK in 0ms (Views: 0.3ms) Started GET "/sign_in" for 127.0.0.1 at 2020-05-13 14:18:40 +0300 Processing by HomeController#sign_in as HTML Redirected to http://www.example.com/ Completed 302 Found in 0ms Started GET "/" for 127.0.0.1 at 2020-05-13 14:18:40 +0300 Processing by HomeController#index as HTML Rendering home/index.html.erb within layouts/application Rendered home/index.html.erb within layouts/application (0.0ms) Completed 200 OK in 0ms (Views: 0.3ms) Started GET "/oauth/authorize?client_id=fwwtpnaGxH3QHu9l8UDJwVeg_zoOOIxsygLRBkQxFfE&redirect_uri=https%3A%2F%2Fapp.com%2Fcallback&response_type=token" for 127.0.0.1 at 2020-05-13 14:18:40 +0300 Processing by Doorkeeper::AuthorizationsController#new as HTML Parameters: {"client_id"=>"fwwtpnaGxH3QHu9l8UDJwVeg_zoOOIxsygLRBkQxFfE", "redirect_uri"=>"https://app.com/callback", "response_type"=>"token"} Rendering /projects/gems/doorkeeper-sequel/doorkeeper/app/views/doorkeeper/authorizations/new.html.erb within layouts/doorkeeper/application Rendered /projects/gems/doorkeeper-sequel/doorkeeper/app/views/doorkeeper/authorizations/new.html.erb within layouts/doorkeeper/application (0.8ms) Completed 200 OK in 3ms (Views: 1.9ms) Started POST "/oauth/authorize" for 127.0.0.1 at 2020-05-13 14:18:40 +0300 Processing by Doorkeeper::AuthorizationsController#create as HTML Parameters: {"utf8"=>"✓", "client_id"=>"fwwtpnaGxH3QHu9l8UDJwVeg_zoOOIxsygLRBkQxFfE", "redirect_uri"=>"https://app.com/callback", "state"=>"", "response_type"=>"token", "scope"=>"public write", "code_challenge"=>"", "code_challenge_method"=>"", "commit"=>"Authorize"} Redirected to https://app.com/callback#access_token=3uxUbgR_IvhCn54pyEh-M6PwX30v43uKdaW4eKc0U50&token_type=Bearer&expires_in=0 Completed 302 Found in 2ms Started GET "/callback" for 127.0.0.1 at 2020-05-13 14:18:40 +0300 Processing by HomeController#callback as HTML Rendering text template Rendered text template (0.0ms) Completed 200 OK in 0ms (Views: 0.2ms) Started GET "/" for 127.0.0.1 at 2020-05-13 14:18:40 +0300 Processing by HomeController#index as HTML Rendering home/index.html.erb within layouts/application Rendered home/index.html.erb within layouts/application (0.0ms) Completed 200 OK in 0ms (Views: 0.4ms) Started GET "/sign_in" for 127.0.0.1 at 2020-05-13 14:18:40 +0300 Processing by HomeController#sign_in as HTML Redirected to http://www.example.com/ Completed 302 Found in 0ms Started GET "/" for 127.0.0.1 at 2020-05-13 14:18:40 +0300 Processing by HomeController#index as HTML Rendering home/index.html.erb within layouts/application Rendered home/index.html.erb within layouts/application (0.0ms) Completed 200 OK in 0ms (Views: 0.3ms) Started GET "/oauth/authorize?client_id=NNcPaXlMoLBGeXT41VxaNBrp3hnOlM-W_r8X6g2V14Q&redirect_uri=https%3A%2F%2Fapp.com%2Fcallback&response_type=token" for 127.0.0.1 at 2020-05-13 14:18:40 +0300 Processing by Doorkeeper::AuthorizationsController#new as HTML Parameters: {"client_id"=>"NNcPaXlMoLBGeXT41VxaNBrp3hnOlM-W_r8X6g2V14Q", "redirect_uri"=>"https://app.com/callback", "response_type"=>"token"} Rendering /projects/gems/doorkeeper-sequel/doorkeeper/app/views/doorkeeper/authorizations/error.html.erb within layouts/doorkeeper/application Rendered /projects/gems/doorkeeper-sequel/doorkeeper/app/views/doorkeeper/authorizations/error.html.erb within layouts/doorkeeper/application (0.4ms) Completed 200 OK in 3ms (Views: 1.8ms) Started GET "/oauth/applications/1/edit" for 127.0.0.1 at 2020-05-13 14:18:40 +0300 Processing by Doorkeeper::ApplicationsController#edit as HTML Parameters: {"id"=>"1"} Rendering /projects/gems/doorkeeper-sequel/doorkeeper/app/views/doorkeeper/applications/edit.html.erb within layouts/doorkeeper/admin Rendered /projects/gems/doorkeeper-sequel/doorkeeper/app/views/doorkeeper/applications/_form.html.erb (2.3ms) Rendered /projects/gems/doorkeeper-sequel/doorkeeper/app/views/doorkeeper/applications/edit.html.erb within layouts/doorkeeper/admin (3.3ms) Completed 200 OK in 7ms (Views: 5.7ms) Started PATCH "/oauth/applications/1" for 127.0.0.1 at 2020-05-13 14:18:40 +0300 Processing by Doorkeeper::ApplicationsController#update as HTML Parameters: {"utf8"=>"✓", "doorkeeper_application"=>{"name"=>"Serious app", "redirect_uri"=>"https://app.com/callback", "confidential"=>"1", "scopes"=>""}, "commit"=>"Submit", "id"=>"1"} Redirected to http://www.example.com/oauth/applications/1 Completed 302 Found in 1ms Started GET "/oauth/applications/1" for 127.0.0.1 at 2020-05-13 14:18:40 +0300 Processing by Doorkeeper::ApplicationsController#show as HTML Parameters: {"id"=>"1"} Rendering /projects/gems/doorkeeper-sequel/doorkeeper/app/views/doorkeeper/applications/show.html.erb within layouts/doorkeeper/admin Rendered /projects/gems/doorkeeper-sequel/doorkeeper/app/views/doorkeeper/applications/_delete_form.html.erb (0.6ms) Rendered /projects/gems/doorkeeper-sequel/doorkeeper/app/views/doorkeeper/applications/show.html.erb within layouts/doorkeeper/admin (2.6ms) Completed 200 OK in 4ms (Views: 3.4ms) Started GET "/oauth/applications/1/edit" for 127.0.0.1 at 2020-05-13 14:18:40 +0300 Processing by Doorkeeper::ApplicationsController#edit as HTML Parameters: {"id"=>"1"} Rendering /projects/gems/doorkeeper-sequel/doorkeeper/app/views/doorkeeper/applications/edit.html.erb within layouts/doorkeeper/admin Rendered /projects/gems/doorkeeper-sequel/doorkeeper/app/views/doorkeeper/applications/_form.html.erb (1.1ms) Rendered /projects/gems/doorkeeper-sequel/doorkeeper/app/views/doorkeeper/applications/edit.html.erb within layouts/doorkeeper/admin (1.3ms) Completed 200 OK in 3ms (Views: 2.3ms) Started PATCH "/oauth/applications/1" for 127.0.0.1 at 2020-05-13 14:18:40 +0300 Processing by Doorkeeper::ApplicationsController#update as HTML Parameters: {"utf8"=>"✓", "doorkeeper_application"=>{"name"=>"", "redirect_uri"=>"https://app.com/callback", "confidential"=>"1", "scopes"=>""}, "commit"=>"Submit", "id"=>"1"} Rendering /projects/gems/doorkeeper-sequel/doorkeeper/app/views/doorkeeper/applications/edit.html.erb within layouts/doorkeeper/admin Rendered /projects/gems/doorkeeper-sequel/doorkeeper/app/views/doorkeeper/applications/_form.html.erb (1.3ms) Rendered /projects/gems/doorkeeper-sequel/doorkeeper/app/views/doorkeeper/applications/edit.html.erb within layouts/doorkeeper/admin (1.4ms) Completed 200 OK in 3ms (Views: 2.2ms) Started POST "/oauth/revoke" for 127.0.0.1 at 2020-05-13 14:18:40 +0300 Processing by Doorkeeper::TokensController#revoke as HTML Parameters: {"token"=>"hmtqYBpn2YVEH4KoAoa_UEUuJ3cge47i4qtfFLVaX0w"} Completed 403 Forbidden in 0ms (Views: 0.1ms) Started POST "/oauth/revoke" for 127.0.0.1 at 2020-05-13 14:18:40 +0300 Processing by Doorkeeper::TokensController#revoke as HTML Parameters: {"client_id"=>"VbKQt3zqw9UKd4s_ue8IwD71t0lM6sXN59f0Os6SOi4", "token"=>"dont_exist"} Completed 200 OK in 1ms (Views: 0.1ms) Started POST "/oauth/revoke" for 127.0.0.1 at 2020-05-13 14:18:40 +0300 Processing by Doorkeeper::TokensController#revoke as HTML Parameters: {"client_id"=>"9wN_VRoY6GoRv7LOUC_tDvfo1wJ5hxryj-wuwSokoy4", "token"=>"WcgCg9LxgHVmsL13axf9V0cNX7Rw8RvK7BI9zCW977E"} Completed 200 OK in 1ms (Views: 0.1ms) Started POST "/oauth/revoke" for 127.0.0.1 at 2020-05-13 14:18:40 +0300 Processing by Doorkeeper::TokensController#revoke as HTML Parameters: {"client_id"=>"RPZtWJZPMwyU1NNv-mRAFL4xwkuu-sZpaywlSCmZo3U", "token"=>"AgG0a5CnkGncLkTorMBip0-dCxu_hwtGC49f9zXENSU"} Completed 200 OK in 1ms (Views: 0.1ms) Started POST "/oauth/revoke" for 127.0.0.1 at 2020-05-13 14:18:40 +0300 Processing by Doorkeeper::TokensController#revoke as HTML Parameters: {"client_id"=>"ccq-gLfzvQJeJiqxZh7GncEwUWI8NLIO57YfBU3Atfk", "token"=>"tdvEQCqsi84vtLSoBDR9Xa93sZBE4Rgz81jgrySN7L8"} Completed 403 Forbidden in 1ms (Views: 0.1ms) Started POST "/oauth/revoke" for 127.0.0.1 at 2020-05-13 14:18:40 +0300 Processing by Doorkeeper::TokensController#revoke as HTML Parameters: {"client_id"=>"0K_WlWnztbhanZmghArMNxNNcpOKHqYNrtRwTiZkh6U", "token"=>"rH2lxisnYx22vgjfe7ZFGE2wbCrdBfMB-LBB3A0M9Ew"} Completed 403 Forbidden in 1ms (Views: 0.1ms) Started POST "/oauth/revoke" for 127.0.0.1 at 2020-05-13 14:18:40 +0300 Processing by Doorkeeper::TokensController#revoke as HTML Parameters: {"token"=>"YljGmdtpwQRR8hTRkzzawp5s-UuJSKJY2H4YjQQBIw8"} Completed 200 OK in 1ms (Views: 0.1ms) Started POST "/oauth/revoke" for 127.0.0.1 at 2020-05-13 14:18:40 +0300 Processing by Doorkeeper::TokensController#revoke as HTML Parameters: {"token"=>"DzN1QkNqmxYoriqpniP-gtKr7rpLHyh0Fj0vl4st6Ds"} Completed 200 OK in 1ms (Views: 0.1ms) Started POST "/oauth/revoke" for 127.0.0.1 at 2020-05-13 14:18:40 +0300 Processing by Doorkeeper::TokensController#revoke as HTML Parameters: {"token"=>"xNwYL7Ls8XZ-Z-WAP1ulwTgfq79Am89V60S-4USzQUc"} Completed 403 Forbidden in 0ms (Views: 0.1ms) Started POST "/oauth/revoke" for 127.0.0.1 at 2020-05-13 14:18:40 +0300 Processing by Doorkeeper::TokensController#revoke as HTML Parameters: {"token"=>"TFQzMuZcIBOfgznB7m3TMtkp4MZfL5l9RxknRkawSRg"} Completed 403 Forbidden in 2ms (Views: 0.2ms) Started POST "/oauth/revoke" for 127.0.0.1 at 2020-05-13 14:18:40 +0300 Processing by Doorkeeper::TokensController#revoke as HTML Parameters: {"token"=>"6m6RdRJfeFXWNPqwCl0HhCLkFQhPoU1O8FQayNs_0e4"} Completed 403 Forbidden in 1ms (Views: 0.1ms) Started POST "/oauth/revoke" for 127.0.0.1 at 2020-05-13 14:18:40 +0300 Processing by Doorkeeper::TokensController#revoke as HTML Parameters: {"token"=>"I_AM_AN_INVALID_TOKEN"} Completed 200 OK in 1ms (Views: 0.1ms) Started POST "/oauth/token?client_id=mGSp_S66cufQ8F6y3djOUM1FDcBE-asckCvuNPniDoo&client_secret=[FILTERED]&username=Joe&password=sekret&grant_type=password" for 127.0.0.1 at 2020-05-13 14:18:40 +0300 Processing by Doorkeeper::TokensController#create as HTML Parameters: {"client_id"=>"mGSp_S66cufQ8F6y3djOUM1FDcBE-asckCvuNPniDoo", "client_secret"=>"[FILTERED]", "username"=>"Joe", "password"=>"sekret", "grant_type"=>"password"} Completed 401 Unauthorized in 1ms (Views: 0.1ms) Started POST "/oauth/token?client_id=DUfIFWw5dAodzHZiJxciwbttgmJAuMSRhfvdUmZcUT4&client_secret=[FILTERED]&username=Joe&password=sekret&grant_type=password" for 127.0.0.1 at 2020-05-13 14:18:40 +0300 Processing by Doorkeeper::TokensController#create as HTML Parameters: {"client_id"=>"DUfIFWw5dAodzHZiJxciwbttgmJAuMSRhfvdUmZcUT4", "client_secret"=>"[FILTERED]", "username"=>"Joe", "password"=>"sekret", "grant_type"=>"password"} Completed 200 OK in 3ms (Views: 0.1ms) Started POST "/oauth/token?client_id=OMfRrmSIY5inNOZucqAbcE8P0Iq-FjBLBnLyaJFpVis&client_secret=[FILTERED]&username=Joe&password=sekret&grant_type=password" for 127.0.0.1 at 2020-05-13 14:18:40 +0300 Processing by Doorkeeper::TokensController#create as HTML Parameters: {"client_id"=>"OMfRrmSIY5inNOZucqAbcE8P0Iq-FjBLBnLyaJFpVis", "client_secret"=>"[FILTERED]", "username"=>"Joe", "password"=>"sekret", "grant_type"=>"password"} Completed 200 OK in 3ms (Views: 0.2ms) Started POST "/oauth/token?username=Joe&password=sekret&grant_type=password" for 127.0.0.1 at 2020-05-13 14:18:40 +0300 Processing by Doorkeeper::TokensController#create as HTML Parameters: {"username"=>"Joe", "password"=>"sekret", "grant_type"=>"password"} Completed 200 OK in 2ms (Views: 0.1ms) Started POST "/oauth/token?client_id=aHoL32Rxb1nHTPpdmHZ2Abvswq6F2uUlfLdqe-vwmNo&client_secret=[FILTERED]&username=Joe&password=sekret&grant_type=password" for 127.0.0.1 at 2020-05-13 14:18:40 +0300 Processing by Doorkeeper::TokensController#create as HTML Parameters: {"client_id"=>"aHoL32Rxb1nHTPpdmHZ2Abvswq6F2uUlfLdqe-vwmNo", "client_secret"=>"[FILTERED]", "username"=>"Joe", "password"=>"sekret", "grant_type"=>"password"} Completed 200 OK in 2ms (Views: 0.1ms) Started POST "/oauth/token?client_id=JxEXCdBI041BOjXtJBB6FxGC3kfWBUD7cMfS6TIY320&username=Joe&password=sekret&grant_type=password" for 127.0.0.1 at 2020-05-13 14:18:40 +0300 Processing by Doorkeeper::TokensController#create as HTML Parameters: {"client_id"=>"JxEXCdBI041BOjXtJBB6FxGC3kfWBUD7cMfS6TIY320", "username"=>"Joe", "password"=>"sekret", "grant_type"=>"password"} Completed 401 Unauthorized in 1ms (Views: 0.1ms) Started POST "/oauth/token?client_id=20Xs2KGvn6Jrwv979ovqmFRf6BcMamiQB5PExTE8Upk&username=Joe&password=sekret&grant_type=password" for 127.0.0.1 at 2020-05-13 14:18:40 +0300 Processing by Doorkeeper::TokensController#create as HTML Parameters: {"client_id"=>"20Xs2KGvn6Jrwv979ovqmFRf6BcMamiQB5PExTE8Upk", "username"=>"Joe", "password"=>"sekret", "grant_type"=>"password"} Completed 200 OK in 2ms (Views: 0.1ms) Started POST "/oauth/token?client_id=gEQpOy9T8nqXYHHi92DMPpyqrjTbLKAv5xbatLga-MM&client_secret=[FILTERED]&username=Joe&password=sekret&grant_type=password" for 127.0.0.1 at 2020-05-13 14:18:40 +0300 Processing by Doorkeeper::TokensController#create as HTML Parameters: {"client_id"=>"gEQpOy9T8nqXYHHi92DMPpyqrjTbLKAv5xbatLga-MM", "client_secret"=>"[FILTERED]", "username"=>"Joe", "password"=>"sekret", "grant_type"=>"password"} Completed 200 OK in 2ms (Views: 0.1ms) Started POST "/oauth/token?client_id=7J14K2QmGUEIvzBNyy-wh27FFD_Oee_LX48vOe1mAFI&client_secret=[FILTERED]&username=Joe&password=sekret&grant_type=password" for 127.0.0.1 at 2020-05-13 14:18:40 +0300 Processing by Doorkeeper::TokensController#create as HTML Parameters: {"client_id"=>"7J14K2QmGUEIvzBNyy-wh27FFD_Oee_LX48vOe1mAFI", "client_secret"=>"[FILTERED]", "username"=>"Joe", "password"=>"sekret", "grant_type"=>"password"} Completed 401 Unauthorized in 1ms (Views: 0.1ms) Started POST "/oauth/token?client_id=0CWA1nto79ADGlH5beUAQt8z0GqLzG1GXxqc8IAG_hE&client_secret=[FILTERED]&username=Joe&password=sekret&grant_type=password" for 127.0.0.1 at 2020-05-13 14:18:40 +0300 Processing by Doorkeeper::TokensController#create as HTML Parameters: {"client_id"=>"0CWA1nto79ADGlH5beUAQt8z0GqLzG1GXxqc8IAG_hE", "client_secret"=>"[FILTERED]", "username"=>"Joe", "password"=>"sekret", "grant_type"=>"password"} Completed 401 Unauthorized in 1ms (Views: 0.1ms) Started POST "/oauth/token?client_id=wrz90QPcYBiF6NtvySfYfEC9Sa_FXmM1GAmmaFGQFiQ&username=Joe&password=sekret&grant_type=password" for 127.0.0.1 at 2020-05-13 14:18:40 +0300 Processing by Doorkeeper::TokensController#create as HTML Parameters: {"client_id"=>"wrz90QPcYBiF6NtvySfYfEC9Sa_FXmM1GAmmaFGQFiQ", "username"=>"Joe", "password"=>"sekret", "grant_type"=>"password"} Completed 200 OK in 2ms (Views: 0.2ms) Started POST "/oauth/token?client_id=aP-whtHuOAh53PLzP1oMLwX9wO8SiHjuxP-FCDeh-II&client_secret=[FILTERED]&username=Joe&password=sekret&scope=public&grant_type=password" for 127.0.0.1 at 2020-05-13 14:18:40 +0300 Processing by Doorkeeper::TokensController#create as HTML Parameters: {"client_id"=>"aP-whtHuOAh53PLzP1oMLwX9wO8SiHjuxP-FCDeh-II", "client_secret"=>"[FILTERED]", "username"=>"Joe", "password"=>"sekret", "scope"=>"public", "grant_type"=>"password"} Completed 200 OK in 2ms (Views: 0.1ms) Started POST "/oauth/token?username=Joe&password=sekret&grant_type=password" for 127.0.0.1 at 2020-05-13 14:18:40 +0300 Processing by Doorkeeper::TokensController#create as HTML Parameters: {"username"=>"Joe", "password"=>"sekret", "grant_type"=>"password"} Completed 200 OK in 2ms (Views: 0.1ms) Started POST "/oauth/token?client_id=B5Ayo7Ol_a0DZh8JTs1YJRNoanRQp8tvBgptIJUpUC8&client_secret=[FILTERED]&grant_type=password" for 127.0.0.1 at 2020-05-13 14:18:40 +0300 Processing by Doorkeeper::TokensController#create as HTML Parameters: {"client_id"=>"B5Ayo7Ol_a0DZh8JTs1YJRNoanRQp8tvBgptIJUpUC8", "client_secret"=>"[FILTERED]", "grant_type"=>"password"} Completed 400 Bad Request in 1ms (Views: 0.1ms) Started POST "/oauth/token?client_id=zSyZaT3_-g5Fo429u8h0Ud4Hyk-l2zNlkyVuHSpadrg&client_secret=[FILTERED]&grant_type=password" for 127.0.0.1 at 2020-05-13 14:18:40 +0300 Processing by Doorkeeper::TokensController#create as HTML Parameters: {"client_id"=>"zSyZaT3_-g5Fo429u8h0Ud4Hyk-l2zNlkyVuHSpadrg", "client_secret"=>"[FILTERED]", "grant_type"=>"password"} Completed 400 Bad Request in 1ms (Views: 0.1ms) Started POST "/oauth/token?client_id=zSyZaT3_-g5Fo429u8h0Ud4Hyk-l2zNlkyVuHSpadrg&client_secret=[FILTERED]&grant_type=password" for 127.0.0.1 at 2020-05-13 14:18:40 +0300 Processing by Doorkeeper::TokensController#create as HTML Parameters: {"client_id"=>"zSyZaT3_-g5Fo429u8h0Ud4Hyk-l2zNlkyVuHSpadrg", "client_secret"=>"[FILTERED]", "grant_type"=>"password"} Completed 400 Bad Request in 1ms (Views: 0.1ms) Started POST "/oauth/token?client_id=qkLZw0ADdw6bX5oD1_wNLlyIcX6TOYgtPIhMVTsgnNM&client_secret=[FILTERED]&username=Joe&password=wrongpassword&grant_type=password" for 127.0.0.1 at 2020-05-13 14:18:40 +0300 Processing by Doorkeeper::TokensController#create as HTML Parameters: {"client_id"=>"qkLZw0ADdw6bX5oD1_wNLlyIcX6TOYgtPIhMVTsgnNM", "client_secret"=>"[FILTERED]", "username"=>"Joe", "password"=>"wrongpassword", "grant_type"=>"password"} Completed 400 Bad Request in 1ms (Views: 0.1ms) Started POST "/oauth/token?client_id=bad_id&username=Joe&password=sekret&grant_type=password" for 127.0.0.1 at 2020-05-13 14:18:40 +0300 Processing by Doorkeeper::TokensController#create as HTML Parameters: {"client_id"=>"bad_id", "username"=>"Joe", "password"=>"sekret", "grant_type"=>"password"} Completed 401 Unauthorized in 1ms (Views: 0.1ms) Started POST "/oauth/token?client_id=Hn6Af7KzcyR9G6xLMNMDBRVFFCJu-5sUEyd1yTvpxgs&client_secret=[FILTERED]&username=Joe&password=sekret&grant_type=password" for 127.0.0.1 at 2020-05-13 14:18:40 +0300 Processing by Doorkeeper::TokensController#create as HTML Parameters: {"client_id"=>"Hn6Af7KzcyR9G6xLMNMDBRVFFCJu-5sUEyd1yTvpxgs", "client_secret"=>"[FILTERED]", "username"=>"Joe", "password"=>"sekret", "grant_type"=>"password"} Completed 200 OK in 2ms (Views: 0.1ms) Started POST "/oauth/token?client_id=260jWL8O6Ohv1nYGT88iXePD-bs3W0gnY6O-xG6_vHM&client_secret=[FILTERED]&username=Joe&password=sekret&grant_type=password" for 127.0.0.1 at 2020-05-13 14:18:40 +0300 Processing by Doorkeeper::TokensController#create as HTML Parameters: {"client_id"=>"260jWL8O6Ohv1nYGT88iXePD-bs3W0gnY6O-xG6_vHM", "client_secret"=>"[FILTERED]", "username"=>"Joe", "password"=>"sekret", "grant_type"=>"password"} Completed 200 OK in 2ms (Views: 0.2ms) Started POST "/oauth/token?client_id=ktmThQRDYD5od_zF_aTK9xSOCXmtsbVmQzfHhDNjmL4&client_secret=[FILTERED]&username=Joe&password=sekret&scope=random&grant_type=password" for 127.0.0.1 at 2020-05-13 14:18:40 +0300 Processing by Doorkeeper::TokensController#create as HTML Parameters: {"client_id"=>"ktmThQRDYD5od_zF_aTK9xSOCXmtsbVmQzfHhDNjmL4", "client_secret"=>"[FILTERED]", "username"=>"Joe", "password"=>"sekret", "scope"=>"random", "grant_type"=>"password"} Completed 400 Bad Request in 1ms (Views: 0.1ms) Started POST "/oauth/token?client_id=f-Km1Qcsbadr7xsH56eqo9NLpxAizgNwboZI5WDcntI&client_secret=[FILTERED]&username=Joe&password=sekret&scope=random&grant_type=password" for 127.0.0.1 at 2020-05-13 14:18:40 +0300 Processing by Doorkeeper::TokensController#create as HTML Parameters: {"client_id"=>"f-Km1Qcsbadr7xsH56eqo9NLpxAizgNwboZI5WDcntI", "client_secret"=>"[FILTERED]", "username"=>"Joe", "password"=>"sekret", "scope"=>"random", "grant_type"=>"password"} Completed 400 Bad Request in 1ms (Views: 0.1ms) Started POST "/oauth/token?client_id=i8GbLWgM_GHjv5AzShTGE0FAaw5e6OnRF0dzMhoOgA8&client_secret=[FILTERED]&username=Joe&password=sekret&grant_type=password" for 127.0.0.1 at 2020-05-13 14:18:40 +0300 Processing by Doorkeeper::TokensController#create as HTML Parameters: {"client_id"=>"i8GbLWgM_GHjv5AzShTGE0FAaw5e6OnRF0dzMhoOgA8", "client_secret"=>"[FILTERED]", "username"=>"Joe", "password"=>"sekret", "grant_type"=>"password"} Completed 200 OK in 3ms (Views: 0.8ms) Started POST "/oauth/token?client_id=lWsAYR8B3KxJ4leDgP3QhQ-vkit0xhImrL0m__sscnE&client_secret=[FILTERED]&username=Joe&password=sekret&grant_type=password" for 127.0.0.1 at 2020-05-13 14:18:40 +0300 Processing by Doorkeeper::TokensController#create as HTML Parameters: {"client_id"=>"lWsAYR8B3KxJ4leDgP3QhQ-vkit0xhImrL0m__sscnE", "client_secret"=>"[FILTERED]", "username"=>"Joe", "password"=>"sekret", "grant_type"=>"password"} Completed 400 Bad Request in 0ms Processing by Doorkeeper::AuthorizationsController#create as HTML Parameters: {"client_id"=>"Pzymzo7lJoHAlELxyapAcBdsQwW0pZivIIOwGC3Uwok", "redirect_uri"=>"https://app.com/callback", "response_type"=>"token"} Completed 200 OK in 4ms (Views: 0.2ms) Processing by Doorkeeper::AuthorizationsController#create as HTML Parameters: {"client_id"=>"1LQU-KZKXneq9sYCECpY9oo9SWHrI7PDESK7uADUGEk", "redirect_uri"=>"https://app.com/callback", "response_type"=>"token"} Completed 200 OK in 3ms (Views: 0.5ms) Processing by Doorkeeper::AuthorizationsController#create as HTML Parameters: {"client_id"=>"hnJCgdX9vIMfIzLRX20FQzC3tqSZotyZ_IR4eapiJT0", "redirect_uri"=>"https://app.com/callback", "response_type"=>"token"} Completed 200 OK in 4ms (Views: 0.2ms) Processing by Doorkeeper::AuthorizationsController#create as HTML Parameters: {"client_id"=>"VQIWRUKcCH-aKR8C_DyZNMB08ICViWvc9JyYzaJYHG4", "redirect_uri"=>"https://app.com/callback", "response_type"=>"token"} Completed 200 OK in 3ms (Views: 0.2ms) Processing by Doorkeeper::AuthorizationsController#create as HTML Parameters: {"client_id"=>"S-kN2vnpDpNQoatSzeqb4vbHGHCCAt0vgNQtOG2_rlM", "redirect_uri"=>"https://app.com/callback", "response_type"=>"token"} Completed 200 OK in 3ms (Views: 0.2ms) Processing by Doorkeeper::AuthorizationsController#create as HTML Parameters: {"client_id"=>"hgBecTV8xr9F3RF7RJgOj5HX0VDg6gHiHsTN_p2EsSU", "redirect_uri"=>"https://app.com/callback", "response_type"=>"token"} Completed 200 OK in 3ms (Views: 0.2ms) Processing by Doorkeeper::AuthorizationsController#create as HTML Parameters: {"client_id"=>"Y_IKTDZOPWXAI-DjFUitAoqg68SZlhtfQbeEAr57fvg", "redirect_uri"=>"https://app.com/callback", "response_type"=>"token"} Completed 200 OK in 3ms (Views: 0.2ms) Processing by Doorkeeper::AuthorizationsController#new as HTML Parameters: {"client_id"=>"l49VOQMv2H7NqGrmpIhBBwRralkCNYVyuybipSAEc3Q", "redirect_uri"=>"https://app.com/callback", "response_type"=>"token"} Rendering /projects/gems/doorkeeper-sequel/doorkeeper/app/views/doorkeeper/authorizations/error.html.erb within layouts/doorkeeper/application Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary. Rendered /projects/gems/doorkeeper-sequel/doorkeeper/app/views/doorkeeper/authorizations/error.html.erb within layouts/doorkeeper/application (0.2ms) Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary. Completed 200 OK in 2ms (Views: 0.8ms) Processing by Doorkeeper::AuthorizationsController#new as HTML Parameters: {"client_id"=>"-4fbhlTgjn1YW6A9d7aH9UNLrIxe1b-o-s0y2Qp5n0g", "redirect_uri"=>"https://app.com/callback", "response_type"=>"token"} Rendering /projects/gems/doorkeeper-sequel/doorkeeper/app/views/doorkeeper/authorizations/error.html.erb within layouts/doorkeeper/application Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary. Rendered /projects/gems/doorkeeper-sequel/doorkeeper/app/views/doorkeeper/authorizations/error.html.erb within layouts/doorkeeper/application (0.2ms) Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary. Completed 200 OK in 2ms (Views: 0.8ms) Processing by Doorkeeper::AuthorizationsController#new as HTML Parameters: {"an_invalid"=>"request"} Rendering /projects/gems/doorkeeper-sequel/doorkeeper/app/views/doorkeeper/authorizations/error.html.erb within layouts/doorkeeper/application Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary. Rendered /projects/gems/doorkeeper-sequel/doorkeeper/app/views/doorkeeper/authorizations/error.html.erb within layouts/doorkeeper/application (0.2ms) Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary. Completed 200 OK in 1ms (Views: 1.0ms) Processing by Doorkeeper::AuthorizationsController#new as HTML Parameters: {"an_invalid"=>"request"} Rendering /projects/gems/doorkeeper-sequel/doorkeeper/app/views/doorkeeper/authorizations/error.html.erb within layouts/doorkeeper/application Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary. Rendered /projects/gems/doorkeeper-sequel/doorkeeper/app/views/doorkeeper/authorizations/error.html.erb within layouts/doorkeeper/application (0.2ms) Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary. Completed 200 OK in 2ms (Views: 0.9ms) Processing by Doorkeeper::AuthorizationsController#create as HTML Parameters: {"client_id"=>"", "redirect_uri"=>"https://app.com/callback", "response_type"=>"token"} Completed 400 Bad Request in 1ms (Views: 0.1ms) Processing by Doorkeeper::AuthorizationsController#create as HTML Parameters: {"client_id"=>"", "redirect_uri"=>"https://app.com/callback", "response_type"=>"token"} Completed 400 Bad Request in 1ms (Views: 0.1ms) Processing by Doorkeeper::AuthorizationsController#create as HTML Parameters: {"client_id"=>"", "redirect_uri"=>"https://app.com/callback", "response_type"=>"token"} Completed 400 Bad Request in 1ms (Views: 0.2ms) Processing by Doorkeeper::AuthorizationsController#create as HTML Parameters: {"client_id"=>"", "redirect_uri"=>"https://app.com/callback", "response_type"=>"token"} Completed 400 Bad Request in 1ms (Views: 0.1ms) Processing by Doorkeeper::AuthorizationsController#create as HTML Parameters: {"client_id"=>"WLTX6WrEBpPNVDVe4nN3cF8GXRNja8gHv1m7xwRqino", "redirect_uri"=>"https://app.com/callback", "response_type"=>"token", "scope"=>"invalid"} Redirected to https://app.com/callback#error=invalid_scope&error_description=The+requested+scope+is+invalid%2C+unknown%2C+or+malformed. Completed 302 Found in 1ms Processing by Doorkeeper::AuthorizationsController#create as HTML Parameters: {"client_id"=>"6RTCNX_ol-lMSNRUMX2OYDICTvxRgF7XnSZYgm31XTU", "redirect_uri"=>"https://app.com/callback", "response_type"=>"token", "scope"=>"invalid"} Redirected to https://app.com/callback#error=invalid_scope&error_description=The+requested+scope+is+invalid%2C+unknown%2C+or+malformed. Completed 302 Found in 1ms Processing by Doorkeeper::AuthorizationsController#create as HTML Parameters: {"client_id"=>"q26lkQiIt0BdFnSTh0hwWO61M1wppCj1urSNDyZce00", "redirect_uri"=>"https://app.com/callback", "response_type"=>"token", "scope"=>"invalid"} Redirected to https://app.com/callback#error=invalid_scope&error_description=The+requested+scope+is+invalid%2C+unknown%2C+or+malformed. Completed 302 Found in 1ms Processing by Doorkeeper::AuthorizationsController#create as HTML Parameters: {"client_id"=>"P4wy0Od_xGnWNiDbzFIUUrDy2-9jnu43fUGcoEDngck", "redirect_uri"=>"https://app.com/callback", "response_type"=>"token", "scope"=>"invalid"} Redirected to https://app.com/callback#error=invalid_scope&error_description=The+requested+scope+is+invalid%2C+unknown%2C+or+malformed. Completed 302 Found in 2ms Processing by Doorkeeper::AuthorizationsController#create as HTML Parameters: {"client_id"=>"6r89Lj1hlLZTI7Ndyq3CKgd62hqBVSFhbtayKsGZIOM", "redirect_uri"=>"https://app.com/callback", "response_type"=>"token", "scope"=>"invalid"} Redirected to https://app.com/callback#error=invalid_scope&error_description=The+requested+scope+is+invalid%2C+unknown%2C+or+malformed. Completed 302 Found in 1ms Processing by Doorkeeper::AuthorizationsController#create as HTML Parameters: {"client_id"=>"8SVZBm-4vQ2p6ml8rHxju0BbQaAkBwA5f6sI6bfqziM", "redirect_uri"=>"https://app.com/callback", "response_type"=>"token", "scope"=>"invalid"} Redirected to https://app.com/callback#error=invalid_scope&error_description=The+requested+scope+is+invalid%2C+unknown%2C+or+malformed. Completed 302 Found in 1ms Processing by Doorkeeper::AuthorizationsController#create as HTML Parameters: {"client_id"=>"3hY36zgjbViBcwElUyGcgKQ4FDHXtNEldzMAsihKTTE", "redirect_uri"=>"https://app.com/callback", "response_type"=>"token"} Completed 401 Unauthorized in 1ms (Views: 0.2ms) Processing by Doorkeeper::AuthorizationsController#create as HTML Parameters: {"client_id"=>"tGgczU7lRzi4ccMknAmlLho-27zyqoj1HWyqvplXN4A", "redirect_uri"=>"https://app.com/callback", "response_type"=>"token"} Completed 401 Unauthorized in 1ms (Views: 0.2ms) Processing by Doorkeeper::AuthorizationsController#create as HTML Parameters: {"client_id"=>"t1hTREaZT3JTD3tRnn_DpD4ghhljfGBIFirGiBNu10E", "redirect_uri"=>"https://app.com/callback", "response_type"=>"token"} Completed 401 Unauthorized in 1ms (Views: 0.2ms) Processing by Doorkeeper::AuthorizationsController#create as HTML Parameters: {"client_id"=>"aZ1i1qh4SptjxT2iJM4DCQXwEtY6rhdzaKq-1mn-qQ0", "redirect_uri"=>"https://app.com/callback", "response_type"=>"token"} Completed 401 Unauthorized in 1ms (Views: 0.2ms) Processing by Doorkeeper::AuthorizationsController#create as HTML Parameters: {"client_id"=>"jJG_z0BPx-s19e2EVCT0cZstQfDYCzd53BbvJHsYPrs", "redirect_uri"=>"https://app.com/callback", "response_type"=>"token"} Redirected to https://app.com/callback#access_token=Or6sQ9KN8LOB4KH6ezWgto1jDn6IiW4cxLrBHkQtGiQ&token_type=Bearer&expires_in=0 Completed 302 Found in 3ms Processing by Doorkeeper::AuthorizationsController#create as HTML Parameters: {"client_id"=>"GOUv0GbDaZKnH6w4pX3LKEsp40lEZvbyB8jKH6qfpng", "redirect_uri"=>"https://app.com/callback", "response_type"=>"token"} Redirected to https://app.com/callback#access_token=KU_o0AQ2YTBkO8U_Dfy5obvMBm1LpytMWNMnRAZBqm0&token_type=Bearer&expires_in=0 Completed 302 Found in 3ms Processing by Doorkeeper::AuthorizationsController#create as HTML Parameters: {"client_id"=>"_uGcSzVA7dko6o5nOk_w8Mm6j1iIxKu6bxSnfCGQAwk", "redirect_uri"=>"https://app.com/callback", "response_type"=>"token"} Redirected to https://app.com/callback#access_token=OFbRbMTzCFL7s5odlRkK0VqscGUDo5Lyud6w3Go50WA&token_type=Bearer&expires_in=0 Completed 302 Found in 2ms Processing by Doorkeeper::AuthorizationsController#create as HTML Parameters: {"client_id"=>"VGaWpakyPekWneUmxDRvtvO1qlJQqnfNmI78O_OKzlw", "redirect_uri"=>"https://app.com/callback", "response_type"=>"token"} Redirected to https://app.com/callback#access_token=HPLex7BwXB7A6lgk18y5sKaRUdtI1yrKtIS-CsOUSZM&token_type=Bearer&expires_in=0 Completed 302 Found in 2ms Processing by Doorkeeper::AuthorizationsController#create as HTML Parameters: {"client_id"=>"hPecr8cEOVfVoG1G9ACdyYjRBoCvZKrdxmcxryMfNow", "redirect_uri"=>"https://app.com/callback", "response_type"=>"token"} Redirected to https://app.com/callback#access_token=u_Is04wcC1_DHXkCxr1YfpslM7OMCOSkmf1mMXKU3jY&token_type=Bearer&expires_in=0 Completed 302 Found in 2ms Processing by Doorkeeper::AuthorizationsController#create as HTML Parameters: {"client_id"=>"_1svQf7TaUjOt3dEKQuu4lATcPa6d0x9bwEvxfUMnbE", "redirect_uri"=>"https://app.com/callback", "response_type"=>"token"} Redirected to https://app.com/callback#access_token=ba-b6AeXXIS_SCSR0VcBdHQduIK7fQCQbdFs6P2VjZI&token_type=Bearer&expires_in=0 Completed 302 Found in 2ms Processing by Doorkeeper::AuthorizationsController#create as HTML Parameters: {"client_id"=>"eBLyMwrrEeF3lqL8XeImz0bFJ1WjY5Uv7xIn6Z9hQ6s", "redirect_uri"=>"https://app.com/callback", "response_type"=>"token"} Redirected to https://app.com/callback#access_token=SfGSV5XZkEJEO4aP8yR7_FGimEVeA-CWfGsLtRiJ2e8&token_type=Bearer&expires_in=0 Completed 302 Found in 3ms Processing by Doorkeeper::AuthorizationsController#create as HTML Parameters: {"client_id"=>"VfKauf27exIdJezwPTkVi8Ht2M1SWRvhWF_vvP8RVVY", "redirect_uri"=>"bad_uri", "response_type"=>"token"} Completed 400 Bad Request in 1ms (Views: 0.2ms) Processing by Doorkeeper::AuthorizationsController#create as HTML Parameters: {"client_id"=>"tXUI3Wt4bFFxejFlYeEei54wSqx6YhJPzaNO5Co3pm8", "redirect_uri"=>"bad_uri", "response_type"=>"token"} Completed 400 Bad Request in 1ms (Views: 0.2ms) Processing by Doorkeeper::AuthorizationsController#create as HTML Parameters: {"client_id"=>"C6dlEvToROWiq0oAOzY0WntkhN0FbgWSldOmc0XKuY0", "redirect_uri"=>"https://app.com/callback", "response_type"=>"token"} Redirected to https://app.com/callback#access_token=EhRIOt1fvthxCm6LMu3PTT8WdqOjFyXg4HjF6_c3XsA&token_type=Bearer&expires_in=0 Completed 302 Found in 2ms Processing by Doorkeeper::AuthorizationsController#create as HTML Parameters: {"client_id"=>"4O55NNE4HD_2Fpzziw2Ci_3QqCEXUxjPiNPD_1M8KuA", "redirect_uri"=>"https://app.com/callback", "response_type"=>"token"} Redirected to https://app.com/callback#access_token=CNEBc6Wo0zWTCS6XUQB6QMA2HDQPQXeTqQBnccxvBbE&token_type=Bearer&expires_in=0 Completed 302 Found in 2ms Processing by Doorkeeper::AuthorizationsController#new as HTML Parameters: {"client_id"=>"lPxmSHSJcI89PBGCbM5Aa0xNmzetrSb-g8rn-BF5gD4", "redirect_uri"=>"https://app.com/callback", "response_type"=>"token"} Completed 200 OK in 3ms (Views: 0.2ms) Processing by Doorkeeper::AuthorizationsController#new as HTML Parameters: {"client_id"=>"63Awc-FFL_rOeRydxuSba9nJhV-IHeejprJqp4fZLM0", "redirect_uri"=>"https://app.com/callback", "response_type"=>"token"} Completed 200 OK in 2ms (Views: 0.2ms) Processing by Doorkeeper::AuthorizationsController#new as HTML Parameters: {"client_id"=>"uDRwIZJMQGhJ0KCFs9M-3x_cgyY4MnKZofc9mRP51Z0", "redirect_uri"=>"https://app.com/callback", "response_type"=>"token"} Completed 200 OK in 2ms (Views: 0.2ms) Processing by Doorkeeper::AuthorizationsController#new as HTML Parameters: {"client_id"=>"X_vEq5GMKPWfBWqJXBqsa9DR_Oy4_FqokqtYz4MokTA", "redirect_uri"=>"https://app.com/callback", "response_type"=>"token"} Completed 200 OK in 3ms (Views: 0.2ms) Processing by Doorkeeper::AuthorizationsController#new as HTML Parameters: {"client_id"=>"rvXDb9OQs6z2wt9ONNkT0IjwlLMyJT4ZbHf3ItcaLx8", "redirect_uri"=>"https://app.com/callback", "response_type"=>"token"} Completed 200 OK in 2ms (Views: 0.2ms) Processing by Doorkeeper::AuthorizationsController#new as HTML Parameters: {"client_id"=>"66YMAFSmnaQNA4bUT-toSWwCWG5M6WXHMpGjByvQOA4", "redirect_uri"=>"https://app.com/callback", "response_type"=>"token"} Completed 200 OK in 3ms (Views: 0.2ms) Processing by Doorkeeper::AuthorizationsController#new as HTML Parameters: {"client_id"=>"cRTyS6KqsMtfnHJxCiKFpAiIwIb0PQWqij6CvuJD_7A", "redirect_uri"=>"urn:ietf:wg:oauth:2.0:oob", "response_type"=>"code"} Redirected to http://test.host/oauth/authorize/native?code=ERAwP9Gky0zAfrLhXvR6R1de8EUAyH8RzspvtxDpj8A Completed 302 Found in 3ms Processing by Doorkeeper::AuthorizationsController#new as HTML Parameters: {"client_id"=>"kGVCMhSdzweF276oZOWjCrV4xbE_0n_O7IjDJ3GUCJo", "redirect_uri"=>"urn:ietf:wg:oauth:2.0:oob", "response_type"=>"code"} Redirected to http://test.host/oauth/authorize/native?code=bcOaOu05jfvdqO8oMbfg-cNM1J5b_-rtTUXPFR_Bbfg Completed 302 Found in 2ms Processing by Doorkeeper::AuthorizationsController#new as HTML Parameters: {"client_id"=>"fEasmzzS4yAJsX6pzQkLRuLSYkvTjrQ6_Dxi-ul9Vf0", "redirect_uri"=>"urn:ietf:wg:oauth:2.0:oob", "response_type"=>"code"} Redirected to http://test.host/oauth/authorize/native?code=AKO3ze22pGdmkpB0QvAWUKiPIjyjiYb80ubLel1SjRM Completed 302 Found in 2ms Processing by Doorkeeper::AuthorizationsController#new as HTML Parameters: {"an_invalid"=>"request"} Completed 400 Bad Request in 1ms (Views: 0.2ms) Processing by Doorkeeper::AuthorizationsController#new as HTML Parameters: {"an_invalid"=>"request"} Completed 400 Bad Request in 0ms (Views: 0.1ms) Processing by Doorkeeper::AuthorizationsController#new as HTML Parameters: {"an_invalid"=>"request"} Completed 400 Bad Request in 0ms (Views: 0.1ms) Processing by Doorkeeper::AuthorizationsController#new as HTML Parameters: {"an_invalid"=>"request"} Completed 400 Bad Request in 1ms (Views: 0.3ms) Processing by Doorkeeper::AuthorizationsController#new as HTML Parameters: {"client_id"=>"EoOes_PYHRdtwtXTPzpKlV3Ti0KpBUjtWAsk98VWCAI", "redirect_uri"=>"https://app.com/callback", "response_type"=>"token"} Completed 400 Bad Request in 1ms (Views: 0.1ms) Processing by Doorkeeper::AuthorizationsController#new as HTML Parameters: {"client_id"=>"bfFb3cpGU_XeYkC5BZb2Z_UYH_n98AgjWsA7-rqUjOk", "redirect_uri"=>"https://app.com/callback", "response_type"=>"token"} Completed 400 Bad Request in 1ms (Views: 0.1ms) Processing by Doorkeeper::AuthorizationsController#new as HTML Parameters: {"client_id"=>"zDUB5Ihixuo2YBFflR9PRzTwvXGSjzBdHIMruFw1KRc", "redirect_uri"=>"https://app.com/callback", "response_type"=>"token"} Completed 400 Bad Request in 1ms (Views: 0.2ms) Processing by Doorkeeper::AuthorizationsController#new as HTML Parameters: {"client_id"=>"8EHsRo4i9dy0iMpi8oK7Nwqef7547a6FPuh1IToGcfw", "redirect_uri"=>"https://app.com/callback", "response_type"=>"token"} Completed 400 Bad Request in 1ms (Views: 0.2ms) Processing by Doorkeeper::AuthorizationsController#create as HTML Parameters: {"client_id"=>"wY3lFWR643TDfJ2rs24VF-ZqFUJUqPVdAn187vsBnZ0", "redirect_uri"=>"https://app.com/callback", "response_type"=>"token", "scope"=>"invalid"} Completed 400 Bad Request in 1ms (Views: 0.1ms) Processing by Doorkeeper::AuthorizationsController#create as HTML Parameters: {"client_id"=>"hHCy4Q_UoA-gxLVUOHjMXiJxS59jcRVuRpnFuk5B4dw", "redirect_uri"=>"https://app.com/callback", "response_type"=>"token", "scope"=>"invalid"} Completed 400 Bad Request in 1ms (Views: 0.1ms) Processing by Doorkeeper::AuthorizationsController#create as HTML Parameters: {"client_id"=>"BKGb1vX5hnoVRF--r57TRBy7-qU3aTjigBMWWcCg1UE", "redirect_uri"=>"https://app.com/callback", "response_type"=>"token", "scope"=>"invalid"} Completed 400 Bad Request in 1ms (Views: 0.2ms) Processing by Doorkeeper::AuthorizationsController#create as HTML Parameters: {"client_id"=>"Vv3f8W-Q4rfdcL2JZ7gOqpJxgA4Tn8a7fyNPfrkIZSg", "redirect_uri"=>"https://app.com/callback", "response_type"=>"token", "scope"=>"invalid"} Completed 400 Bad Request in 1ms (Views: 0.2ms) Processing by Doorkeeper::AuthorizationsController#create as HTML Parameters: {"client_id"=>"EKzSToybCE3tGYxznvfh30h0hWt_hilOK0LEbnaf_pA", "redirect_uri"=>"https://app.com/callback", "response_type"=>"token", "scope"=>"invalid"} Completed 400 Bad Request in 1ms (Views: 0.2ms) Processing by Doorkeeper::AuthorizationsController#create as HTML Parameters: {"client_id"=>"0A05l-NXaQxeKrz-up9KdDCf4gB6hpWFrvuOiWy4c4Y", "redirect_uri"=>"https://app.com/callback", "response_type"=>"token", "scope"=>"invalid"} Completed 400 Bad Request in 1ms (Views: 0.2ms) Processing by Doorkeeper::AuthorizationsController#create as HTML Parameters: {"client_id"=>"", "redirect_uri"=>"https://app.com/callback", "response_type"=>"token"} Completed 400 Bad Request in 1ms (Views: 0.2ms) Processing by Doorkeeper::AuthorizationsController#create as HTML Parameters: {"client_id"=>"", "redirect_uri"=>"https://app.com/callback", "response_type"=>"token"} Completed 400 Bad Request in 1ms (Views: 0.1ms) Processing by Doorkeeper::AuthorizationsController#create as HTML Parameters: {"client_id"=>"", "redirect_uri"=>"https://app.com/callback", "response_type"=>"token"} Completed 400 Bad Request in 0ms (Views: 0.1ms) Processing by Doorkeeper::AuthorizationsController#create as HTML Parameters: {"client_id"=>"", "redirect_uri"=>"https://app.com/callback", "response_type"=>"token"} Completed 400 Bad Request in 1ms (Views: 0.1ms) Processing by Doorkeeper::AuthorizationsController#create as HTML Parameters: {"client_id"=>"yY080kPd-RZz6y7FaKGBjWXErcRJKsM68SL4aVBkV0o", "redirect_uri"=>"https://app.com/callback", "response_type"=>"token"} Completed 401 Unauthorized in 1ms (Views: 0.1ms) Processing by Doorkeeper::AuthorizationsController#create as HTML Parameters: {"client_id"=>"2GMbkJFblQPHbj0fXA6NyMbdSM3uTKBTnIpW53lnqYE", "redirect_uri"=>"https://app.com/callback", "response_type"=>"token"} Completed 401 Unauthorized in 1ms (Views: 0.1ms) Processing by Doorkeeper::AuthorizationsController#create as HTML Parameters: {"client_id"=>"a0UfNsldJOBcsMV9jxCDOPQnT0pTYvhLXbt3bOco81I", "redirect_uri"=>"https://app.com/callback", "response_type"=>"token"} Completed 401 Unauthorized in 1ms (Views: 0.1ms) Processing by Doorkeeper::AuthorizationsController#create as HTML Parameters: {"client_id"=>"qVFRmUbJAqVRNAqomvRAB5wsR6B9PFxRQQHF9o5eQMA", "redirect_uri"=>"https://app.com/callback", "response_type"=>"token"} Completed 401 Unauthorized in 1ms (Views: 0.1ms) Processing by Doorkeeper::AuthorizationsController#new as HTML Parameters: {"client_id"=>"4JjstembBDvZh2QXaOSlmyAga9XWRRVf20DfvktH5Q8", "redirect_uri"=>"urn:ietf:wg:oauth:2.0:oob", "response_type"=>"token"} Redirected to http://test.host/oauth/token/info?access_token=YbZ2jWnLRQ8yxb7AAEDdWXSIa6nCRFBpKOzoQVTjTYk Completed 302 Found in 2ms Processing by Doorkeeper::AuthorizationsController#new as HTML Parameters: {"client_id"=>"XU5h-3dJLOm3Dy7by1O8UIIysLfu_mhM-vPA-IeMUTI", "redirect_uri"=>"urn:ietf:wg:oauth:2.0:oob", "response_type"=>"token"} Redirected to http://test.host/oauth/token/info?access_token=fc2m8P7XnBuSP3U3AfgfToTgaC9_j9KBXa2_yfFqzu4 Completed 302 Found in 2ms Processing by Doorkeeper::AuthorizationsController#new as HTML Parameters: {"client_id"=>"XBeVv5Cm4thyKpS4VVQIrdmq_6Ip4eXWWe7NkleDLhM", "redirect_uri"=>"urn:ietf:wg:oauth:2.0:oob", "response_type"=>"token"} Redirected to http://test.host/oauth/token/info?access_token=LggO9s76Q24fvQBx4EiL3ydD5cxqf0Klk6mQydvYQHo Completed 302 Found in 3ms Processing by Doorkeeper::AuthorizationsController#create as HTML Completed 200 OK in 0ms (Views: 0.1ms) Processing by Doorkeeper::AuthorizationsController#new as HTML Parameters: {"client_id"=>"U4xTGoimV8fnKPztxcI89sy2N9U75mmxomIuM35LfPE", "redirect_uri"=>"https://app.com/callback", "response_type"=>"token", "scope"=>{"0"=>"profile"}} Unpermitted parameter: :scope Rendering /projects/gems/doorkeeper-sequel/doorkeeper/app/views/doorkeeper/authorizations/new.html.erb within layouts/doorkeeper/application Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary. Rendered /projects/gems/doorkeeper-sequel/doorkeeper/app/views/doorkeeper/authorizations/new.html.erb within layouts/doorkeeper/application (0.2ms) Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary. Completed 200 OK in 2ms (Views: 0.7ms) Processing by Doorkeeper::AuthorizationsController#create as HTML Parameters: {"client_id"=>"shKzs-QOc5-AH9gZ7kRMiqXk7iG0vTAqHSlxeyy0QFU", "redirect_uri"=>"https://app.com/callback", "response_type"=>"token"} Redirected to https://app.com/callback#access_token=h0VFG7mDWu3ccTx8hohOBa3v66K_amu76DbwpNn_e20&token_type=Bearer&expires_in=0 Completed 302 Found in 2ms Processing by Doorkeeper::AuthorizationsController#create as HTML Parameters: {"client_id"=>"DtrNQqMZWuSbeohGyFIw-tNLD7OcIyPo_Z5O8JEFd_k", "redirect_uri"=>"https://app.com/callback", "response_type"=>"token"} Redirected to https://app.com/callback#access_token=VthFajoVbdfm7oxG18-ZgraUZ0A8K16SSp5_NTN4zv4&token_type=Bearer&expires_in=0 Completed 302 Found in 3ms Processing by Doorkeeper::AuthorizationsController#new as HTML Parameters: {"client_id"=>"PELpnvWeoRZbbo-3C-iHaubk8CAg0n6_4K4JGGgRXNE", "redirect_uri"=>"urn:ietf:wg:oauth:2.0:oob", "response_type"=>"token"} Redirected to http://test.host/oauth/token/info?access_token=f5nuX6yZqH2ufG-3Ou0pFU8R56_CrZjALoMnFojV1hM Completed 302 Found in 2ms Processing by Doorkeeper::AuthorizationsController#new as HTML Parameters: {"client_id"=>"pn7dCrQps59zEDxcDUVbZAIP7jCWQzJSMxpF1REnKqs", "redirect_uri"=>"urn:ietf:wg:oauth:2.0:oob", "response_type"=>"token"} Redirected to http://test.host/oauth/token/info?access_token=JDDesPqmVE3bKo40v41QTC4NZFsBDP6myE9_009Uu4Q Completed 302 Found in 2ms Processing by Doorkeeper::AuthorizationsController#new as HTML Parameters: {"client_id"=>"jZFjMiWbzHbQPkcLYVOSQee0EOkkYCe0aQ8NuWfWV0I", "redirect_uri"=>"urn:ietf:wg:oauth:2.0:oob", "response_type"=>"token"} Completed 200 OK in 1ms (Views: 0.2ms) Processing by Doorkeeper::AuthorizationsController#new as HTML Parameters: {"client_id"=>"ukRuAHmmiie9lOrd147wIPcoAMwa6zPvRWyBRFpYf28", "redirect_uri"=>"urn:ietf:wg:oauth:2.0:oob", "response_type"=>"token"} Completed 200 OK in 1ms (Views: 0.2ms) Processing by Doorkeeper::AuthorizationsController#new as HTML Parameters: {"client_id"=>"05roZS5rOHarQQqqeR1fv7Zg9MqeFzZxxnCgQ9eYbLE", "redirect_uri"=>"urn:ietf:wg:oauth:2.0:oob", "response_type"=>"token"} Rendering /projects/gems/doorkeeper-sequel/doorkeeper/app/views/doorkeeper/authorizations/new.html.erb within layouts/doorkeeper/application Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary. Rendered /projects/gems/doorkeeper-sequel/doorkeeper/app/views/doorkeeper/authorizations/new.html.erb within layouts/doorkeeper/application (0.2ms) Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary. Completed 200 OK in 2ms (Views: 0.8ms) Processing by Doorkeeper::AuthorizationsController#new as HTML Parameters: {"client_id"=>"b16JZAezVvlob6pWHCzJm186fqTIw8s7nShsALGpObg", "redirect_uri"=>"urn:ietf:wg:oauth:2.0:oob", "response_type"=>"token"} Rendering /projects/gems/doorkeeper-sequel/doorkeeper/app/views/doorkeeper/authorizations/new.html.erb within layouts/doorkeeper/application Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary. Rendered /projects/gems/doorkeeper-sequel/doorkeeper/app/views/doorkeeper/authorizations/new.html.erb within layouts/doorkeeper/application (0.3ms) Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary. Completed 200 OK in 2ms (Views: 1.0ms) Processing by Doorkeeper::AuthorizationsController#new as HTML Parameters: {"client_id"=>"T01Nqio3_3tP3SLOL5fOXQ_Uk5expqgJ9DlEkMO6bBE", "redirect_uri"=>"https://app.com/callback", "response_type"=>"token"} Completed 200 OK in 1ms (Views: 0.2ms) Processing by Doorkeeper::AuthorizationsController#new as HTML Parameters: {"client_id"=>"RmuaExkRGqcenXXApPTZ9FG1KDzTUS518X0TTAnRfEM", "redirect_uri"=>"https://app.com/callback", "response_type"=>"token"} Completed 200 OK in 1ms (Views: 0.2ms) Processing by Doorkeeper::AuthorizationsController#new as HTML Parameters: {"client_id"=>"ayjjLZ4EMENWpxaxe1byZI0WUuGlk8hluqN1LiimTUA", "redirect_uri"=>"https://app.com/callback", "response_type"=>"token"} Completed 200 OK in 1ms (Views: 0.2ms) Processing by Doorkeeper::AuthorizationsController#new as HTML Parameters: {"client_id"=>"f8M0L2zGY6usRJ_6f5OMmhC0OG5Bg9L44qTg9OYIfrU", "redirect_uri"=>"https://app.com/callback", "response_type"=>"token"} Redirected to https://app.com/callback#access_token=DrmJPED0EdZGUPltGMeDjEEYiVn0k7LBJHB9H2xCTto&token_type=Bearer&expires_in=0 Completed 302 Found in 2ms Processing by Doorkeeper::AuthorizationsController#new as HTML Parameters: {"client_id"=>"lLiyhie1wUPbDdGijUqFhD1fPG5H0EoCZuXIbdS4cX8", "redirect_uri"=>"https://app.com/callback", "response_type"=>"token"} Redirected to https://app.com/callback#access_token=2Li3wpMQ_9AFylH_ylD6j1FS6eDNN09lENwxrsFo4MA&token_type=Bearer&expires_in=0 Completed 302 Found in 2ms Processing by Doorkeeper::AuthorizationsController#new as HTML Parameters: {"client_id"=>"0Ay43zQOtEDMlNGAkESiLYXIkgs0verPVpDaPQnZ504", "redirect_uri"=>"https://app.com/callback", "response_type"=>"token"} Redirected to https://app.com/callback#access_token=7K6MVA2bNj7SHIwk3Jm-yHFOfwO8-fMdsjC03lggGUE&token_type=Bearer&expires_in=0 Completed 302 Found in 3ms Processing by Doorkeeper::AuthorizationsController#new as HTML Parameters: {"client_id"=>"SgBo_bFsH2NWJv6qo1KiUk02OkhNFNx7yhGznqr8p5E", "redirect_uri"=>"https://app.com/callback", "response_type"=>"token"} Redirected to https://app.com/callback#access_token=em7sFoQ6O1pCzmlHIaUlrkI__uZuMl1k4ReXR2sDRW0&token_type=Bearer&expires_in=0 Completed 302 Found in 4ms Processing by Doorkeeper::AuthorizationsController#new as HTML Parameters: {"client_id"=>"Te3fb5HRXAQsZmc4IuFBsiF23DqmrKGnJc-iQOVEoXs", "redirect_uri"=>"https://app.com/callback", "response_type"=>"token"} Redirected to https://app.com/callback#access_token=rf30lnhbDV-i4kyuhnKV7JWxwYzWlMzfkLPvnDRVwSk&token_type=Bearer&expires_in=0 Completed 302 Found in 2ms Processing by Doorkeeper::AuthorizationsController#new as HTML Parameters: {"client_id"=>"TTNZ1OgDKKgiUMb__WQoSNAAppm4VdrY33DoYLsmeJM", "redirect_uri"=>"https://app.com/callback", "response_type"=>"token"} Redirected to https://app.com/callback#access_token=rlXKkLvWcyYDy8eOvQZSq41EuXShVu2WlixwJ1hpnSQ&token_type=Bearer&expires_in=0 Completed 302 Found in 8ms Processing by Doorkeeper::ApplicationMetalController#create as URL_ENCODED_FORM Completed 200 OK in 0ms (Views: 0.1ms) Processing by Doorkeeper::ApplicationMetalController#create as JSON Parameters: {"application_metal"=>{}} Filter chain halted as :enforce_content_type rendered or redirected Completed 415 Unsupported Media Type in 0ms (Views: 0.1ms) Processing by Doorkeeper::ApplicationMetalController#index as HTML Completed 200 OK in 0ms (Views: 0.1ms) Processing by Doorkeeper::ApplicationMetalController#create as JSON Parameters: {"application_metal"=>{}} Completed 200 OK in 0ms (Views: 0.1ms) Processing by Doorkeeper::ApplicationMetalController#index as JSON Parameters: {"application_metal"=>{}} Completed 200 OK in 0ms (Views: 0.1ms) Processing by Doorkeeper::ApplicationMetalController#index as URL_ENCODED_FORM Completed 200 OK in 0ms (Views: 0.1ms) Started POST "/oauth/token?code=[FILTERED]&client_id=H4U3Kp6XyRp78RSJBCtdUGviXpa_cCQbFmVRfLXq-VQ&client_secret=[FILTERED]&redirect_uri=https%3A%2F%2Fapp.com%2Fcallback&grant_type=authorization_code" for 127.0.0.1 at 2020-05-13 14:18:41 +0300 Processing by Doorkeeper::TokensController#create as HTML Parameters: {"code"=>"[FILTERED]", "client_id"=>"H4U3Kp6XyRp78RSJBCtdUGviXpa_cCQbFmVRfLXq-VQ", "client_secret"=>"[FILTERED]", "redirect_uri"=>"https://app.com/callback", "grant_type"=>"authorization_code"} Completed 200 OK in 4ms (Views: 0.2ms) Started POST "/oauth/token?code=[FILTERED]&client_id=711bDJPKxSHolBl4XRoEJIhPhp1HOdJ5RLigNhlDDoY&client_secret=[FILTERED]&redirect_uri=https%3A%2F%2Fapp.com%2Fcallback&grant_type=authorization_code" for 127.0.0.1 at 2020-05-13 14:18:41 +0300 Processing by Doorkeeper::TokensController#create as HTML Parameters: {"code"=>"[FILTERED]", "client_id"=>"711bDJPKxSHolBl4XRoEJIhPhp1HOdJ5RLigNhlDDoY", "client_secret"=>"[FILTERED]", "redirect_uri"=>"https://app.com/callback", "grant_type"=>"authorization_code"} Completed 400 Bad Request in 0ms Started POST "/oauth/token?code=[FILTERED]&client_id=b-yPGX1p7oAjBUARNER5NSeAr2o-qPEp5t-fNPnW7Dk&client_secret=[FILTERED]&redirect_uri=https%3A%2F%2Fapp.com%2Fcallback&grant_type=nothing" for 127.0.0.1 at 2020-05-13 14:18:41 +0300 Processing by Doorkeeper::TokensController#create as HTML Parameters: {"code"=>"[FILTERED]", "client_id"=>"b-yPGX1p7oAjBUARNER5NSeAr2o-qPEp5t-fNPnW7Dk", "client_secret"=>"[FILTERED]", "redirect_uri"=>"https://app.com/callback", "grant_type"=>"nothing"} Completed 400 Bad Request in 0ms Started POST "/oauth/token?code=[FILTERED]&client_id=0VHE_dFpuFaNL-5yZWhnh2p8_dnSi_rm6orxeRlN9rQ&client_secret=[FILTERED]&redirect_uri=https%3A%2F%2Fapp.com%2Fcallback&grant_type=authorization_code" for 127.0.0.1 at 2020-05-13 14:18:41 +0300 Processing by Doorkeeper::TokensController#create as HTML Parameters: {"code"=>"[FILTERED]", "client_id"=>"0VHE_dFpuFaNL-5yZWhnh2p8_dnSi_rm6orxeRlN9rQ", "client_secret"=>"[FILTERED]", "redirect_uri"=>"https://app.com/callback", "grant_type"=>"authorization_code"} Completed 200 OK in 3ms (Views: 0.1ms) Started POST "/oauth/token?code=[FILTERED]&client_id=mOcQTaBEVvZ1fSIRwoMEfiT5NNRItHzLaX7VW8sBsAg&client_secret=[FILTERED]&redirect_uri=https%3A%2F%2Fapp.com%2Fcallback" for 127.0.0.1 at 2020-05-13 14:18:41 +0300 Processing by Doorkeeper::TokensController#create as HTML Parameters: {"code"=>"[FILTERED]", "client_id"=>"mOcQTaBEVvZ1fSIRwoMEfiT5NNRItHzLaX7VW8sBsAg", "client_secret"=>"[FILTERED]", "redirect_uri"=>"https://app.com/callback"} Completed 400 Bad Request in 0ms Started POST "/oauth/token?grant_type=authorization_code" for 127.0.0.1 at 2020-05-13 14:18:41 +0300 Processing by Doorkeeper::TokensController#create as HTML Parameters: {"code"=>"[FILTERED]", "redirect_uri"=>"https://app.com/callback", "grant_type"=>"authorization_code"} Completed 200 OK in 3ms (Views: 0.2ms) Started POST "/oauth/token?code=[FILTERED]&client_id=UYMKbmj2j9wmdq_2CoaS2fnAmH9SB_jU3eHUC-xpiUg&client_secret=[FILTERED]&redirect_uri=https%3A%2F%2Fapp.com%2Fcallback&grant_type=refresh_token" for 127.0.0.1 at 2020-05-13 14:18:41 +0300 Processing by Doorkeeper::TokensController#create as HTML Parameters: {"code"=>"[FILTERED]", "client_id"=>"UYMKbmj2j9wmdq_2CoaS2fnAmH9SB_jU3eHUC-xpiUg", "client_secret"=>"[FILTERED]", "redirect_uri"=>"https://app.com/callback", "grant_type"=>"refresh_token"} Completed 400 Bad Request in 0ms Started GET "/oauth/authorized_applications" for 127.0.0.1 at 2020-05-13 14:18:41 +0300 Processing by Doorkeeper::AuthorizedApplicationsController#index as HTML Rendering /projects/gems/doorkeeper-sequel/doorkeeper/app/views/doorkeeper/authorized_applications/index.html.erb within layouts/doorkeeper/application Rendered /projects/gems/doorkeeper-sequel/doorkeeper/app/views/doorkeeper/authorized_applications/_delete_form.html.erb (0.7ms) Rendered /projects/gems/doorkeeper-sequel/doorkeeper/app/views/doorkeeper/authorized_applications/index.html.erb within layouts/doorkeeper/application (2.0ms) Completed 200 OK in 5ms (Views: 3.5ms) Started GET "/oauth/authorized_applications" for 127.0.0.1 at 2020-05-13 14:18:41 +0300 Processing by Doorkeeper::AuthorizedApplicationsController#index as HTML Rendering /projects/gems/doorkeeper-sequel/doorkeeper/app/views/doorkeeper/authorized_applications/index.html.erb within layouts/doorkeeper/application Rendered /projects/gems/doorkeeper-sequel/doorkeeper/app/views/doorkeeper/authorized_applications/_delete_form.html.erb (0.3ms) Rendered /projects/gems/doorkeeper-sequel/doorkeeper/app/views/doorkeeper/authorized_applications/index.html.erb within layouts/doorkeeper/application (0.6ms) Completed 200 OK in 2ms (Views: 1.4ms) Started DELETE "/oauth/authorized_applications/1" for 127.0.0.1 at 2020-05-13 14:18:41 +0300 Processing by Doorkeeper::AuthorizedApplicationsController#destroy as HTML Parameters: {"utf8"=>"✓", "commit"=>"Revoke", "id"=>"1"} Redirected to http://www.example.com/oauth/authorized_applications Completed 302 Found in 1ms Started GET "/oauth/authorized_applications" for 127.0.0.1 at 2020-05-13 14:18:41 +0300 Processing by Doorkeeper::AuthorizedApplicationsController#index as HTML Rendering /projects/gems/doorkeeper-sequel/doorkeeper/app/views/doorkeeper/authorized_applications/index.html.erb within layouts/doorkeeper/application Rendered /projects/gems/doorkeeper-sequel/doorkeeper/app/views/doorkeeper/authorized_applications/index.html.erb within layouts/doorkeeper/application (0.1ms) Completed 200 OK in 2ms (Views: 1.2ms) Started GET "/oauth/authorized_applications" for 127.0.0.1 at 2020-05-13 14:18:41 +0300 Processing by Doorkeeper::AuthorizedApplicationsController#index as HTML Rendering /projects/gems/doorkeeper-sequel/doorkeeper/app/views/doorkeeper/authorized_applications/index.html.erb within layouts/doorkeeper/application Rendered /projects/gems/doorkeeper-sequel/doorkeeper/app/views/doorkeeper/authorized_applications/_delete_form.html.erb (0.3ms) Rendered /projects/gems/doorkeeper-sequel/doorkeeper/app/views/doorkeeper/authorized_applications/index.html.erb within layouts/doorkeeper/application (0.5ms) Completed 200 OK in 2ms (Views: 1.3ms) Processing by Doorkeeper::ApplicationsController#index as HTML Redirected to http://test.host/ Filter chain halted as :authenticate_admin! rendered or redirected Completed 302 Found in 1ms Processing by Doorkeeper::ApplicationsController#create as HTML Parameters: {"doorkeeper_application"=>{"name"=>"Example", "redirect_uri"=>"https://example.com"}} Redirected to http://test.host/ Filter chain halted as :authenticate_admin! rendered or redirected Completed 302 Found in 0ms Processing by Doorkeeper::ApplicationsController#update as JSON Parameters: {"doorkeeper_application"=>{"name"=>"Example App", "redirect_uri"=>"localhost:3000"}, "id"=>"1"} Completed 422 Unprocessable Entity in 1ms (Views: 0.2ms) Processing by Doorkeeper::ApplicationsController#update as JSON Parameters: {"doorkeeper_application"=>{"name"=>"Example App", "redirect_uri"=>"https://example.com"}, "id"=>"1"} Completed 200 OK in 2ms (Views: 0.4ms) Processing by Doorkeeper::ApplicationsController#create as JSON Parameters: {"doorkeeper_application"=>{"name"=>"Example"}} Completed 422 Unprocessable Entity in 1ms (Views: 0.1ms) Processing by Doorkeeper::ApplicationsController#create as JSON Parameters: {"doorkeeper_application"=>{"name"=>"Example", "redirect_uri"=>"app.com:80"}} Completed 422 Unprocessable Entity in 1ms (Views: 0.1ms) Processing by Doorkeeper::ApplicationsController#create as JSON Parameters: {"doorkeeper_application"=>{"name"=>"Example", "redirect_uri"=>"https://example.com"}} Completed 200 OK in 2ms (Views: 0.5ms) Processing by Doorkeeper::ApplicationsController#show as JSON Parameters: {"id"=>"1"} Completed 200 OK in 1ms (Views: 0.3ms) Processing by Doorkeeper::ApplicationsController#destroy as JSON Parameters: {"id"=>"1"} Completed 204 No Content in 1ms Processing by Doorkeeper::ApplicationsController#show as HTML Parameters: {"id"=>"1"} Rendering /projects/gems/doorkeeper-sequel/doorkeeper/app/views/doorkeeper/applications/show.html.erb within layouts/doorkeeper/admin Rendered /projects/gems/doorkeeper-sequel/doorkeeper/app/views/doorkeeper/applications/_delete_form.html.erb (0.2ms) Rendered /projects/gems/doorkeeper-sequel/doorkeeper/app/views/doorkeeper/applications/show.html.erb within layouts/doorkeeper/admin (0.9ms) Completed 200 OK in 2ms (Views: 1.8ms) Processing by Doorkeeper::ApplicationsController#create as HTML Parameters: {"doorkeeper_application"=>{"name"=>"Example", "redirect_uri"=>"https://example.com"}} Redirected to http://test.host/oauth/applications/1 Completed 302 Found in 1ms Processing by Doorkeeper::ApplicationsController#update as HTML Parameters: {"doorkeeper_application"=>{"name"=>"Example", "redirect_uri"=>"https://example.com"}, "id"=>"1"} Redirected to http://test.host/oauth/applications/1 Completed 302 Found in 1ms Processing by Doorkeeper::ApplicationsController#update as HTML Parameters: {"doorkeeper_application"=>{"secret"=>"1A2B3C4D", "uid"=>"1A2B3C4D"}, "id"=>"1"} Unpermitted parameters: :secret, :uid Rendering /projects/gems/doorkeeper-sequel/doorkeeper/app/views/doorkeeper/applications/edit.html.erb within layouts/doorkeeper/admin Rendered /projects/gems/doorkeeper-sequel/doorkeeper/app/views/doorkeeper/applications/_form.html.erb (1.2ms) Rendered /projects/gems/doorkeeper-sequel/doorkeeper/app/views/doorkeeper/applications/edit.html.erb within layouts/doorkeeper/admin (1.4ms) Completed 200 OK in 3ms (Views: 2.2ms) Processing by Doorkeeper::ApplicationsController#index as HTML Rendering /projects/gems/doorkeeper-sequel/doorkeeper/app/views/doorkeeper/applications/index.html.erb within layouts/doorkeeper/admin Rendered /projects/gems/doorkeeper-sequel/doorkeeper/app/views/doorkeeper/applications/_delete_form.html.erb (0.6ms) Rendered /projects/gems/doorkeeper-sequel/doorkeeper/app/views/doorkeeper/applications/_delete_form.html.erb (0.2ms) Rendered /projects/gems/doorkeeper-sequel/doorkeeper/app/views/doorkeeper/applications/index.html.erb within layouts/doorkeeper/admin (3.8ms) Completed 200 OK in 6ms (Views: 5.0ms) Processing by Doorkeeper::ApplicationsController#show as HTML Parameters: {"id"=>"1"} Rendering /projects/gems/doorkeeper-sequel/doorkeeper/app/views/doorkeeper/applications/show.html.erb within layouts/doorkeeper/admin Rendered /projects/gems/doorkeeper-sequel/doorkeeper/app/views/doorkeeper/applications/_delete_form.html.erb (0.2ms) Rendered /projects/gems/doorkeeper-sequel/doorkeeper/app/views/doorkeeper/applications/show.html.erb within layouts/doorkeeper/admin (0.9ms) Completed 200 OK in 2ms (Views: 1.7ms) Processing by Doorkeeper::ApplicationsController#create as HTML Parameters: {"doorkeeper_application"=>{"name"=>"Example", "redirect_uri"=>"https://example.com"}} Redirected to http://test.host/oauth/applications/1 Completed 302 Found in 2ms Processing by Doorkeeper::ApplicationsController#show as HTML Parameters: {"id"=>"1"} Rendering /projects/gems/doorkeeper-sequel/doorkeeper/app/views/doorkeeper/applications/show.html.erb within layouts/doorkeeper/admin Rendered /projects/gems/doorkeeper-sequel/doorkeeper/app/views/doorkeeper/applications/_delete_form.html.erb (0.3ms) Rendered /projects/gems/doorkeeper-sequel/doorkeeper/app/views/doorkeeper/applications/show.html.erb within layouts/doorkeeper/admin (1.3ms) Completed 200 OK in 3ms (Views: 2.2ms) Processing by Doorkeeper::ApplicationsController#create as JSON Parameters: {"doorkeeper_application"=>{"name"=>"Example", "redirect_uri"=>"https://example.com"}} Completed 200 OK in 2ms (Views: 0.3ms) Started POST "/oauth/token" for 127.0.0.1 at 2020-05-13 14:18:41 +0300 Processing by Doorkeeper::TokensController#create as HTML Parameters: {"grant_type"=>"client_credentials"} Completed 200 OK in 2ms (Views: 0.1ms) Started POST "/oauth/token" for 127.0.0.1 at 2020-05-13 14:18:41 +0300 Processing by Doorkeeper::TokensController#create as HTML Parameters: {"grant_type"=>"client_credentials", "scope"=>"write"} Completed 200 OK in 2ms (Views: 0.1ms) Started POST "/oauth/token" for 127.0.0.1 at 2020-05-13 14:18:41 +0300 Processing by Doorkeeper::TokensController#create as HTML Parameters: {"grant_type"=>"client_credentials", "scope"=>"random"} Completed 400 Bad Request in 1ms (Views: 0.1ms) Started POST "/oauth/token" for 127.0.0.1 at 2020-05-13 14:18:41 +0300 Processing by Doorkeeper::TokensController#create as HTML Parameters: {"grant_type"=>"client_credentials", "scope"=>"public"} Completed 200 OK in 2ms (Views: 0.1ms) Started POST "/oauth/token" for 127.0.0.1 at 2020-05-13 14:18:41 +0300 Processing by Doorkeeper::TokensController#create as HTML Parameters: {"grant_type"=>"client_credentials"} Completed 200 OK in 2ms (Views: 0.1ms) Started POST "/oauth/token" for 127.0.0.1 at 2020-05-13 14:18:41 +0300 Processing by Doorkeeper::TokensController#create as HTML Parameters: {"grant_type"=>"client_credentials"} Completed 200 OK in 2ms (Views: 0.1ms) Started POST "/oauth/token" for 127.0.0.1 at 2020-05-13 14:18:41 +0300 Processing by Doorkeeper::TokensController#create as HTML Parameters: {"grant_type"=>"client_credentials"} Completed 401 Unauthorized in 0ms (Views: 0.1ms) Started POST "/oauth/token" for 127.0.0.1 at 2020-05-13 14:18:41 +0300 Processing by Doorkeeper::TokensController#create as HTML Parameters: {"grant_type"=>"client_credentials"} Completed 200 OK in 2ms (Views: 0.1ms) Started POST "/oauth/token" for 127.0.0.1 at 2020-05-13 14:18:41 +0300 Processing by Doorkeeper::TokensController#create as HTML Parameters: {"grant_type"=>"client_credentials"} Completed 200 OK in 2ms (Views: 0.1ms) Started POST "/oauth/token" for 127.0.0.1 at 2020-05-13 14:18:41 +0300 Processing by Doorkeeper::TokensController#create as HTML Parameters: {"grant_type"=>"client_credentials"} Completed 400 Bad Request in 1ms Started POST "/oauth/token" for 127.0.0.1 at 2020-05-13 14:18:41 +0300 Processing by Doorkeeper::TokensController#create as HTML Parameters: {"grant_type"=>"client_credentials"} Completed 400 Bad Request in 1ms (Views: 0.1ms) Started POST "/oauth/token" for 127.0.0.1 at 2020-05-13 14:18:41 +0300 Processing by Doorkeeper::TokensController#create as HTML Parameters: {"grant_type"=>"client_credentials"} Completed 200 OK in 2ms (Views: 0.1ms) Started GET "/oauth/applications" for 127.0.0.1 at 2020-05-13 14:18:41 +0300 Processing by Doorkeeper::ApplicationsController#index as HTML Rendering /projects/gems/doorkeeper-sequel/doorkeeper/app/views/doorkeeper/applications/index.html.erb within layouts/doorkeeper/admin Rendered /projects/gems/doorkeeper-sequel/doorkeeper/app/views/doorkeeper/applications/_delete_form.html.erb (0.2ms) Rendered /projects/gems/doorkeeper-sequel/doorkeeper/app/views/doorkeeper/applications/_delete_form.html.erb (0.2ms) Rendered /projects/gems/doorkeeper-sequel/doorkeeper/app/views/doorkeeper/applications/index.html.erb within layouts/doorkeeper/admin (2.0ms) Completed 200 OK in 3ms (Views: 3.0ms) Started POST "/oauth/token?refresh_token=[FILTERED]&client_id=kNnj9XkEKHZnjr9pLzLvT1d2A7tEumYq9ah1AKsT0CU&client_secret=[FILTERED]&grant_type=refresh_token" for 127.0.0.1 at 2020-05-13 14:18:41 +0300 Processing by Doorkeeper::TokensController#create as HTML Parameters: {"refresh_token"=>"[FILTERED]", "client_id"=>"kNnj9XkEKHZnjr9pLzLvT1d2A7tEumYq9ah1AKsT0CU", "client_secret"=>"[FILTERED]", "grant_type"=>"refresh_token"} Completed 400 Bad Request in 1ms (Views: 0.1ms) Started POST "/oauth/token?refresh_token=[FILTERED]&client_id=xSwdHEBz9OPXEf3G9HCsOnmxDhm1CXvc9LR8ZuaE-yQ&client_secret=[FILTERED]&grant_type=refresh_token" for 127.0.0.1 at 2020-05-13 14:18:41 +0300 Processing by Doorkeeper::TokensController#create as HTML Parameters: {"refresh_token"=>"[FILTERED]", "client_id"=>"xSwdHEBz9OPXEf3G9HCsOnmxDhm1CXvc9LR8ZuaE-yQ", "client_secret"=>"[FILTERED]", "grant_type"=>"refresh_token"} Completed 400 Bad Request in 1ms (Views: 0.1ms) Started POST "/oauth/token?refresh_token=[FILTERED]&client_id=a-0COUvC-toG_4mi-x2f8GuAUdXpLhX41KgjIcVoBzA&client_secret=[FILTERED]&grant_type=refresh_token" for 127.0.0.1 at 2020-05-13 14:18:41 +0300 Processing by Doorkeeper::TokensController#create as HTML Parameters: {"refresh_token"=>"[FILTERED]", "client_id"=>"a-0COUvC-toG_4mi-x2f8GuAUdXpLhX41KgjIcVoBzA", "client_secret"=>"[FILTERED]", "grant_type"=>"refresh_token"} Completed 400 Bad Request in 2ms Started POST "/oauth/token?refresh_token=[FILTERED]&client_id=fQeHvS2YGleuu4jSXJautxI0Nd5m9o9pQxD0IPA4q08&client_secret=[FILTERED]&grant_type=refresh_token" for 127.0.0.1 at 2020-05-13 14:18:41 +0300 Processing by Doorkeeper::TokensController#create as HTML Parameters: {"refresh_token"=>"[FILTERED]", "client_id"=>"fQeHvS2YGleuu4jSXJautxI0Nd5m9o9pQxD0IPA4q08", "client_secret"=>"[FILTERED]", "grant_type"=>"refresh_token"} Completed 200 OK in 3ms (Views: 0.1ms) Started POST "/oauth/token?refresh_token=[FILTERED]&client_id=gQc6A7g4Ov2kVRWXz5Mf3sl4uM4wm_6p-d4VuXaDwpU&client_secret=[FILTERED]&grant_type=refresh_token" for 127.0.0.1 at 2020-05-13 14:18:41 +0300 Processing by Doorkeeper::TokensController#create as HTML Parameters: {"refresh_token"=>"[FILTERED]", "client_id"=>"gQc6A7g4Ov2kVRWXz5Mf3sl4uM4wm_6p-d4VuXaDwpU", "client_secret"=>"[FILTERED]", "grant_type"=>"refresh_token"} Completed 200 OK in 2ms (Views: 0.1ms) Started POST "/oauth/token?refresh_token=[FILTERED]&client_id=1&client_secret=[FILTERED]&grant_type=refresh_token" for 127.0.0.1 at 2020-05-13 14:18:41 +0300 Processing by Doorkeeper::TokensController#create as HTML Parameters: {"refresh_token"=>"[FILTERED]", "client_id"=>"1", "client_secret"=>"[FILTERED]", "grant_type"=>"refresh_token"} Completed 401 Unauthorized in 1ms (Views: 0.1ms) Started POST "/oauth/token?refresh_token=[FILTERED]&grant_type=refresh_token" for 127.0.0.1 at 2020-05-13 14:18:41 +0300 Processing by Doorkeeper::TokensController#create as HTML Parameters: {"refresh_token"=>"[FILTERED]", "grant_type"=>"refresh_token"} Completed 400 Bad Request in 1ms (Views: 0.1ms) Started POST "/oauth/token?refresh_token=[FILTERED]&client_id=JoFJ4OZ1-KC1dj4OOxA6UJ5VDjf_2XqMcFbFfx7uFIw&grant_type=refresh_token" for 127.0.0.1 at 2020-05-13 14:18:41 +0300 Processing by Doorkeeper::TokensController#create as HTML Parameters: {"refresh_token"=>"[FILTERED]", "client_id"=>"JoFJ4OZ1-KC1dj4OOxA6UJ5VDjf_2XqMcFbFfx7uFIw", "grant_type"=>"refresh_token"} Completed 200 OK in 2ms (Views: 0.1ms) Started POST "/oauth/token?refresh_token=[FILTERED]&client_id=3DY8ZxN-z1NIf2OjE5M9sj2rENEIA3Ai9xAkzpan4vo&client_secret=[FILTERED]&grant_type=refresh_token" for 127.0.0.1 at 2020-05-13 14:18:41 +0300 Processing by Doorkeeper::TokensController#create as HTML Parameters: {"refresh_token"=>"[FILTERED]", "client_id"=>"3DY8ZxN-z1NIf2OjE5M9sj2rENEIA3Ai9xAkzpan4vo", "client_secret"=>"[FILTERED]", "grant_type"=>"refresh_token"} Completed 200 OK in 3ms (Views: 0.2ms) Started POST "/oauth/token?refresh_token=[FILTERED]&client_id=c-KKPgy4ji9wprZ4dcMlDjr-7IHnO1rB82kVFAb97AY&client_secret=[FILTERED]&grant_type=refresh_token" for 127.0.0.1 at 2020-05-13 14:18:41 +0300 Processing by Doorkeeper::TokensController#create as HTML Parameters: {"refresh_token"=>"[FILTERED]", "client_id"=>"c-KKPgy4ji9wprZ4dcMlDjr-7IHnO1rB82kVFAb97AY", "client_secret"=>"[FILTERED]", "grant_type"=>"refresh_token"} Completed 200 OK in 9ms (Views: 0.1ms) Started POST "/oauth/token?code=[FILTERED]&client_id=aL6-8SqcV73Qq5_s3E1u1YGNiHmSQN5rDR2RaBX0Fbk&client_secret=[FILTERED]&redirect_uri=https%3A%2F%2Fapp.com%2Fcallback&grant_type=authorization_code" for 127.0.0.1 at 2020-05-13 14:18:41 +0300 Processing by Doorkeeper::TokensController#create as HTML Parameters: {"code"=>"[FILTERED]", "client_id"=>"aL6-8SqcV73Qq5_s3E1u1YGNiHmSQN5rDR2RaBX0Fbk", "client_secret"=>"[FILTERED]", "redirect_uri"=>"https://app.com/callback", "grant_type"=>"authorization_code"} Completed 200 OK in 3ms (Views: 0.2ms) Started POST "/oauth/token?refresh_token=[FILTERED]&client_id=aL6-8SqcV73Qq5_s3E1u1YGNiHmSQN5rDR2RaBX0Fbk&client_secret=[FILTERED]&grant_type=refresh_token" for 127.0.0.1 at 2020-05-13 14:18:41 +0300 Processing by Doorkeeper::TokensController#create as HTML Parameters: {"refresh_token"=>"[FILTERED]", "client_id"=>"aL6-8SqcV73Qq5_s3E1u1YGNiHmSQN5rDR2RaBX0Fbk", "client_secret"=>"[FILTERED]", "grant_type"=>"refresh_token"} Completed 200 OK in 2ms (Views: 0.1ms) Started POST "/oauth/token?client_id=g6kB-rDK8JckRCScZ_6igJReeSyVSG7g4p27fxAW8Tc&client_secret=[FILTERED]&grant_type=password" for 127.0.0.1 at 2020-05-13 14:18:41 +0300 Processing by Doorkeeper::TokensController#create as HTML Parameters: {"client_id"=>"g6kB-rDK8JckRCScZ_6igJReeSyVSG7g4p27fxAW8Tc", "client_secret"=>"[FILTERED]", "grant_type"=>"password"} Completed 200 OK in 2ms (Views: 0.1ms) Started POST "/oauth/token?refresh_token=[FILTERED]&client_id=g6kB-rDK8JckRCScZ_6igJReeSyVSG7g4p27fxAW8Tc&client_secret=[FILTERED]&grant_type=refresh_token" for 127.0.0.1 at 2020-05-13 14:18:41 +0300 Processing by Doorkeeper::TokensController#create as HTML Parameters: {"refresh_token"=>"[FILTERED]", "client_id"=>"g6kB-rDK8JckRCScZ_6igJReeSyVSG7g4p27fxAW8Tc", "client_secret"=>"[FILTERED]", "grant_type"=>"refresh_token"} Completed 200 OK in 3ms (Views: 0.1ms) Started POST "/oauth/token?client_id=gGPU-dSz8d2vM1DSyES0YimW_GtvxmmZR0v9yCO7QwU&client_secret=[FILTERED]&grant_type=password" for 127.0.0.1 at 2020-05-13 14:18:41 +0300 Processing by Doorkeeper::TokensController#create as HTML Parameters: {"client_id"=>"gGPU-dSz8d2vM1DSyES0YimW_GtvxmmZR0v9yCO7QwU", "client_secret"=>"[FILTERED]", "grant_type"=>"password"} Completed 200 OK in 3ms (Views: 0.1ms) Started POST "/oauth/token?refresh_token=[FILTERED]&client_id=gGPU-dSz8d2vM1DSyES0YimW_GtvxmmZR0v9yCO7QwU&client_secret=[FILTERED]&grant_type=refresh_token" for 127.0.0.1 at 2020-05-13 14:18:41 +0300 Processing by Doorkeeper::TokensController#create as HTML Parameters: {"refresh_token"=>"[FILTERED]", "client_id"=>"gGPU-dSz8d2vM1DSyES0YimW_GtvxmmZR0v9yCO7QwU", "client_secret"=>"[FILTERED]", "grant_type"=>"refresh_token"} Completed 200 OK in 3ms (Views: 0.1ms) Processing by Doorkeeper::TokenInfoController#show as HTML Parameters: {"access_token"=>"[FILTERED]"} Completed 401 Unauthorized in 1ms (Views: 0.1ms) Processing by Doorkeeper::TokenInfoController#show as HTML Parameters: {"access_token"=>"[FILTERED]"} Completed 401 Unauthorized in 1ms (Views: 0.2ms) Processing by Doorkeeper::TokenInfoController#show as HTML Completed 401 Unauthorized in 0ms (Views: 0.1ms) Processing by Doorkeeper::TokenInfoController#show as HTML Completed 401 Unauthorized in 0ms (Views: 0.1ms) Processing by Doorkeeper::TokenInfoController#show as HTML Completed 401 Unauthorized in 0ms (Views: 0.1ms) Started GET "/" for 127.0.0.1 at 2020-05-13 14:18:41 +0300 Processing by HomeController#index as HTML Rendering home/index.html.erb within layouts/application Rendered home/index.html.erb within layouts/application (0.0ms) Completed 200 OK in 1ms (Views: 0.4ms) Started GET "/sign_in" for 127.0.0.1 at 2020-05-13 14:18:41 +0300 Processing by HomeController#sign_in as HTML Redirected to http://www.example.com/ Completed 302 Found in 0ms Started GET "/" for 127.0.0.1 at 2020-05-13 14:18:41 +0300 Processing by HomeController#index as HTML Rendering home/index.html.erb within layouts/application Rendered home/index.html.erb within layouts/application (0.0ms) Completed 200 OK in 0ms (Views: 0.3ms) Started GET "/oauth/authorize?client_id=dAHQYgBFu9ehauXwszWGLT2Xpb-ICS5laRKfHEvK6DA&response_type=token" for 127.0.0.1 at 2020-05-13 14:18:41 +0300 Processing by Doorkeeper::AuthorizationsController#new as HTML Parameters: {"client_id"=>"dAHQYgBFu9ehauXwszWGLT2Xpb-ICS5laRKfHEvK6DA", "response_type"=>"token"} Rendering /projects/gems/doorkeeper-sequel/doorkeeper/app/views/doorkeeper/authorizations/error.html.erb within layouts/doorkeeper/application Rendered /projects/gems/doorkeeper-sequel/doorkeeper/app/views/doorkeeper/authorizations/error.html.erb within layouts/doorkeeper/application (0.1ms) Completed 200 OK in 2ms (Views: 1.2ms) Started GET "/" for 127.0.0.1 at 2020-05-13 14:18:41 +0300 Processing by HomeController#index as HTML Rendering home/index.html.erb within layouts/application Rendered home/index.html.erb within layouts/application (0.0ms) Completed 200 OK in 0ms (Views: 0.4ms) Started GET "/sign_in" for 127.0.0.1 at 2020-05-13 14:18:41 +0300 Processing by HomeController#sign_in as HTML Redirected to http://www.example.com/ Completed 302 Found in 0ms Started GET "/" for 127.0.0.1 at 2020-05-13 14:18:41 +0300 Processing by HomeController#index as HTML Rendering home/index.html.erb within layouts/application Rendered home/index.html.erb within layouts/application (0.0ms) Completed 200 OK in 0ms (Views: 0.3ms) Started GET "/oauth/authorize?client_id=QuPVqLun0um_gotX3VVI1dgQ8bFZAFX28TcDSWhiyFc&redirect_uri=invalid&response_type=token" for 127.0.0.1 at 2020-05-13 14:18:41 +0300 Processing by Doorkeeper::AuthorizationsController#new as HTML Parameters: {"client_id"=>"QuPVqLun0um_gotX3VVI1dgQ8bFZAFX28TcDSWhiyFc", "redirect_uri"=>"invalid", "response_type"=>"token"} Rendering /projects/gems/doorkeeper-sequel/doorkeeper/app/views/doorkeeper/authorizations/error.html.erb within layouts/doorkeeper/application Rendered /projects/gems/doorkeeper-sequel/doorkeeper/app/views/doorkeeper/authorizations/error.html.erb within layouts/doorkeeper/application (0.1ms) Completed 200 OK in 2ms (Views: 1.1ms) Started GET "/" for 127.0.0.1 at 2020-05-13 14:18:41 +0300 Processing by HomeController#index as HTML Rendering home/index.html.erb within layouts/application Rendered home/index.html.erb within layouts/application (0.0ms) Completed 200 OK in 1ms (Views: 0.3ms) Started GET "/sign_in" for 127.0.0.1 at 2020-05-13 14:18:41 +0300 Processing by HomeController#sign_in as HTML Redirected to http://www.example.com/ Completed 302 Found in 0ms Started GET "/" for 127.0.0.1 at 2020-05-13 14:18:41 +0300 Processing by HomeController#index as HTML Rendering home/index.html.erb within layouts/application Rendered home/index.html.erb within layouts/application (0.0ms) Completed 200 OK in 0ms (Views: 0.3ms) Started GET "/oauth/authorize?client_id=invalid&response_type=token" for 127.0.0.1 at 2020-05-13 14:18:41 +0300 Processing by Doorkeeper::AuthorizationsController#new as HTML Parameters: {"client_id"=>"invalid", "response_type"=>"token"} Rendering /projects/gems/doorkeeper-sequel/doorkeeper/app/views/doorkeeper/authorizations/error.html.erb within layouts/doorkeeper/application Rendered /projects/gems/doorkeeper-sequel/doorkeeper/app/views/doorkeeper/authorizations/error.html.erb within layouts/doorkeeper/application (0.1ms) Completed 200 OK in 2ms (Views: 1.1ms) Started GET "/" for 127.0.0.1 at 2020-05-13 14:18:41 +0300 Processing by HomeController#index as HTML Rendering home/index.html.erb within layouts/application Rendered home/index.html.erb within layouts/application (0.0ms) Completed 200 OK in 1ms (Views: 0.5ms) Started GET "/sign_in" for 127.0.0.1 at 2020-05-13 14:18:41 +0300 Processing by HomeController#sign_in as HTML Redirected to http://www.example.com/ Completed 302 Found in 0ms Started GET "/" for 127.0.0.1 at 2020-05-13 14:18:41 +0300 Processing by HomeController#index as HTML Rendering home/index.html.erb within layouts/application Rendered home/index.html.erb within layouts/application (0.0ms) Completed 200 OK in 0ms (Views: 0.3ms) Started GET "/oauth/authorize?response_type=token" for 127.0.0.1 at 2020-05-13 14:18:41 +0300 Processing by Doorkeeper::AuthorizationsController#new as HTML Parameters: {"response_type"=>"token"} Rendering /projects/gems/doorkeeper-sequel/doorkeeper/app/views/doorkeeper/authorizations/error.html.erb within layouts/doorkeeper/application Rendered /projects/gems/doorkeeper-sequel/doorkeeper/app/views/doorkeeper/authorizations/error.html.erb within layouts/doorkeeper/application (0.2ms) Completed 200 OK in 1ms (Views: 1.1ms) Processing by Doorkeeper::TokensController#revoke as HTML Parameters: {"client_id"=>"HMzOLuSxzkMvp01nPQnfIPUM3UJH_m4V8NQ1a7R1e2s", "token"=>"IMW4MsEdv6OmTv6dVZBPtfSRF4GBsRn2RPvKRH9cvLA"} Completed 200 OK in 1ms (Views: 0.1ms) Processing by Doorkeeper::TokensController#revoke as HTML Parameters: {"client_id"=>"YkvUGxH0VkG0qyUC6eqNmLaoo6imoIFCUKQ_jb5xIMo", "token"=>"Q3pgONcesxVRQVWjgyQRXk2ldVfoSgVALcGEMdZoykg"} Completed 200 OK in 1ms (Views: 0.1ms) Processing by Doorkeeper::TokensController#revoke as HTML Parameters: {"token"=>"Fbqn-l1odPRgfOU9Jt5_LdG1ce3rZTZgphaxCNlpjbs"} Completed 200 OK in 1ms (Views: 0.1ms) Processing by Doorkeeper::TokensController#revoke as HTML Parameters: {"token"=>"zQo-rUPONdUO463Er2n8XKmuNnyeMJCWuCUBOBGKF_s"} Completed 200 OK in 1ms (Views: 0.1ms) Processing by Doorkeeper::TokensController#revoke as HTML Parameters: {"token"=>"tGdsTzJhbF-NNd4bwIOF--6eWALtqcs1u99ul5HvhI8"} Completed 403 Forbidden in 1ms (Views: 0.1ms) Processing by Doorkeeper::TokensController#revoke as HTML Parameters: {"token"=>"7lohLFB0G_kblgq2uexH1AhDSgHJd6iP16okyF-kmxQ"} Completed 403 Forbidden in 1ms (Views: 0.1ms) Processing by Doorkeeper::TokensController#create as HTML Parameters: {"client_id"=>"kJqn15PTIdrrt63vdBM2GPgPp5sDw-KUdATN6E8GXlg", "client_secret"=>"[FILTERED]", "grant_type"=>"password"} Completed 401 Unauthorized in 1ms (Views: 0.1ms) Processing by Doorkeeper::TokensController#create as HTML Parameters: {"client_id"=>"H4haxGkZQg52ncwVCxSU2rYIi6EVp_XRZVse9vKmXns", "client_secret"=>"[FILTERED]", "grant_type"=>"password"} Completed 401 Unauthorized in 1ms (Views: 0.1ms) Processing by Doorkeeper::TokensController#create as HTML Parameters: {"client_id"=>"Fc_lHbiuXnfddl7blf4Iz3DDbl32N8d3uFDpDcAnlQ4", "client_secret"=>"[FILTERED]", "grant_type"=>"password"} Completed 401 Unauthorized in 1ms (Views: 0.1ms) Processing by Doorkeeper::TokensController#create as HTML Parameters: {"client_id"=>"RIpg6s4Q_9TMZnJHl4A6Y8_wN5V0GzNYzhTP3RqLQc4", "client_secret"=>"[FILTERED]", "grant_type"=>"password"} Completed 401 Unauthorized in 1ms (Views: 0.1ms) Processing by Doorkeeper::TokensController#create as HTML Parameters: {"client_id"=>"qpeogYaETEZgyZH5jKkuU33hYERDWRAYkokXoB17p2c", "client_secret"=>"[FILTERED]", "grant_type"=>"password"} Completed 401 Unauthorized in 1ms (Views: 0.1ms) Processing by Doorkeeper::TokensController#create as HTML Parameters: {"client_id"=>"q3nzk9yvrbWHwGDHbnZtEJJ_uFk3V18Tz3-BcmHWKg8", "client_secret"=>"[FILTERED]", "grant_type"=>"password"} Completed 401 Unauthorized in 1ms (Views: 0.1ms) Processing by Doorkeeper::TokensController#create as HTML Parameters: {"client_id"=>"WjMc6NgO4RiTGTg1JI_WU5SRD5YwECoS1LVsaNaBB0s", "client_secret"=>"[FILTERED]", "grant_type"=>"password"} Completed 401 Unauthorized in 1ms (Views: 0.1ms) Processing by Doorkeeper::TokensController#create as HTML Parameters: {"client_id"=>"uN8eu3hION61wMYE2F1IxWsQVbwqyKK8Rjn6rS0E1Ho", "client_secret"=>"[FILTERED]", "grant_type"=>"password"} Completed 200 OK in 2ms (Views: 0.1ms) Processing by Doorkeeper::TokensController#create as HTML Parameters: {"client_id"=>"hib6LofJxBZDZzPxUWe6gLS2CxFxbqRs7ajsiuCzBUU", "client_secret"=>"[FILTERED]", "grant_type"=>"password"} Completed 200 OK in 2ms (Views: 0.1ms) Processing by Doorkeeper::TokensController#create as HTML Parameters: {"client_id"=>"iHLsjMisg-yBkUhcCyv5QImKkkgdA_T_zMv_nS_F-o4", "client_secret"=>"[FILTERED]", "grant_type"=>"password"} Completed 200 OK in 2ms (Views: 0.1ms) Processing by Doorkeeper::TokensController#create as HTML Parameters: {"client_id"=>"OB0uO8gPvd6RHMz1k0MkKW0j2z-Y7NL1WQ_lIIangr8", "client_secret"=>"[FILTERED]", "grant_type"=>"password"} Completed 200 OK in 2ms (Views: 0.1ms) Processing by Doorkeeper::TokensController#create as HTML Parameters: {"client_id"=>"KjucOEL7SIyEDKT4r6e_tWQ1hJNm6ctbImj1Do-3fuo", "client_secret"=>"[FILTERED]", "grant_type"=>"password"} Completed 200 OK in 2ms (Views: 0.1ms) Processing by Doorkeeper::TokensController#create as HTML Parameters: {"client_id"=>"zKb5I-kWgb9WBH0GWCpfe0yZXCpAmHYrSB1hm84PYZQ", "client_secret"=>"[FILTERED]", "grant_type"=>"password"} Completed 200 OK in 3ms (Views: 0.2ms) Processing by Doorkeeper::TokensController#create as HTML Completed 400 Bad Request in 0ms Processing by Doorkeeper::TokensController#create as HTML Parameters: {"client_id"=>"ABSbADK1Ib67hHp3TjBKnT8sg0hMv12na29r1OX7MDk", "client_secret"=>"[FILTERED]", "grant_type"=>"password"} Completed 200 OK in 2ms (Views: 0.1ms) Processing by Doorkeeper::TokensController#create as HTML Parameters: {"client_id"=>"8lseJ2Fk-o1RkjwoXDzl5pFIliFN5uy-zqGVHr4IsL0", "client_secret"=>"[FILTERED]", "grant_type"=>"password"} Completed 200 OK in 2ms (Views: 0.2ms) Processing by Doorkeeper::TokensController#create as HTML Parameters: {"client_id"=>"k69unTDOKYHShpRgksk-TvhkZ23XNqTp_YIazyKj3pw", "client_secret"=>"[FILTERED]", "grant_type"=>"password"} Completed 401 Unauthorized in 1ms (Views: 0.1ms) Processing by Doorkeeper::TokensController#create as HTML Parameters: {"client_id"=>"hoo74Zm_VPZtNSEYP6r_zseumHWDtSm6dGjECrZc9R8", "client_secret"=>"[FILTERED]", "grant_type"=>"password"} Completed 401 Unauthorized in 1ms (Views: 0.1ms) Processing by Doorkeeper::TokensController#introspect as HTML Parameters: {"token"=>"4E5Ve65aVmQdFEOt9GDF8MWXG-N1-r4D-fqA9lDDSEQ"} Completed 400 Bad Request in 1ms (Views: 0.2ms) Processing by Doorkeeper::TokensController#introspect as HTML Parameters: {"token"=>"-2cJz9budNRDHujAHmGvnyRsZ1l393AyqKMGfUCr1o8"} Completed 200 OK in 1ms (Views: 0.1ms) Processing by Doorkeeper::TokensController#introspect as HTML Parameters: {"token"=>"nqCQMAv52cm58IDFw-lU4lDBjbi_mHX65qaTyd0JooI"} Completed 200 OK in 1ms (Views: 0.2ms) Processing by Doorkeeper::TokensController#introspect as HTML Parameters: {"token"=>"Nd-Ahg0K8X7gnmSjFHowrCfa8H2wpZBEUAa3rFAi4tE"} Completed 200 OK in 1ms (Views: 0.1ms) Processing by Doorkeeper::TokensController#introspect as HTML Parameters: {"token"=>"5tyU4CrK229R4VKzZxwTV77kTotNsSmGQbOiF9OkWYU"} Completed 401 Unauthorized in 1ms (Views: 0.2ms) Processing by Doorkeeper::TokensController#introspect as HTML Parameters: {"token"=>"d27c14d75f1f7720a27285edf9cefb94"} Completed 200 OK in 1ms (Views: 0.2ms) Processing by Doorkeeper::TokensController#introspect as HTML Parameters: {"token"=>"7437de9143f2c5ca41972dbd899b9f42"} Completed 401 Unauthorized in 1ms (Views: 0.1ms) Processing by Doorkeeper::TokensController#introspect as HTML Parameters: {"token"=>"CVK7-767nUpZRUo2b8I93lvGg8uAWfoP2gksQ80mrhc"} Completed 200 OK in 1ms (Views: 0.2ms) Processing by Doorkeeper::TokensController#introspect as HTML Parameters: {"token"=>"Y3fq5lHR6BUFkccRyxb7BjfyLiiezLUiEQsXnWzjWd0"} Completed 401 Unauthorized in 1ms (Views: 0.2ms) Processing by Doorkeeper::TokensController#introspect as HTML Parameters: {"token"=>"yyMENMIFnGDtEpZqjKWDb1IP6OPNQXskiyGz5TVTRT8"} Completed 200 OK in 1ms (Views: 0.2ms) Processing by Doorkeeper::TokensController#introspect as HTML Parameters: {"token"=>"2C7GMb56YiTskzeKINN2ExvZKahfxjkiphBu8rJiKSw"} Completed 401 Unauthorized in 1ms (Views: 0.2ms) Processing by Doorkeeper::TokensController#introspect as HTML Parameters: {"token"=>"2thOy8eEwhrGr410myli1eWN5AhkvIa2wgIRYKX6VG4"} Completed 401 Unauthorized in 1ms (Views: 0.2ms) Processing by Doorkeeper::TokensController#introspect as HTML Parameters: {"token"=>"dDx7MxevZ8-vYCXgz7L4BLjF5PRLDEyREVqO7eCdQUo"} Completed 401 Unauthorized in 1ms (Views: 0.1ms) Processing by Doorkeeper::TokensController#introspect as HTML Parameters: {"token"=>"LSROV8KkQIxTmGm3TxniTlkr8Zf89DbTx-b0TmaIQBw"} Completed 200 OK in 1ms (Views: 0.1ms) Processing by Doorkeeper::TokensController#introspect as HTML Parameters: {"token"=>"gyEpTWrqNjXOGKXVD3sZ9x3m3L8YCbmE_envoGfV1Ic"} Completed 401 Unauthorized in 1ms (Views: 0.2ms) Processing by Doorkeeper::TokensController#introspect as HTML Parameters: {"token"=>"eQfVpGIkxeR-WDEkF23lZMC7t9cI___mTCy9qjOBmRE"} Completed 401 Unauthorized in 1ms (Views: 0.1ms) Processing by Doorkeeper::TokensController#introspect as HTML Parameters: {"token"=>"j_1Twm2rDmFrEsg8RvGNqTVZ0aXYnsPpV5uNos_LeeM"} Completed 401 Unauthorized in 1ms (Views: 0.1ms) Started GET "/assets/doorkeeper/admin/application.css" for 127.0.0.1 at 2020-05-13 14:18:42 +0300 Started GET "/assets/doorkeeper/application.css" for 127.0.0.1 at 2020-05-13 14:18:42 +0300 Started GET "/" for 127.0.0.1 at 2020-05-13 14:18:42 +0300 Processing by HomeController#index as HTML Rendering home/index.html.erb within layouts/application Rendered home/index.html.erb within layouts/application (0.0ms) Completed 200 OK in 1ms (Views: 0.4ms) Started GET "/sign_in" for 127.0.0.1 at 2020-05-13 14:18:42 +0300 Processing by HomeController#sign_in as HTML Redirected to http://www.example.com/ Completed 302 Found in 0ms Started GET "/" for 127.0.0.1 at 2020-05-13 14:18:42 +0300 Processing by HomeController#index as HTML Rendering home/index.html.erb within layouts/application Rendered home/index.html.erb within layouts/application (0.0ms) Completed 200 OK in 0ms (Views: 0.4ms) Started GET "/oauth/authorize?client_id=N4Fu-UV2jCeE1_nOrHUq94F07vsynFUZxphvFIFr-Aw&redirect_uri=https%3A%2F%2Fapp.com%2Fcallback&response_type=code" for 127.0.0.1 at 2020-05-13 14:18:42 +0300 Processing by Doorkeeper::AuthorizationsController#new as HTML Parameters: {"client_id"=>"N4Fu-UV2jCeE1_nOrHUq94F07vsynFUZxphvFIFr-Aw", "redirect_uri"=>"https://app.com/callback", "response_type"=>"code"} Rendering /projects/gems/doorkeeper-sequel/doorkeeper/app/views/doorkeeper/authorizations/new.html.erb within layouts/doorkeeper/application Rendered /projects/gems/doorkeeper-sequel/doorkeeper/app/views/doorkeeper/authorizations/new.html.erb within layouts/doorkeeper/application (1.0ms) Completed 200 OK in 4ms (Views: 2.0ms) Started POST "/oauth/authorize" for 127.0.0.1 at 2020-05-13 14:18:42 +0300 Processing by Doorkeeper::AuthorizationsController#create as HTML Parameters: {"utf8"=>"✓", "client_id"=>"N4Fu-UV2jCeE1_nOrHUq94F07vsynFUZxphvFIFr-Aw", "redirect_uri"=>"https://app.com/callback", "state"=>"", "response_type"=>"code", "scope"=>"default", "code_challenge"=>"", "code_challenge_method"=>"", "commit"=>"Authorize"} Redirected to https://app.com/callback?code=rs0Krg12NJPDBia2iKiAk09ZWXefqnTRAHCCN9X2owU Completed 302 Found in 2ms Started GET "/callback?code=[FILTERED]" for 127.0.0.1 at 2020-05-13 14:18:42 +0300 Processing by HomeController#callback as HTML Parameters: {"code"=>"[FILTERED]"} Rendering text template Rendered text template (0.0ms) Completed 200 OK in 1ms (Views: 0.8ms) Started POST "/oauth/token?code=[FILTERED]&client_secret=[FILTERED]&redirect_uri=https%3A%2F%2Fapp.com%2Fcallback&grant_type=authorization_code" for 127.0.0.1 at 2020-05-13 14:18:42 +0300 Processing by Doorkeeper::TokensController#create as HTML Parameters: {"code"=>"[FILTERED]", "client_secret"=>"[FILTERED]", "redirect_uri"=>"https://app.com/callback", "grant_type"=>"authorization_code"} Completed 401 Unauthorized in 1ms (Views: 0.1ms) Started GET "/" for 127.0.0.1 at 2020-05-13 14:18:42 +0300 Processing by HomeController#index as HTML Rendering home/index.html.erb within layouts/application Rendered home/index.html.erb within layouts/application (0.0ms) Completed 200 OK in 1ms (Views: 0.5ms) Started GET "/sign_in" for 127.0.0.1 at 2020-05-13 14:18:42 +0300 Processing by HomeController#sign_in as HTML Redirected to http://www.example.com/ Completed 302 Found in 0ms Started GET "/" for 127.0.0.1 at 2020-05-13 14:18:42 +0300 Processing by HomeController#index as HTML Rendering home/index.html.erb within layouts/application Rendered home/index.html.erb within layouts/application (0.0ms) Completed 200 OK in 1ms (Views: 0.4ms) Started GET "/oauth/authorize?client_id=NgsfLwdc2r4fRrTbkuNgfDp7mxHANmcWm3czYJS5nQk&redirect_uri=https%3A%2F%2Fapp.com%2Fcallback&response_type=code" for 127.0.0.1 at 2020-05-13 14:18:42 +0300 Processing by Doorkeeper::AuthorizationsController#new as HTML Parameters: {"client_id"=>"NgsfLwdc2r4fRrTbkuNgfDp7mxHANmcWm3czYJS5nQk", "redirect_uri"=>"https://app.com/callback", "response_type"=>"code"} Rendering /projects/gems/doorkeeper-sequel/doorkeeper/app/views/doorkeeper/authorizations/new.html.erb within layouts/doorkeeper/application Rendered /projects/gems/doorkeeper-sequel/doorkeeper/app/views/doorkeeper/authorizations/new.html.erb within layouts/doorkeeper/application (1.1ms) Completed 200 OK in 3ms (Views: 2.2ms) Started POST "/oauth/authorize" for 127.0.0.1 at 2020-05-13 14:18:42 +0300 Processing by Doorkeeper::AuthorizationsController#create as HTML Parameters: {"utf8"=>"✓", "client_id"=>"NgsfLwdc2r4fRrTbkuNgfDp7mxHANmcWm3czYJS5nQk", "redirect_uri"=>"https://app.com/callback", "state"=>"", "response_type"=>"code", "scope"=>"default", "code_challenge"=>"", "code_challenge_method"=>"", "commit"=>"Authorize"} Redirected to https://app.com/callback?code=h1DRhFvlamxnjlXcLc-cNz36EDG6ZVmuBy_MnaUhJzU Completed 302 Found in 2ms Started GET "/callback?code=[FILTERED]" for 127.0.0.1 at 2020-05-13 14:18:42 +0300 Processing by HomeController#callback as HTML Parameters: {"code"=>"[FILTERED]"} Rendering text template Rendered text template (0.0ms) Completed 200 OK in 0ms (Views: 0.2ms) Started GET "/" for 127.0.0.1 at 2020-05-13 14:18:42 +0300 Processing by HomeController#index as HTML Rendering home/index.html.erb within layouts/application Rendered home/index.html.erb within layouts/application (0.0ms) Completed 200 OK in 1ms (Views: 0.6ms) Started GET "/sign_in" for 127.0.0.1 at 2020-05-13 14:18:42 +0300 Processing by HomeController#sign_in as HTML Redirected to http://www.example.com/ Completed 302 Found in 1ms Started GET "/" for 127.0.0.1 at 2020-05-13 14:18:42 +0300 Processing by HomeController#index as HTML Rendering home/index.html.erb within layouts/application Rendered home/index.html.erb within layouts/application (0.0ms) Completed 200 OK in 1ms (Views: 0.6ms) Started GET "/oauth/authorize?client_id=lc2kk3YvrHg3iFTVOeCjbBQoqaCqUa3bZEuC_rYgJrM&redirect_uri=https%3A%2F%2Fapp.com%2Fcallback&response_type=code" for 127.0.0.1 at 2020-05-13 14:18:42 +0300 Processing by Doorkeeper::AuthorizationsController#new as HTML Parameters: {"client_id"=>"lc2kk3YvrHg3iFTVOeCjbBQoqaCqUa3bZEuC_rYgJrM", "redirect_uri"=>"https://app.com/callback", "response_type"=>"code"} Rendering /projects/gems/doorkeeper-sequel/doorkeeper/app/views/doorkeeper/authorizations/new.html.erb within layouts/doorkeeper/application Rendered /projects/gems/doorkeeper-sequel/doorkeeper/app/views/doorkeeper/authorizations/new.html.erb within layouts/doorkeeper/application (1.8ms) Completed 200 OK in 6ms (Views: 3.8ms) Started POST "/oauth/authorize" for 127.0.0.1 at 2020-05-13 14:18:42 +0300 Processing by Doorkeeper::AuthorizationsController#create as HTML Parameters: {"utf8"=>"✓", "client_id"=>"lc2kk3YvrHg3iFTVOeCjbBQoqaCqUa3bZEuC_rYgJrM", "redirect_uri"=>"https://app.com/callback", "state"=>"", "response_type"=>"code", "scope"=>"default", "code_challenge"=>"", "code_challenge_method"=>"", "commit"=>"Authorize"} Redirected to https://app.com/callback?code=mwBd2dD46FgRNQTpBtYjnU8aYCXAPuOn2YQRmwXWr5k Completed 302 Found in 3ms Started GET "/callback?code=[FILTERED]" for 127.0.0.1 at 2020-05-13 14:18:42 +0300 Processing by HomeController#callback as HTML Parameters: {"code"=>"[FILTERED]"} Rendering text template Rendered text template (0.0ms) Completed 200 OK in 0ms (Views: 0.3ms) Started POST "/oauth/token?code=[FILTERED]&client_id=lc2kk3YvrHg3iFTVOeCjbBQoqaCqUa3bZEuC_rYgJrM&redirect_uri=https%3A%2F%2Fapp.com%2Fcallback&grant_type=authorization_code" for 127.0.0.1 at 2020-05-13 14:18:42 +0300 Processing by Doorkeeper::TokensController#create as HTML Parameters: {"code"=>"[FILTERED]", "client_id"=>"lc2kk3YvrHg3iFTVOeCjbBQoqaCqUa3bZEuC_rYgJrM", "redirect_uri"=>"https://app.com/callback", "grant_type"=>"authorization_code"} Completed 401 Unauthorized in 1ms (Views: 0.2ms) Started GET "/" for 127.0.0.1 at 2020-05-13 14:18:42 +0300 Processing by HomeController#index as HTML Rendering home/index.html.erb within layouts/application Rendered home/index.html.erb within layouts/application (0.0ms) Completed 200 OK in 1ms (Views: 0.4ms) Started GET "/sign_in" for 127.0.0.1 at 2020-05-13 14:18:42 +0300 Processing by HomeController#sign_in as HTML Redirected to http://www.example.com/ Completed 302 Found in 0ms Started GET "/" for 127.0.0.1 at 2020-05-13 14:18:42 +0300 Processing by HomeController#index as HTML Rendering home/index.html.erb within layouts/application Rendered home/index.html.erb within layouts/application (0.0ms) Completed 200 OK in 0ms (Views: 0.4ms) Started GET "/oauth/authorize?client_id=WVjsnb6RaoLAZ7J88x4nXwRZLRxgMDWTvohs_6k6AnE&redirect_uri=https%3A%2F%2Fapp.com%2Fcallback&response_type=code" for 127.0.0.1 at 2020-05-13 14:18:42 +0300 Processing by Doorkeeper::AuthorizationsController#new as HTML Parameters: {"client_id"=>"WVjsnb6RaoLAZ7J88x4nXwRZLRxgMDWTvohs_6k6AnE", "redirect_uri"=>"https://app.com/callback", "response_type"=>"code"} Rendering /projects/gems/doorkeeper-sequel/doorkeeper/app/views/doorkeeper/authorizations/new.html.erb within layouts/doorkeeper/application Rendered /projects/gems/doorkeeper-sequel/doorkeeper/app/views/doorkeeper/authorizations/new.html.erb within layouts/doorkeeper/application (1.1ms) Completed 200 OK in 4ms (Views: 2.2ms) Started POST "/oauth/authorize" for 127.0.0.1 at 2020-05-13 14:18:42 +0300 Processing by Doorkeeper::AuthorizationsController#create as HTML Parameters: {"utf8"=>"✓", "client_id"=>"WVjsnb6RaoLAZ7J88x4nXwRZLRxgMDWTvohs_6k6AnE", "redirect_uri"=>"https://app.com/callback", "state"=>"", "response_type"=>"code", "scope"=>"default", "code_challenge"=>"", "code_challenge_method"=>"", "commit"=>"Authorize"} Redirected to https://app.com/callback?code=akfXyUqC9q_rY_GF8Y3WUM0fxOaPTmWzEJsWQAJMASc Completed 302 Found in 3ms Started GET "/callback?code=[FILTERED]" for 127.0.0.1 at 2020-05-13 14:18:42 +0300 Processing by HomeController#callback as HTML Parameters: {"code"=>"[FILTERED]"} Rendering text template Rendered text template (0.0ms) Completed 200 OK in 0ms (Views: 0.3ms) Started POST "/oauth/token?code=[FILTERED]&client_id=WVjsnb6RaoLAZ7J88x4nXwRZLRxgMDWTvohs_6k6AnE&client_secret=[FILTERED]&redirect_uri=https%3A%2F%2Fapp.com%2Fcallback&grant_type=authorization_code" for 127.0.0.1 at 2020-05-13 14:18:42 +0300 Processing by Doorkeeper::TokensController#create as HTML Parameters: {"code"=>"[FILTERED]", "client_id"=>"WVjsnb6RaoLAZ7J88x4nXwRZLRxgMDWTvohs_6k6AnE", "client_secret"=>"[FILTERED]", "redirect_uri"=>"https://app.com/callback", "grant_type"=>"authorization_code"} Completed 200 OK in 3ms (Views: 0.1ms) Started GET "/" for 127.0.0.1 at 2020-05-13 14:18:42 +0300 Processing by HomeController#index as HTML Rendering home/index.html.erb within layouts/application Rendered home/index.html.erb within layouts/application (0.0ms) Completed 200 OK in 1ms (Views: 0.4ms) Started GET "/sign_in" for 127.0.0.1 at 2020-05-13 14:18:42 +0300 Processing by HomeController#sign_in as HTML Redirected to http://www.example.com/ Completed 302 Found in 0ms Started GET "/" for 127.0.0.1 at 2020-05-13 14:18:42 +0300 Processing by HomeController#index as HTML Rendering home/index.html.erb within layouts/application Rendered home/index.html.erb within layouts/application (0.0ms) Completed 200 OK in 0ms (Views: 0.4ms) Started GET "/oauth/authorize?client_id=tgczpIBcsFVNaz6U4UmFQ4VWeyZr0GmNk3SXZ1Ry7hY&redirect_uri=https%3A%2F%2Fapp.com%2Fcallback&response_type=code&state=return-me" for 127.0.0.1 at 2020-05-13 14:18:42 +0300 Processing by Doorkeeper::AuthorizationsController#new as HTML Parameters: {"client_id"=>"tgczpIBcsFVNaz6U4UmFQ4VWeyZr0GmNk3SXZ1Ry7hY", "redirect_uri"=>"https://app.com/callback", "response_type"=>"code", "state"=>"return-me"} Rendering /projects/gems/doorkeeper-sequel/doorkeeper/app/views/doorkeeper/authorizations/new.html.erb within layouts/doorkeeper/application Rendered /projects/gems/doorkeeper-sequel/doorkeeper/app/views/doorkeeper/authorizations/new.html.erb within layouts/doorkeeper/application (1.0ms) Completed 200 OK in 3ms (Views: 2.1ms) Started POST "/oauth/authorize" for 127.0.0.1 at 2020-05-13 14:18:42 +0300 Processing by Doorkeeper::AuthorizationsController#create as HTML Parameters: {"utf8"=>"✓", "client_id"=>"tgczpIBcsFVNaz6U4UmFQ4VWeyZr0GmNk3SXZ1Ry7hY", "redirect_uri"=>"https://app.com/callback", "state"=>"return-me", "response_type"=>"code", "scope"=>"default", "code_challenge"=>"", "code_challenge_method"=>"", "commit"=>"Authorize"} Redirected to https://app.com/callback?code=kd5OMAT4-YgvrdNpgCU6JnQOunykPE_Zg7XvZP7s6Bo&state=return-me Completed 302 Found in 2ms Started GET "/callback?code=[FILTERED]&state=return-me" for 127.0.0.1 at 2020-05-13 14:18:42 +0300 Processing by HomeController#callback as HTML Parameters: {"code"=>"[FILTERED]", "state"=>"return-me"} Rendering text template Rendered text template (0.0ms) Completed 200 OK in 0ms (Views: 0.2ms) Started GET "/" for 127.0.0.1 at 2020-05-13 14:18:42 +0300 Processing by HomeController#index as HTML Rendering home/index.html.erb within layouts/application Rendered home/index.html.erb within layouts/application (0.0ms) Completed 200 OK in 1ms (Views: 0.5ms) Started GET "/sign_in" for 127.0.0.1 at 2020-05-13 14:18:42 +0300 Processing by HomeController#sign_in as HTML Redirected to http://www.example.com/ Completed 302 Found in 1ms Started GET "/" for 127.0.0.1 at 2020-05-13 14:18:42 +0300 Processing by HomeController#index as HTML Rendering home/index.html.erb within layouts/application Rendered home/index.html.erb within layouts/application (0.0ms) Completed 200 OK in 0ms (Views: 0.4ms) Started GET "/oauth/authorize?client_id=EA_Y9DKqVxnsM8IJ3Kyza6VNEicTPjkEaoraLTvKRZ8&redirect_uri=https%3A%2F%2Fapp.com%2Fcallback&response_type=code&scope=public+write" for 127.0.0.1 at 2020-05-13 14:18:42 +0300 Processing by Doorkeeper::AuthorizationsController#new as HTML Parameters: {"client_id"=>"EA_Y9DKqVxnsM8IJ3Kyza6VNEicTPjkEaoraLTvKRZ8", "redirect_uri"=>"https://app.com/callback", "response_type"=>"code", "scope"=>"public write"} Redirected to https://app.com/callback?code=v8IpCiSOxKdpBf4fSd8VmnocMJ-owMU13rY4tP5Xg7g Completed 302 Found in 3ms Started GET "/callback?code=[FILTERED]" for 127.0.0.1 at 2020-05-13 14:18:42 +0300 Processing by HomeController#callback as HTML Parameters: {"code"=>"[FILTERED]"} Rendering text template Rendered text template (0.0ms) Completed 200 OK in 0ms (Views: 0.2ms) Started GET "/" for 127.0.0.1 at 2020-05-13 14:18:42 +0300 Processing by HomeController#index as HTML Rendering home/index.html.erb within layouts/application Rendered home/index.html.erb within layouts/application (0.0ms) Completed 200 OK in 1ms (Views: 0.6ms) Started GET "/sign_in" for 127.0.0.1 at 2020-05-13 14:18:42 +0300 Processing by HomeController#sign_in as HTML Redirected to http://www.example.com/ Completed 302 Found in 0ms Started GET "/" for 127.0.0.1 at 2020-05-13 14:18:42 +0300 Processing by HomeController#index as HTML Rendering home/index.html.erb within layouts/application Rendered home/index.html.erb within layouts/application (0.0ms) Completed 200 OK in 0ms (Views: 0.3ms) Started GET "/oauth/authorize?client_id=2GKHVmKnqYNU_rjRsg8ZbS4If5-vtJuR2BBuKPHkvtE&redirect_uri=urn%3Aietf%3Awg%3Aoauth%3A2.0%3Aoob&response_type=code" for 127.0.0.1 at 2020-05-13 14:18:42 +0300 Processing by Doorkeeper::AuthorizationsController#new as HTML Parameters: {"client_id"=>"2GKHVmKnqYNU_rjRsg8ZbS4If5-vtJuR2BBuKPHkvtE", "redirect_uri"=>"urn:ietf:wg:oauth:2.0:oob", "response_type"=>"code"} Rendering /projects/gems/doorkeeper-sequel/doorkeeper/app/views/doorkeeper/authorizations/new.html.erb within layouts/doorkeeper/application Rendered /projects/gems/doorkeeper-sequel/doorkeeper/app/views/doorkeeper/authorizations/new.html.erb within layouts/doorkeeper/application (0.9ms) Completed 200 OK in 3ms (Views: 1.9ms) Started POST "/oauth/authorize" for 127.0.0.1 at 2020-05-13 14:18:42 +0300 Processing by Doorkeeper::AuthorizationsController#create as HTML Parameters: {"utf8"=>"✓", "client_id"=>"2GKHVmKnqYNU_rjRsg8ZbS4If5-vtJuR2BBuKPHkvtE", "redirect_uri"=>"urn:ietf:wg:oauth:2.0:oob", "state"=>"", "response_type"=>"code", "scope"=>"default", "code_challenge"=>"", "code_challenge_method"=>"", "commit"=>"Authorize"} Redirected to http://www.example.com/oauth/authorize/native?code=TGB0_SdZIwgqBp4tCl0oYLuy7Kd6iAwApCxDYlqThkk Completed 302 Found in 2ms Started GET "/oauth/authorize/native?code=[FILTERED]" for 127.0.0.1 at 2020-05-13 14:18:42 +0300 Processing by Doorkeeper::AuthorizationsController#show as HTML Parameters: {"code"=>"[FILTERED]"} Rendering /projects/gems/doorkeeper-sequel/doorkeeper/app/views/doorkeeper/authorizations/show.html.erb within layouts/doorkeeper/application Rendered /projects/gems/doorkeeper-sequel/doorkeeper/app/views/doorkeeper/authorizations/show.html.erb within layouts/doorkeeper/application (0.5ms) Completed 200 OK in 2ms (Views: 1.6ms) Started GET "/" for 127.0.0.1 at 2020-05-13 14:18:42 +0300 Processing by HomeController#index as HTML Rendering home/index.html.erb within layouts/application Rendered home/index.html.erb within layouts/application (0.0ms) Completed 200 OK in 1ms (Views: 0.4ms) Started GET "/sign_in" for 127.0.0.1 at 2020-05-13 14:18:42 +0300 Processing by HomeController#sign_in as HTML Redirected to http://www.example.com/ Completed 302 Found in 0ms Started GET "/" for 127.0.0.1 at 2020-05-13 14:18:42 +0300 Processing by HomeController#index as HTML Rendering home/index.html.erb within layouts/application Rendered home/index.html.erb within layouts/application (0.0ms) Completed 200 OK in 0ms (Views: 0.4ms) Started POST "/oauth/token?client_id=B6jBPySW_9hrd_XtlXfsAnPkWAyUL6_iIi2__s0rTyc&client_secret=[FILTERED]&redirect_uri=https%3A%2F%2Fapp.com%2Fcallback&grant_type=authorization_code" for 127.0.0.1 at 2020-05-13 14:18:42 +0300 Processing by Doorkeeper::TokensController#create as HTML Parameters: {"client_id"=>"B6jBPySW_9hrd_XtlXfsAnPkWAyUL6_iIi2__s0rTyc", "client_secret"=>"[FILTERED]", "redirect_uri"=>"https://app.com/callback", "grant_type"=>"authorization_code"} Completed 400 Bad Request in 0ms Started GET "/" for 127.0.0.1 at 2020-05-13 14:18:42 +0300 Processing by HomeController#index as HTML Rendering home/index.html.erb within layouts/application Rendered home/index.html.erb within layouts/application (0.0ms) Completed 200 OK in 0ms (Views: 0.3ms) Started GET "/sign_in" for 127.0.0.1 at 2020-05-13 14:18:42 +0300 Processing by HomeController#sign_in as HTML Redirected to http://www.example.com/ Completed 302 Found in 0ms Started GET "/" for 127.0.0.1 at 2020-05-13 14:18:42 +0300 Processing by HomeController#index as HTML Rendering home/index.html.erb within layouts/application Rendered home/index.html.erb within layouts/application (0.0ms) Completed 200 OK in 0ms (Views: 0.4ms) Started GET "/oauth/authorize?client_id=A651nPKVyX636yoePfxlqSxfKa5X5PihR6eh-MSkt7k&redirect_uri=https%3A%2F%2Fapp.com%2Fcallback&response_type=code&scope=public" for 127.0.0.1 at 2020-05-13 14:18:42 +0300 Processing by Doorkeeper::AuthorizationsController#new as HTML Parameters: {"client_id"=>"A651nPKVyX636yoePfxlqSxfKa5X5PihR6eh-MSkt7k", "redirect_uri"=>"https://app.com/callback", "response_type"=>"code", "scope"=>"public"} Rendering /projects/gems/doorkeeper-sequel/doorkeeper/app/views/doorkeeper/authorizations/new.html.erb within layouts/doorkeeper/application Rendered /projects/gems/doorkeeper-sequel/doorkeeper/app/views/doorkeeper/authorizations/new.html.erb within layouts/doorkeeper/application (0.9ms) Completed 200 OK in 3ms (Views: 1.8ms) Started POST "/oauth/authorize" for 127.0.0.1 at 2020-05-13 14:18:42 +0300 Processing by Doorkeeper::AuthorizationsController#create as HTML Parameters: {"utf8"=>"✓", "client_id"=>"A651nPKVyX636yoePfxlqSxfKa5X5PihR6eh-MSkt7k", "redirect_uri"=>"https://app.com/callback", "state"=>"", "response_type"=>"code", "scope"=>"public", "code_challenge"=>"", "code_challenge_method"=>"", "commit"=>"Authorize"} Redirected to https://app.com/callback?code=1DnYb48dU3CY7xiM6lSjWwZMsPui1A3ODYy2DrRvdaA Completed 302 Found in 2ms Started GET "/callback?code=[FILTERED]" for 127.0.0.1 at 2020-05-13 14:18:42 +0300 Processing by HomeController#callback as HTML Parameters: {"code"=>"[FILTERED]"} Rendering text template Rendered text template (0.0ms) Completed 200 OK in 0ms (Views: 0.2ms) Started POST "/oauth/token?code=[FILTERED]&client_id=A651nPKVyX636yoePfxlqSxfKa5X5PihR6eh-MSkt7k&client_secret=[FILTERED]&redirect_uri=https%3A%2F%2Fapp.com%2Fcallback&grant_type=authorization_code" for 127.0.0.1 at 2020-05-13 14:18:42 +0300 Processing by Doorkeeper::TokensController#create as HTML Parameters: {"code"=>"[FILTERED]", "client_id"=>"A651nPKVyX636yoePfxlqSxfKa5X5PihR6eh-MSkt7k", "client_secret"=>"[FILTERED]", "redirect_uri"=>"https://app.com/callback", "grant_type"=>"authorization_code"} Completed 200 OK in 2ms (Views: 0.1ms) Started GET "/" for 127.0.0.1 at 2020-05-13 14:18:42 +0300 Processing by HomeController#index as HTML Rendering home/index.html.erb within layouts/application Rendered home/index.html.erb within layouts/application (0.0ms) Completed 200 OK in 0ms (Views: 0.4ms) Started GET "/sign_in" for 127.0.0.1 at 2020-05-13 14:18:42 +0300 Processing by HomeController#sign_in as HTML Redirected to http://www.example.com/ Completed 302 Found in 0ms Started GET "/" for 127.0.0.1 at 2020-05-13 14:18:42 +0300 Processing by HomeController#index as HTML Rendering home/index.html.erb within layouts/application Rendered home/index.html.erb within layouts/application (0.0ms) Completed 200 OK in 0ms (Views: 0.4ms) Started GET "/oauth/authorize?client_id=6JQebZWHZqD5iUTf-0TBc8olEWwW7qh4NKlc962jjCs&redirect_uri=https%3A%2F%2Fapp.com%2Fcallback&response_type=code" for 127.0.0.1 at 2020-05-13 14:18:42 +0300 Processing by Doorkeeper::AuthorizationsController#new as HTML Parameters: {"client_id"=>"6JQebZWHZqD5iUTf-0TBc8olEWwW7qh4NKlc962jjCs", "redirect_uri"=>"https://app.com/callback", "response_type"=>"code"} Rendering /projects/gems/doorkeeper-sequel/doorkeeper/app/views/doorkeeper/authorizations/new.html.erb within layouts/doorkeeper/application Rendered /projects/gems/doorkeeper-sequel/doorkeeper/app/views/doorkeeper/authorizations/new.html.erb within layouts/doorkeeper/application (0.8ms) Completed 200 OK in 3ms (Views: 1.7ms) Started POST "/oauth/authorize" for 127.0.0.1 at 2020-05-13 14:18:42 +0300 Processing by Doorkeeper::AuthorizationsController#create as HTML Parameters: {"utf8"=>"✓", "client_id"=>"6JQebZWHZqD5iUTf-0TBc8olEWwW7qh4NKlc962jjCs", "redirect_uri"=>"https://app.com/callback", "state"=>"", "response_type"=>"code", "scope"=>"public", "code_challenge"=>"", "code_challenge_method"=>"", "commit"=>"Authorize"} Redirected to https://app.com/callback?code=fTC9qQUgqIPeNkrtmG9yGbjp_HsnMr3_VvqzNz59fl0 Completed 302 Found in 2ms Started GET "/callback?code=[FILTERED]" for 127.0.0.1 at 2020-05-13 14:18:42 +0300 Processing by HomeController#callback as HTML Parameters: {"code"=>"[FILTERED]"} Rendering text template Rendered text template (0.0ms) Completed 200 OK in 0ms (Views: 0.2ms) Started GET "/" for 127.0.0.1 at 2020-05-13 14:18:42 +0300 Processing by HomeController#index as HTML Rendering home/index.html.erb within layouts/application Rendered home/index.html.erb within layouts/application (0.0ms) Completed 200 OK in 1ms (Views: 0.4ms) Started GET "/sign_in" for 127.0.0.1 at 2020-05-13 14:18:42 +0300 Processing by HomeController#sign_in as HTML Redirected to http://www.example.com/ Completed 302 Found in 0ms Started GET "/" for 127.0.0.1 at 2020-05-13 14:18:42 +0300 Processing by HomeController#index as HTML Rendering home/index.html.erb within layouts/application Rendered home/index.html.erb within layouts/application (0.0ms) Completed 200 OK in 0ms (Views: 0.3ms) Started GET "/oauth/authorize?client_id=aSzuvXT3WX1WEK-4yyr9B0Td-DhghWGnqO-kwTu7Ubk&redirect_uri=https%3A%2F%2Fapp.com%2Fcallback&response_type=code&scope=public+write" for 127.0.0.1 at 2020-05-13 14:18:42 +0300 Processing by Doorkeeper::AuthorizationsController#new as HTML Parameters: {"client_id"=>"aSzuvXT3WX1WEK-4yyr9B0Td-DhghWGnqO-kwTu7Ubk", "redirect_uri"=>"https://app.com/callback", "response_type"=>"code", "scope"=>"public write"} Rendering /projects/gems/doorkeeper-sequel/doorkeeper/app/views/doorkeeper/authorizations/new.html.erb within layouts/doorkeeper/application Rendered /projects/gems/doorkeeper-sequel/doorkeeper/app/views/doorkeeper/authorizations/new.html.erb within layouts/doorkeeper/application (0.8ms) Completed 200 OK in 3ms (Views: 1.8ms) Started POST "/oauth/authorize" for 127.0.0.1 at 2020-05-13 14:18:42 +0300 Processing by Doorkeeper::AuthorizationsController#create as HTML Parameters: {"utf8"=>"✓", "client_id"=>"aSzuvXT3WX1WEK-4yyr9B0Td-DhghWGnqO-kwTu7Ubk", "redirect_uri"=>"https://app.com/callback", "state"=>"", "response_type"=>"code", "scope"=>"public write", "code_challenge"=>"", "code_challenge_method"=>"", "commit"=>"Authorize"} Redirected to https://app.com/callback?code=Wpyd2iEA6UNFhKVNXMMbZH3PH7DDnRkYUkZ2E8O7r-I Completed 302 Found in 2ms Started GET "/callback?code=[FILTERED]" for 127.0.0.1 at 2020-05-13 14:18:42 +0300 Processing by HomeController#callback as HTML Parameters: {"code"=>"[FILTERED]"} Rendering text template Rendered text template (0.0ms) Completed 200 OK in 0ms (Views: 0.2ms) Started POST "/oauth/token?code=[FILTERED]&client_id=aSzuvXT3WX1WEK-4yyr9B0Td-DhghWGnqO-kwTu7Ubk&client_secret=[FILTERED]&redirect_uri=https%3A%2F%2Fapp.com%2Fcallback&grant_type=authorization_code" for 127.0.0.1 at 2020-05-13 14:18:42 +0300 Processing by Doorkeeper::TokensController#create as HTML Parameters: {"code"=>"[FILTERED]", "client_id"=>"aSzuvXT3WX1WEK-4yyr9B0Td-DhghWGnqO-kwTu7Ubk", "client_secret"=>"[FILTERED]", "redirect_uri"=>"https://app.com/callback", "grant_type"=>"authorization_code"} Completed 200 OK in 3ms (Views: 0.1ms) Started GET "/" for 127.0.0.1 at 2020-05-13 14:18:42 +0300 Processing by HomeController#index as HTML Rendering home/index.html.erb within layouts/application Rendered home/index.html.erb within layouts/application (0.0ms) Completed 200 OK in 1ms (Views: 0.3ms) Started GET "/sign_in" for 127.0.0.1 at 2020-05-13 14:18:42 +0300 Processing by HomeController#sign_in as HTML Redirected to http://www.example.com/ Completed 302 Found in 0ms Started GET "/" for 127.0.0.1 at 2020-05-13 14:18:42 +0300 Processing by HomeController#index as HTML Rendering home/index.html.erb within layouts/application Rendered home/index.html.erb within layouts/application (0.0ms) Completed 200 OK in 0ms (Views: 0.4ms) Started GET "/oauth/authorize?client_id=eG_XB5XjzQXG-GWn7pOHB1X9dq3Wl1z0pGhMXjeLWi4&redirect_uri=https%3A%2F%2Fapp.com%2Fcallback&response_type=code&scope=write" for 127.0.0.1 at 2020-05-13 14:18:42 +0300 Processing by Doorkeeper::AuthorizationsController#new as HTML Parameters: {"client_id"=>"eG_XB5XjzQXG-GWn7pOHB1X9dq3Wl1z0pGhMXjeLWi4", "redirect_uri"=>"https://app.com/callback", "response_type"=>"code", "scope"=>"write"} Rendering /projects/gems/doorkeeper-sequel/doorkeeper/app/views/doorkeeper/authorizations/new.html.erb within layouts/doorkeeper/application Rendered /projects/gems/doorkeeper-sequel/doorkeeper/app/views/doorkeeper/authorizations/new.html.erb within layouts/doorkeeper/application (0.8ms) Completed 200 OK in 3ms (Views: 1.8ms) Started POST "/oauth/authorize" for 127.0.0.1 at 2020-05-13 14:18:42 +0300 Processing by Doorkeeper::AuthorizationsController#create as HTML Parameters: {"utf8"=>"✓", "client_id"=>"eG_XB5XjzQXG-GWn7pOHB1X9dq3Wl1z0pGhMXjeLWi4", "redirect_uri"=>"https://app.com/callback", "state"=>"", "response_type"=>"code", "scope"=>"write", "code_challenge"=>"", "code_challenge_method"=>"", "commit"=>"Authorize"} Redirected to https://app.com/callback?code=MUfWizontzb7LyAMFYUS4UgOzY_n0Gpq6EVj2-XLvTc Completed 302 Found in 2ms Started GET "/callback?code=[FILTERED]" for 127.0.0.1 at 2020-05-13 14:18:42 +0300 Processing by HomeController#callback as HTML Parameters: {"code"=>"[FILTERED]"} Rendering text template Rendered text template (0.0ms) Completed 200 OK in 0ms (Views: 0.2ms) Started GET "/" for 127.0.0.1 at 2020-05-13 14:18:42 +0300 Processing by HomeController#index as HTML Rendering home/index.html.erb within layouts/application Rendered home/index.html.erb within layouts/application (0.0ms) Completed 200 OK in 0ms (Views: 0.3ms) Started GET "/sign_in" for 127.0.0.1 at 2020-05-13 14:18:42 +0300 Processing by HomeController#sign_in as HTML Redirected to http://www.example.com/ Completed 302 Found in 0ms Started GET "/" for 127.0.0.1 at 2020-05-13 14:18:42 +0300 Processing by HomeController#index as HTML Rendering home/index.html.erb within layouts/application Rendered home/index.html.erb within layouts/application (0.0ms) Completed 200 OK in 0ms (Views: 0.3ms) Started GET "/oauth/authorize?client_id=aKksZ6nYT7h9VKpJejJRhmsSZzIq_G0em69FYbY6jKg&redirect_uri=https%3A%2F%2Fapp.com%2Fcallback&response_type=code&scope=public+write" for 127.0.0.1 at 2020-05-13 14:18:42 +0300 Processing by Doorkeeper::AuthorizationsController#new as HTML Parameters: {"client_id"=>"aKksZ6nYT7h9VKpJejJRhmsSZzIq_G0em69FYbY6jKg", "redirect_uri"=>"https://app.com/callback", "response_type"=>"code", "scope"=>"public write"} Rendering /projects/gems/doorkeeper-sequel/doorkeeper/app/views/doorkeeper/authorizations/new.html.erb within layouts/doorkeeper/application Rendered /projects/gems/doorkeeper-sequel/doorkeeper/app/views/doorkeeper/authorizations/new.html.erb within layouts/doorkeeper/application (0.8ms) Completed 200 OK in 3ms (Views: 1.8ms) Started POST "/oauth/authorize" for 127.0.0.1 at 2020-05-13 14:18:42 +0300 Processing by Doorkeeper::AuthorizationsController#create as HTML Parameters: {"utf8"=>"✓", "client_id"=>"aKksZ6nYT7h9VKpJejJRhmsSZzIq_G0em69FYbY6jKg", "redirect_uri"=>"https://app.com/callback", "state"=>"", "response_type"=>"code", "scope"=>"public write", "code_challenge"=>"", "code_challenge_method"=>"", "commit"=>"Authorize"} Redirected to https://app.com/callback?code=kOAQg9JA9TweO45j-g4jiWXV8dwU0giAHxsF0YKV-y8 Completed 302 Found in 2ms Started GET "/callback?code=[FILTERED]" for 127.0.0.1 at 2020-05-13 14:18:42 +0300 Processing by HomeController#callback as HTML Parameters: {"code"=>"[FILTERED]"} Rendering text template Rendered text template (0.0ms) Completed 200 OK in 0ms (Views: 0.2ms) Started POST "/oauth/token?code=[FILTERED]&client_id=aKksZ6nYT7h9VKpJejJRhmsSZzIq_G0em69FYbY6jKg&client_secret=[FILTERED]&redirect_uri=https%3A%2F%2Fapp.com%2Fcallback&grant_type=authorization_code" for 127.0.0.1 at 2020-05-13 14:18:42 +0300 Processing by Doorkeeper::TokensController#create as HTML Parameters: {"code"=>"[FILTERED]", "client_id"=>"aKksZ6nYT7h9VKpJejJRhmsSZzIq_G0em69FYbY6jKg", "client_secret"=>"[FILTERED]", "redirect_uri"=>"https://app.com/callback", "grant_type"=>"authorization_code"} Completed 200 OK in 3ms (Views: 0.1ms) Started GET "/" for 127.0.0.1 at 2020-05-13 14:18:42 +0300 Processing by HomeController#index as HTML Rendering home/index.html.erb within layouts/application Rendered home/index.html.erb within layouts/application (0.0ms) Completed 200 OK in 0ms (Views: 0.3ms) Started GET "/sign_in" for 127.0.0.1 at 2020-05-13 14:18:42 +0300 Processing by HomeController#sign_in as HTML Redirected to http://www.example.com/ Completed 302 Found in 0ms Started GET "/" for 127.0.0.1 at 2020-05-13 14:18:42 +0300 Processing by HomeController#index as HTML Rendering home/index.html.erb within layouts/application Rendered home/index.html.erb within layouts/application (0.0ms) Completed 200 OK in 0ms (Views: 0.3ms) Started GET "/oauth/authorize?client_id=x6-Sgy64KZszB7uMIAkjobIF5murLlnq4WIg8oFLq6c&redirect_uri=https%3A%2F%2Fapp.com%2Fcallback&response_type=code&scope=public+write" for 127.0.0.1 at 2020-05-13 14:18:42 +0300 Processing by Doorkeeper::AuthorizationsController#new as HTML Parameters: {"client_id"=>"x6-Sgy64KZszB7uMIAkjobIF5murLlnq4WIg8oFLq6c", "redirect_uri"=>"https://app.com/callback", "response_type"=>"code", "scope"=>"public write"} Rendering /projects/gems/doorkeeper-sequel/doorkeeper/app/views/doorkeeper/authorizations/new.html.erb within layouts/doorkeeper/application Rendered /projects/gems/doorkeeper-sequel/doorkeeper/app/views/doorkeeper/authorizations/new.html.erb within layouts/doorkeeper/application (0.9ms) Completed 200 OK in 3ms (Views: 1.9ms) Started POST "/oauth/authorize" for 127.0.0.1 at 2020-05-13 14:18:42 +0300 Processing by Doorkeeper::AuthorizationsController#create as HTML Parameters: {"utf8"=>"✓", "client_id"=>"x6-Sgy64KZszB7uMIAkjobIF5murLlnq4WIg8oFLq6c", "redirect_uri"=>"https://app.com/callback", "state"=>"", "response_type"=>"code", "scope"=>"public write", "code_challenge"=>"", "code_challenge_method"=>"", "commit"=>"Authorize"} Redirected to https://app.com/callback?code=O1Pzr9egL9rbX5SGWogBKZtwIdYaV9vtPmU21X-dcRk Completed 302 Found in 2ms Started GET "/callback?code=[FILTERED]" for 127.0.0.1 at 2020-05-13 14:18:42 +0300 Processing by HomeController#callback as HTML Parameters: {"code"=>"[FILTERED]"} Rendering text template Rendered text template (0.0ms) Completed 200 OK in 0ms (Views: 0.2ms) Started GET "/" for 127.0.0.1 at 2020-05-13 14:18:42 +0300 Processing by HomeController#index as HTML Rendering home/index.html.erb within layouts/application Rendered home/index.html.erb within layouts/application (0.0ms) Completed 200 OK in 0ms (Views: 0.3ms) Started GET "/sign_in" for 127.0.0.1 at 2020-05-13 14:18:42 +0300 Processing by HomeController#sign_in as HTML Redirected to http://www.example.com/ Completed 302 Found in 0ms Started GET "/" for 127.0.0.1 at 2020-05-13 14:18:42 +0300 Processing by HomeController#index as HTML Rendering home/index.html.erb within layouts/application Rendered home/index.html.erb within layouts/application (0.0ms) Completed 200 OK in 0ms (Views: 0.3ms) Started POST "/oauth/token?code=[FILTERED]&client_id=9rJeoADIBoKdZXLA-KgEIQT0dGLg7scKS0pXgTEMCRI&client_secret=[FILTERED]&redirect_uri=https%3A%2F%2Fapp.com%2Fcallback&grant_type=authorization_code" for 127.0.0.1 at 2020-05-13 14:18:42 +0300 Processing by Doorkeeper::TokensController#create as HTML Parameters: {"code"=>"[FILTERED]", "client_id"=>"9rJeoADIBoKdZXLA-KgEIQT0dGLg7scKS0pXgTEMCRI", "client_secret"=>"[FILTERED]", "redirect_uri"=>"https://app.com/callback", "grant_type"=>"authorization_code"} Completed 400 Bad Request in 2ms Started GET "/" for 127.0.0.1 at 2020-05-13 14:18:42 +0300 Processing by HomeController#index as HTML Rendering home/index.html.erb within layouts/application Rendered home/index.html.erb within layouts/application (0.0ms) Completed 200 OK in 0ms (Views: 0.3ms) Started GET "/sign_in" for 127.0.0.1 at 2020-05-13 14:18:42 +0300 Processing by HomeController#sign_in as HTML Redirected to http://www.example.com/ Completed 302 Found in 0ms Started GET "/" for 127.0.0.1 at 2020-05-13 14:18:42 +0300 Processing by HomeController#index as HTML Rendering home/index.html.erb within layouts/application Rendered home/index.html.erb within layouts/application (0.0ms) Completed 200 OK in 0ms (Views: 0.3ms) Started GET "/oauth/authorize?client_id=x_RdBIatW1ALVWY66i1ghcIGMepLIteOkAOBKkcfZzM&redirect_uri=https%3A%2F%2Fapp.com%2Fcallback&response_type=code" for 127.0.0.1 at 2020-05-13 14:18:42 +0300 Processing by Doorkeeper::AuthorizationsController#new as HTML Parameters: {"client_id"=>"x_RdBIatW1ALVWY66i1ghcIGMepLIteOkAOBKkcfZzM", "redirect_uri"=>"https://app.com/callback", "response_type"=>"code"} Rendering /projects/gems/doorkeeper-sequel/doorkeeper/app/views/doorkeeper/authorizations/new.html.erb within layouts/doorkeeper/application Rendered /projects/gems/doorkeeper-sequel/doorkeeper/app/views/doorkeeper/authorizations/new.html.erb within layouts/doorkeeper/application (1.0ms) Completed 200 OK in 4ms (Views: 2.2ms) Started POST "/oauth/authorize" for 127.0.0.1 at 2020-05-13 14:18:42 +0300 Processing by Doorkeeper::AuthorizationsController#create as HTML Parameters: {"utf8"=>"✓", "client_id"=>"x_RdBIatW1ALVWY66i1ghcIGMepLIteOkAOBKkcfZzM", "redirect_uri"=>"https://app.com/callback", "state"=>"", "response_type"=>"code", "scope"=>"public write", "code_challenge"=>"", "code_challenge_method"=>"", "commit"=>"Authorize"} Redirected to https://app.com/callback?code=9TVndzi9OQEPBnqrBQK07JWAC8d8mOSeuogaW8oVNy0 Completed 302 Found in 2ms Started GET "/callback?code=[FILTERED]" for 127.0.0.1 at 2020-05-13 14:18:42 +0300 Processing by HomeController#callback as HTML Parameters: {"code"=>"[FILTERED]"} Rendering text template Rendered text template (0.0ms) Completed 200 OK in 0ms (Views: 0.2ms) Started GET "/" for 127.0.0.1 at 2020-05-13 14:18:42 +0300 Processing by HomeController#index as HTML Rendering home/index.html.erb within layouts/application Rendered home/index.html.erb within layouts/application (0.0ms) Completed 200 OK in 0ms (Views: 0.4ms) Started GET "/sign_in" for 127.0.0.1 at 2020-05-13 14:18:42 +0300 Processing by HomeController#sign_in as HTML Redirected to http://www.example.com/ Completed 302 Found in 1ms Started GET "/" for 127.0.0.1 at 2020-05-13 14:18:42 +0300 Processing by HomeController#index as HTML Rendering home/index.html.erb within layouts/application Rendered home/index.html.erb within layouts/application (0.0ms) Completed 200 OK in 0ms (Views: 0.3ms) Started GET "/oauth/authorize?client_id=WcUNkfakKmwqXcynx0FcnIpJkdqUIqGiCLs0cycPDbc&redirect_uri=https%3A%2F%2Fapp.com%2Fcallback&response_type=code" for 127.0.0.1 at 2020-05-13 14:18:42 +0300 Processing by Doorkeeper::AuthorizationsController#new as HTML Parameters: {"client_id"=>"WcUNkfakKmwqXcynx0FcnIpJkdqUIqGiCLs0cycPDbc", "redirect_uri"=>"https://app.com/callback", "response_type"=>"code"} Rendering /projects/gems/doorkeeper-sequel/doorkeeper/app/views/doorkeeper/authorizations/error.html.erb within layouts/doorkeeper/application Rendered /projects/gems/doorkeeper-sequel/doorkeeper/app/views/doorkeeper/authorizations/error.html.erb within layouts/doorkeeper/application (0.1ms) Completed 200 OK in 2ms (Views: 1.2ms) Started GET "/" for 127.0.0.1 at 2020-05-13 14:18:42 +0300 Processing by HomeController#index as HTML Rendering home/index.html.erb within layouts/application Rendered home/index.html.erb within layouts/application (0.0ms) Completed 200 OK in 0ms (Views: 0.4ms) Started GET "/sign_in" for 127.0.0.1 at 2020-05-13 14:18:42 +0300 Processing by HomeController#sign_in as HTML Redirected to http://www.example.com/ Completed 302 Found in 0ms Started GET "/" for 127.0.0.1 at 2020-05-13 14:18:42 +0300 Processing by HomeController#index as HTML Rendering home/index.html.erb within layouts/application Rendered home/index.html.erb within layouts/application (0.0ms) Completed 200 OK in 0ms (Views: 0.3ms) Started GET "/oauth/authorize?client_id=tE8_t-Bc3kre1W7CwSqFP7vmK3D_Mz0EvCSm79WPxCw&redirect_uri=https%3A%2F%2Fapp.com%2Fcallback&response_type=code&code_challenge=a45a9fea-0676-477e-95b1-a40f72ac3cfb&code_challenge_method=plain" for 127.0.0.1 at 2020-05-13 14:18:42 +0300 Processing by Doorkeeper::AuthorizationsController#new as HTML Parameters: {"client_id"=>"tE8_t-Bc3kre1W7CwSqFP7vmK3D_Mz0EvCSm79WPxCw", "redirect_uri"=>"https://app.com/callback", "response_type"=>"code", "code_challenge"=>"a45a9fea-0676-477e-95b1-a40f72ac3cfb", "code_challenge_method"=>"plain"} Rendering /projects/gems/doorkeeper-sequel/doorkeeper/app/views/doorkeeper/authorizations/new.html.erb within layouts/doorkeeper/application Rendered /projects/gems/doorkeeper-sequel/doorkeeper/app/views/doorkeeper/authorizations/new.html.erb within layouts/doorkeeper/application (0.9ms) Completed 200 OK in 3ms (Views: 1.9ms) Started POST "/oauth/authorize" for 127.0.0.1 at 2020-05-13 14:18:42 +0300 Processing by Doorkeeper::AuthorizationsController#create as HTML Parameters: {"utf8"=>"✓", "client_id"=>"tE8_t-Bc3kre1W7CwSqFP7vmK3D_Mz0EvCSm79WPxCw", "redirect_uri"=>"https://app.com/callback", "state"=>"", "response_type"=>"code", "scope"=>"default", "code_challenge"=>"a45a9fea-0676-477e-95b1-a40f72ac3cfb", "code_challenge_method"=>"plain", "commit"=>"Authorize"} Redirected to https://app.com/callback?code=_kTujtpuLUxMoI2njZUVmgm7BOzNGYS_UtePAYjhq2M Completed 302 Found in 2ms Started GET "/callback?code=[FILTERED]" for 127.0.0.1 at 2020-05-13 14:18:42 +0300 Processing by HomeController#callback as HTML Parameters: {"code"=>"[FILTERED]"} Rendering text template Rendered text template (0.0ms) Completed 200 OK in 0ms (Views: 0.2ms) Started GET "/" for 127.0.0.1 at 2020-05-13 14:18:42 +0300 Processing by HomeController#index as HTML Rendering home/index.html.erb within layouts/application Rendered home/index.html.erb within layouts/application (0.0ms) Completed 200 OK in 0ms (Views: 0.4ms) Started GET "/sign_in" for 127.0.0.1 at 2020-05-13 14:18:42 +0300 Processing by HomeController#sign_in as HTML Redirected to http://www.example.com/ Completed 302 Found in 0ms Started GET "/" for 127.0.0.1 at 2020-05-13 14:18:42 +0300 Processing by HomeController#index as HTML Rendering home/index.html.erb within layouts/application Rendered home/index.html.erb within layouts/application (0.0ms) Completed 200 OK in 0ms (Views: 0.3ms) Started GET "/oauth/authorize?client_id=VPFmSnhq9SoR43X0DHvaY17vN0dnIWt5k8c27tuXVk8&redirect_uri=https%3A%2F%2Fapp.com%2Fcallback&response_type=code" for 127.0.0.1 at 2020-05-13 14:18:42 +0300 Processing by Doorkeeper::AuthorizationsController#new as HTML Parameters: {"client_id"=>"VPFmSnhq9SoR43X0DHvaY17vN0dnIWt5k8c27tuXVk8", "redirect_uri"=>"https://app.com/callback", "response_type"=>"code"} Rendering /projects/gems/doorkeeper-sequel/doorkeeper/app/views/doorkeeper/authorizations/new.html.erb within layouts/doorkeeper/application Rendered /projects/gems/doorkeeper-sequel/doorkeeper/app/views/doorkeeper/authorizations/new.html.erb within layouts/doorkeeper/application (1.0ms) Completed 200 OK in 4ms (Views: 2.1ms) Started POST "/oauth/authorize" for 127.0.0.1 at 2020-05-13 14:18:42 +0300 Processing by Doorkeeper::AuthorizationsController#create as HTML Parameters: {"utf8"=>"✓", "client_id"=>"VPFmSnhq9SoR43X0DHvaY17vN0dnIWt5k8c27tuXVk8", "redirect_uri"=>"https://app.com/callback", "state"=>"", "response_type"=>"code", "scope"=>"default", "code_challenge"=>"", "code_challenge_method"=>"", "commit"=>"Authorize"} Redirected to https://app.com/callback?code=0BChxJFPtl2aXoJ3C3cJS4PlY1WoIpp_iVFk_nkVQfM Completed 302 Found in 2ms Started GET "/callback?code=[FILTERED]" for 127.0.0.1 at 2020-05-13 14:18:42 +0300 Processing by HomeController#callback as HTML Parameters: {"code"=>"[FILTERED]"} Rendering text template Rendered text template (0.0ms) Completed 200 OK in 0ms (Views: 0.2ms) Started POST "/oauth/token?code=[FILTERED]&client_id=VPFmSnhq9SoR43X0DHvaY17vN0dnIWt5k8c27tuXVk8&client_secret=[FILTERED]&redirect_uri=https%3A%2F%2Fapp.com%2Fcallback&grant_type=authorization_code&code_verifier=a45a9fea-0676-477e-95b1-a40f72ac3cfb" for 127.0.0.1 at 2020-05-13 14:18:42 +0300 Processing by Doorkeeper::TokensController#create as HTML Parameters: {"code"=>"[FILTERED]", "client_id"=>"VPFmSnhq9SoR43X0DHvaY17vN0dnIWt5k8c27tuXVk8", "client_secret"=>"[FILTERED]", "redirect_uri"=>"https://app.com/callback", "grant_type"=>"authorization_code", "code_verifier"=>"a45a9fea-0676-477e-95b1-a40f72ac3cfb"} Completed 400 Bad Request in 1ms (Views: 0.1ms) Started GET "/" for 127.0.0.1 at 2020-05-13 14:18:42 +0300 Processing by HomeController#index as HTML Rendering home/index.html.erb within layouts/application Rendered home/index.html.erb within layouts/application (0.0ms) Completed 200 OK in 1ms (Views: 0.4ms) Started GET "/sign_in" for 127.0.0.1 at 2020-05-13 14:18:42 +0300 Processing by HomeController#sign_in as HTML Redirected to http://www.example.com/ Completed 302 Found in 1ms Started GET "/" for 127.0.0.1 at 2020-05-13 14:18:42 +0300 Processing by HomeController#index as HTML Rendering home/index.html.erb within layouts/application Rendered home/index.html.erb within layouts/application (0.0ms) Completed 200 OK in 0ms (Views: 0.4ms) Started GET "/oauth/authorize?client_id=p5KjZBuEeuIZCHtIoKQGVSiG51VecJRpgY3rVX0x2N4&redirect_uri=https%3A%2F%2Fapp.com%2Fcallback&response_type=code&code_challenge=a45a9fea-0676-477e-95b1-a40f72ac3cfb&code_challenge_method=plain" for 127.0.0.1 at 2020-05-13 14:18:42 +0300 Processing by Doorkeeper::AuthorizationsController#new as HTML Parameters: {"client_id"=>"p5KjZBuEeuIZCHtIoKQGVSiG51VecJRpgY3rVX0x2N4", "redirect_uri"=>"https://app.com/callback", "response_type"=>"code", "code_challenge"=>"a45a9fea-0676-477e-95b1-a40f72ac3cfb", "code_challenge_method"=>"plain"} Rendering /projects/gems/doorkeeper-sequel/doorkeeper/app/views/doorkeeper/authorizations/new.html.erb within layouts/doorkeeper/application Rendered /projects/gems/doorkeeper-sequel/doorkeeper/app/views/doorkeeper/authorizations/new.html.erb within layouts/doorkeeper/application (0.9ms) Completed 200 OK in 3ms (Views: 1.9ms) Started POST "/oauth/authorize" for 127.0.0.1 at 2020-05-13 14:18:42 +0300 Processing by Doorkeeper::AuthorizationsController#create as HTML Parameters: {"utf8"=>"✓", "client_id"=>"p5KjZBuEeuIZCHtIoKQGVSiG51VecJRpgY3rVX0x2N4", "redirect_uri"=>"https://app.com/callback", "state"=>"", "response_type"=>"code", "scope"=>"default", "code_challenge"=>"a45a9fea-0676-477e-95b1-a40f72ac3cfb", "code_challenge_method"=>"plain", "commit"=>"Authorize"} Redirected to https://app.com/callback?code=K4wjyAza24lJ-nCfvYyaHaOcgsaK-5jDL00vL46_ZdA Completed 302 Found in 3ms Started GET "/callback?code=[FILTERED]" for 127.0.0.1 at 2020-05-13 14:18:42 +0300 Processing by HomeController#callback as HTML Parameters: {"code"=>"[FILTERED]"} Rendering text template Rendered text template (0.0ms) Completed 200 OK in 0ms (Views: 0.2ms) Started POST "/oauth/token?code=[FILTERED]&client_id=p5KjZBuEeuIZCHtIoKQGVSiG51VecJRpgY3rVX0x2N4&client_secret=[FILTERED]&redirect_uri=https%3A%2F%2Fapp.com%2Fcallback&grant_type=authorization_code&code_verifier=a45a9fea-0676-477e-95b1-a40f72ac3cfb" for 127.0.0.1 at 2020-05-13 14:18:42 +0300 Processing by Doorkeeper::TokensController#create as HTML Parameters: {"code"=>"[FILTERED]", "client_id"=>"p5KjZBuEeuIZCHtIoKQGVSiG51VecJRpgY3rVX0x2N4", "client_secret"=>"[FILTERED]", "redirect_uri"=>"https://app.com/callback", "grant_type"=>"authorization_code", "code_verifier"=>"a45a9fea-0676-477e-95b1-a40f72ac3cfb"} Completed 200 OK in 3ms (Views: 0.2ms) Started GET "/" for 127.0.0.1 at 2020-05-13 14:18:42 +0300 Processing by HomeController#index as HTML Rendering home/index.html.erb within layouts/application Rendered home/index.html.erb within layouts/application (0.0ms) Completed 200 OK in 1ms (Views: 0.5ms) Started GET "/sign_in" for 127.0.0.1 at 2020-05-13 14:18:42 +0300 Processing by HomeController#sign_in as HTML Redirected to http://www.example.com/ Completed 302 Found in 0ms Started GET "/" for 127.0.0.1 at 2020-05-13 14:18:42 +0300 Processing by HomeController#index as HTML Rendering home/index.html.erb within layouts/application Rendered home/index.html.erb within layouts/application (0.0ms) Completed 200 OK in 0ms (Views: 0.3ms) Started GET "/oauth/authorize?client_id=GJrRHUXf3usggyqm2pvxk1BVNxNeKcX0C9cNRL7FgZk&redirect_uri=https%3A%2F%2Fapp.com%2Fcallback&response_type=code&code_challenge=a45a9fea-0676-477e-95b1-a40f72ac3cfb&code_challenge_method=plain" for 127.0.0.1 at 2020-05-13 14:18:42 +0300 Processing by Doorkeeper::AuthorizationsController#new as HTML Parameters: {"client_id"=>"GJrRHUXf3usggyqm2pvxk1BVNxNeKcX0C9cNRL7FgZk", "redirect_uri"=>"https://app.com/callback", "response_type"=>"code", "code_challenge"=>"a45a9fea-0676-477e-95b1-a40f72ac3cfb", "code_challenge_method"=>"plain"} Rendering /projects/gems/doorkeeper-sequel/doorkeeper/app/views/doorkeeper/authorizations/new.html.erb within layouts/doorkeeper/application Rendered /projects/gems/doorkeeper-sequel/doorkeeper/app/views/doorkeeper/authorizations/new.html.erb within layouts/doorkeeper/application (0.9ms) Completed 200 OK in 3ms (Views: 1.8ms) Started POST "/oauth/authorize" for 127.0.0.1 at 2020-05-13 14:18:42 +0300 Processing by Doorkeeper::AuthorizationsController#create as HTML Parameters: {"utf8"=>"✓", "client_id"=>"GJrRHUXf3usggyqm2pvxk1BVNxNeKcX0C9cNRL7FgZk", "redirect_uri"=>"https://app.com/callback", "state"=>"", "response_type"=>"code", "scope"=>"default", "code_challenge"=>"a45a9fea-0676-477e-95b1-a40f72ac3cfb", "code_challenge_method"=>"plain", "commit"=>"Authorize"} Redirected to https://app.com/callback?code=e-fs6ZpRldSKKqXyih3e1EKsQLVF0rDnakfs6mzgNCc Completed 302 Found in 2ms Started GET "/callback?code=[FILTERED]" for 127.0.0.1 at 2020-05-13 14:18:42 +0300 Processing by HomeController#callback as HTML Parameters: {"code"=>"[FILTERED]"} Rendering text template Rendered text template (0.0ms) Completed 200 OK in 0ms (Views: 0.2ms) Started POST "/oauth/token?code=[FILTERED]&client_id=GJrRHUXf3usggyqm2pvxk1BVNxNeKcX0C9cNRL7FgZk&client_secret=[FILTERED]&redirect_uri=https%3A%2F%2Fapp.com%2Fcallback&grant_type=authorization_code" for 127.0.0.1 at 2020-05-13 14:18:42 +0300 Processing by Doorkeeper::TokensController#create as HTML Parameters: {"code"=>"[FILTERED]", "client_id"=>"GJrRHUXf3usggyqm2pvxk1BVNxNeKcX0C9cNRL7FgZk", "client_secret"=>"[FILTERED]", "redirect_uri"=>"https://app.com/callback", "grant_type"=>"authorization_code"} Completed 400 Bad Request in 1ms (Views: 0.1ms) Started GET "/" for 127.0.0.1 at 2020-05-13 14:18:42 +0300 Processing by HomeController#index as HTML Rendering home/index.html.erb within layouts/application Rendered home/index.html.erb within layouts/application (0.0ms) Completed 200 OK in 1ms (Views: 0.5ms) Started GET "/sign_in" for 127.0.0.1 at 2020-05-13 14:18:42 +0300 Processing by HomeController#sign_in as HTML Redirected to http://www.example.com/ Completed 302 Found in 0ms Started GET "/" for 127.0.0.1 at 2020-05-13 14:18:42 +0300 Processing by HomeController#index as HTML Rendering home/index.html.erb within layouts/application Rendered home/index.html.erb within layouts/application (0.0ms) Completed 200 OK in 0ms (Views: 0.3ms) Started GET "/oauth/authorize?client_id=ctIl_Vs_Q_ItzHpRb_UZO-Hiaspd4eosXFiJxRUw048&redirect_uri=https%3A%2F%2Fapp.com%2Fcallback&response_type=code&code_challenge=a45a9fea-0676-477e-95b1-a40f72ac3cfb&code_challenge_method=plain" for 127.0.0.1 at 2020-05-13 14:18:42 +0300 Processing by Doorkeeper::AuthorizationsController#new as HTML Parameters: {"client_id"=>"ctIl_Vs_Q_ItzHpRb_UZO-Hiaspd4eosXFiJxRUw048", "redirect_uri"=>"https://app.com/callback", "response_type"=>"code", "code_challenge"=>"a45a9fea-0676-477e-95b1-a40f72ac3cfb", "code_challenge_method"=>"plain"} Rendering /projects/gems/doorkeeper-sequel/doorkeeper/app/views/doorkeeper/authorizations/new.html.erb within layouts/doorkeeper/application Rendered /projects/gems/doorkeeper-sequel/doorkeeper/app/views/doorkeeper/authorizations/new.html.erb within layouts/doorkeeper/application (0.9ms) Completed 200 OK in 3ms (Views: 1.8ms) Started POST "/oauth/authorize" for 127.0.0.1 at 2020-05-13 14:18:42 +0300 Processing by Doorkeeper::AuthorizationsController#create as HTML Parameters: {"utf8"=>"✓", "client_id"=>"ctIl_Vs_Q_ItzHpRb_UZO-Hiaspd4eosXFiJxRUw048", "redirect_uri"=>"https://app.com/callback", "state"=>"", "response_type"=>"code", "scope"=>"default", "code_challenge"=>"a45a9fea-0676-477e-95b1-a40f72ac3cfb", "code_challenge_method"=>"plain", "commit"=>"Authorize"} Redirected to https://app.com/callback?code=9yRfFWkzl7CQETlrBJb0nY5NEhkAP3syRyKB8VSsiRU Completed 302 Found in 2ms Started GET "/callback?code=[FILTERED]" for 127.0.0.1 at 2020-05-13 14:18:42 +0300 Processing by HomeController#callback as HTML Parameters: {"code"=>"[FILTERED]"} Rendering text template Rendered text template (0.0ms) Completed 200 OK in 0ms (Views: 0.2ms) Started POST "/oauth/token?code=[FILTERED]&client_id=ctIl_Vs_Q_ItzHpRb_UZO-Hiaspd4eosXFiJxRUw048&client_secret=[FILTERED]&redirect_uri=https%3A%2F%2Fapp.com%2Fcallback&grant_type=authorization_code&code_verifier=wrong_code_verifier" for 127.0.0.1 at 2020-05-13 14:18:42 +0300 Processing by Doorkeeper::TokensController#create as HTML Parameters: {"code"=>"[FILTERED]", "client_id"=>"ctIl_Vs_Q_ItzHpRb_UZO-Hiaspd4eosXFiJxRUw048", "client_secret"=>"[FILTERED]", "redirect_uri"=>"https://app.com/callback", "grant_type"=>"authorization_code", "code_verifier"=>"wrong_code_verifier"} Completed 400 Bad Request in 1ms (Views: 0.1ms) Started GET "/" for 127.0.0.1 at 2020-05-13 14:18:42 +0300 Processing by HomeController#index as HTML Rendering home/index.html.erb within layouts/application Rendered home/index.html.erb within layouts/application (0.0ms) Completed 200 OK in 0ms (Views: 0.4ms) Started GET "/sign_in" for 127.0.0.1 at 2020-05-13 14:18:42 +0300 Processing by HomeController#sign_in as HTML Redirected to http://www.example.com/ Completed 302 Found in 0ms Started GET "/" for 127.0.0.1 at 2020-05-13 14:18:42 +0300 Processing by HomeController#index as HTML Rendering home/index.html.erb within layouts/application Rendered home/index.html.erb within layouts/application (0.1ms) Completed 200 OK in 0ms (Views: 0.4ms) Started GET "/oauth/authorize?client_id=ytMtwMmED15itCzfBnrlI95ad9I3MBsWL2J1al4MdoE&redirect_uri=https%3A%2F%2Fapp.com%2Fcallback&response_type=code&code_challenge=Oz733NtQ0rJP8b04fgZMJMwprn6Iw8sMCT_9bR1q4tA&code_challenge_method=S256" for 127.0.0.1 at 2020-05-13 14:18:42 +0300 Processing by Doorkeeper::AuthorizationsController#new as HTML Parameters: {"client_id"=>"ytMtwMmED15itCzfBnrlI95ad9I3MBsWL2J1al4MdoE", "redirect_uri"=>"https://app.com/callback", "response_type"=>"code", "code_challenge"=>"Oz733NtQ0rJP8b04fgZMJMwprn6Iw8sMCT_9bR1q4tA", "code_challenge_method"=>"S256"} Rendering /projects/gems/doorkeeper-sequel/doorkeeper/app/views/doorkeeper/authorizations/new.html.erb within layouts/doorkeeper/application Rendered /projects/gems/doorkeeper-sequel/doorkeeper/app/views/doorkeeper/authorizations/new.html.erb within layouts/doorkeeper/application (1.1ms) Completed 200 OK in 4ms (Views: 2.3ms) Started POST "/oauth/authorize" for 127.0.0.1 at 2020-05-13 14:18:42 +0300 Processing by Doorkeeper::AuthorizationsController#create as HTML Parameters: {"utf8"=>"✓", "client_id"=>"ytMtwMmED15itCzfBnrlI95ad9I3MBsWL2J1al4MdoE", "redirect_uri"=>"https://app.com/callback", "state"=>"", "response_type"=>"code", "scope"=>"default", "code_challenge"=>"Oz733NtQ0rJP8b04fgZMJMwprn6Iw8sMCT_9bR1q4tA", "code_challenge_method"=>"S256", "commit"=>"Authorize"} Redirected to https://app.com/callback?code=xHILIn7thlbWnxkHXTfQ0XxwePnCE35otS7IspVfuug Completed 302 Found in 2ms Started GET "/callback?code=[FILTERED]" for 127.0.0.1 at 2020-05-13 14:18:42 +0300 Processing by HomeController#callback as HTML Parameters: {"code"=>"[FILTERED]"} Rendering text template Rendered text template (0.0ms) Completed 200 OK in 0ms (Views: 0.2ms) Started GET "/" for 127.0.0.1 at 2020-05-13 14:18:42 +0300 Processing by HomeController#index as HTML Rendering home/index.html.erb within layouts/application Rendered home/index.html.erb within layouts/application (0.0ms) Completed 200 OK in 1ms (Views: 0.5ms) Started GET "/sign_in" for 127.0.0.1 at 2020-05-13 14:18:42 +0300 Processing by HomeController#sign_in as HTML Redirected to http://www.example.com/ Completed 302 Found in 0ms Started GET "/" for 127.0.0.1 at 2020-05-13 14:18:42 +0300 Processing by HomeController#index as HTML Rendering home/index.html.erb within layouts/application Rendered home/index.html.erb within layouts/application (0.0ms) Completed 200 OK in 1ms (Views: 0.4ms) Started GET "/oauth/authorize?client_id=SP3b5HXEN-d8ig0ynGyM4zXDyk5m4IISkkFyOhu3S28&redirect_uri=https%3A%2F%2Fapp.com%2Fcallback&response_type=code&code_challenge=Oz733NtQ0rJP8b04fgZMJMwprn6Iw8sMCT_9bR1q4tA" for 127.0.0.1 at 2020-05-13 14:18:42 +0300 Processing by Doorkeeper::AuthorizationsController#new as HTML Parameters: {"client_id"=>"SP3b5HXEN-d8ig0ynGyM4zXDyk5m4IISkkFyOhu3S28", "redirect_uri"=>"https://app.com/callback", "response_type"=>"code", "code_challenge"=>"Oz733NtQ0rJP8b04fgZMJMwprn6Iw8sMCT_9bR1q4tA"} Rendering /projects/gems/doorkeeper-sequel/doorkeeper/app/views/doorkeeper/authorizations/error.html.erb within layouts/doorkeeper/application Rendered /projects/gems/doorkeeper-sequel/doorkeeper/app/views/doorkeeper/authorizations/error.html.erb within layouts/doorkeeper/application (0.2ms) Completed 200 OK in 2ms (Views: 1.4ms) Started GET "/" for 127.0.0.1 at 2020-05-13 14:18:42 +0300 Processing by HomeController#index as HTML Rendering home/index.html.erb within layouts/application Rendered home/index.html.erb within layouts/application (0.0ms) Completed 200 OK in 1ms (Views: 0.4ms) Started GET "/sign_in" for 127.0.0.1 at 2020-05-13 14:18:42 +0300 Processing by HomeController#sign_in as HTML Redirected to http://www.example.com/ Completed 302 Found in 0ms Started GET "/" for 127.0.0.1 at 2020-05-13 14:18:42 +0300 Processing by HomeController#index as HTML Rendering home/index.html.erb within layouts/application Rendered home/index.html.erb within layouts/application (0.0ms) Completed 200 OK in 0ms (Views: 0.3ms) Started GET "/oauth/authorize?client_id=Vebz_0gKFwL7UIo7eOKVjYj5fh3OhNc8P8cdOUeW4cw&redirect_uri=https%3A%2F%2Fapp.com%2Fcallback&response_type=code&code_challenge=Oz733NtQ0rJP8b04fgZMJMwprn6Iw8sMCT_9bR1q4tA&code_challenge_method=S256" for 127.0.0.1 at 2020-05-13 14:18:42 +0300 Processing by Doorkeeper::AuthorizationsController#new as HTML Parameters: {"client_id"=>"Vebz_0gKFwL7UIo7eOKVjYj5fh3OhNc8P8cdOUeW4cw", "redirect_uri"=>"https://app.com/callback", "response_type"=>"code", "code_challenge"=>"Oz733NtQ0rJP8b04fgZMJMwprn6Iw8sMCT_9bR1q4tA", "code_challenge_method"=>"S256"} Rendering /projects/gems/doorkeeper-sequel/doorkeeper/app/views/doorkeeper/authorizations/new.html.erb within layouts/doorkeeper/application Rendered /projects/gems/doorkeeper-sequel/doorkeeper/app/views/doorkeeper/authorizations/new.html.erb within layouts/doorkeeper/application (0.8ms) Completed 200 OK in 3ms (Views: 2.1ms) Started POST "/oauth/authorize" for 127.0.0.1 at 2020-05-13 14:18:42 +0300 Processing by Doorkeeper::AuthorizationsController#create as HTML Parameters: {"utf8"=>"✓", "client_id"=>"Vebz_0gKFwL7UIo7eOKVjYj5fh3OhNc8P8cdOUeW4cw", "redirect_uri"=>"https://app.com/callback", "state"=>"", "response_type"=>"code", "scope"=>"default", "code_challenge"=>"Oz733NtQ0rJP8b04fgZMJMwprn6Iw8sMCT_9bR1q4tA", "code_challenge_method"=>"S256", "commit"=>"Authorize"} Redirected to https://app.com/callback?code=LUec4OAcW6z8-If5TstNfKmNM8LvFac5inDv4OuK9gQ Completed 302 Found in 3ms Started GET "/callback?code=[FILTERED]" for 127.0.0.1 at 2020-05-13 14:18:42 +0300 Processing by HomeController#callback as HTML Parameters: {"code"=>"[FILTERED]"} Rendering text template Rendered text template (0.0ms) Completed 200 OK in 0ms (Views: 0.2ms) Started POST "/oauth/token?code=[FILTERED]&client_id=Vebz_0gKFwL7UIo7eOKVjYj5fh3OhNc8P8cdOUeW4cw&redirect_uri=https%3A%2F%2Fapp.com%2Fcallback&grant_type=authorization_code&code_verifier=a45a9fea-0676-477e-95b1-a40f72ac3cfb" for 127.0.0.1 at 2020-05-13 14:18:42 +0300 Processing by Doorkeeper::TokensController#create as HTML Parameters: {"code"=>"[FILTERED]", "client_id"=>"Vebz_0gKFwL7UIo7eOKVjYj5fh3OhNc8P8cdOUeW4cw", "redirect_uri"=>"https://app.com/callback", "grant_type"=>"authorization_code", "code_verifier"=>"a45a9fea-0676-477e-95b1-a40f72ac3cfb"} Completed 401 Unauthorized in 1ms (Views: 0.1ms) Started GET "/" for 127.0.0.1 at 2020-05-13 14:18:42 +0300 Processing by HomeController#index as HTML Rendering home/index.html.erb within layouts/application Rendered home/index.html.erb within layouts/application (0.0ms) Completed 200 OK in 0ms (Views: 0.3ms) Started GET "/sign_in" for 127.0.0.1 at 2020-05-13 14:18:42 +0300 Processing by HomeController#sign_in as HTML Redirected to http://www.example.com/ Completed 302 Found in 0ms Started GET "/" for 127.0.0.1 at 2020-05-13 14:18:42 +0300 Processing by HomeController#index as HTML Rendering home/index.html.erb within layouts/application Rendered home/index.html.erb within layouts/application (0.0ms) Completed 200 OK in 0ms (Views: 0.3ms) Started GET "/oauth/authorize?client_id=jTR2G7lrXyuQa4m7EJN8ffs_883uEJYkXCdXNy0E_kg&redirect_uri=https%3A%2F%2Fapp.com%2Fcallback&response_type=code&code_challenge=Oz733NtQ0rJP8b04fgZMJMwprn6Iw8sMCT_9bR1q4tA&code_challenge_method=S256" for 127.0.0.1 at 2020-05-13 14:18:42 +0300 Processing by Doorkeeper::AuthorizationsController#new as HTML Parameters: {"client_id"=>"jTR2G7lrXyuQa4m7EJN8ffs_883uEJYkXCdXNy0E_kg", "redirect_uri"=>"https://app.com/callback", "response_type"=>"code", "code_challenge"=>"Oz733NtQ0rJP8b04fgZMJMwprn6Iw8sMCT_9bR1q4tA", "code_challenge_method"=>"S256"} Rendering /projects/gems/doorkeeper-sequel/doorkeeper/app/views/doorkeeper/authorizations/new.html.erb within layouts/doorkeeper/application Rendered /projects/gems/doorkeeper-sequel/doorkeeper/app/views/doorkeeper/authorizations/new.html.erb within layouts/doorkeeper/application (0.8ms) Completed 200 OK in 3ms (Views: 1.8ms) Started POST "/oauth/authorize" for 127.0.0.1 at 2020-05-13 14:18:42 +0300 Processing by Doorkeeper::AuthorizationsController#create as HTML Parameters: {"utf8"=>"✓", "client_id"=>"jTR2G7lrXyuQa4m7EJN8ffs_883uEJYkXCdXNy0E_kg", "redirect_uri"=>"https://app.com/callback", "state"=>"", "response_type"=>"code", "scope"=>"default", "code_challenge"=>"Oz733NtQ0rJP8b04fgZMJMwprn6Iw8sMCT_9bR1q4tA", "code_challenge_method"=>"S256", "commit"=>"Authorize"} Redirected to https://app.com/callback?code=mISmnmK02nn7-44-yCcOaGkcSCv_gmvT4O5K87TDZxs Completed 302 Found in 2ms Started GET "/callback?code=[FILTERED]" for 127.0.0.1 at 2020-05-13 14:18:42 +0300 Processing by HomeController#callback as HTML Parameters: {"code"=>"[FILTERED]"} Rendering text template Rendered text template (0.0ms) Completed 200 OK in 0ms (Views: 0.2ms) Started POST "/oauth/token?code=[FILTERED]&client_id=jTR2G7lrXyuQa4m7EJN8ffs_883uEJYkXCdXNy0E_kg&client_secret=[FILTERED]&redirect_uri=https%3A%2F%2Fapp.com%2Fcallback&grant_type=authorization_code&code_verifier=incorrect-code-verifier" for 127.0.0.1 at 2020-05-13 14:18:42 +0300 Processing by Doorkeeper::TokensController#create as HTML Parameters: {"code"=>"[FILTERED]", "client_id"=>"jTR2G7lrXyuQa4m7EJN8ffs_883uEJYkXCdXNy0E_kg", "client_secret"=>"[FILTERED]", "redirect_uri"=>"https://app.com/callback", "grant_type"=>"authorization_code", "code_verifier"=>"incorrect-code-verifier"} Completed 400 Bad Request in 1ms (Views: 0.1ms) Started GET "/" for 127.0.0.1 at 2020-05-13 14:18:42 +0300 Processing by HomeController#index as HTML Rendering home/index.html.erb within layouts/application Rendered home/index.html.erb within layouts/application (0.0ms) Completed 200 OK in 0ms (Views: 0.4ms) Started GET "/sign_in" for 127.0.0.1 at 2020-05-13 14:18:42 +0300 Processing by HomeController#sign_in as HTML Redirected to http://www.example.com/ Completed 302 Found in 0ms Started GET "/" for 127.0.0.1 at 2020-05-13 14:18:42 +0300 Processing by HomeController#index as HTML Rendering home/index.html.erb within layouts/application Rendered home/index.html.erb within layouts/application (0.0ms) Completed 200 OK in 1ms (Views: 0.5ms) Started GET "/oauth/authorize?client_id=NZsW1bcZhiWuINe_XfvaZeFAZ4dCxa3qkuKBz8DSeYg&redirect_uri=https%3A%2F%2Fapp.com%2Fcallback&response_type=code&code_challenge=Oz733NtQ0rJP8b04fgZMJMwprn6Iw8sMCT_9bR1q4tA&code_challenge_method=S256" for 127.0.0.1 at 2020-05-13 14:18:42 +0300 Processing by Doorkeeper::AuthorizationsController#new as HTML Parameters: {"client_id"=>"NZsW1bcZhiWuINe_XfvaZeFAZ4dCxa3qkuKBz8DSeYg", "redirect_uri"=>"https://app.com/callback", "response_type"=>"code", "code_challenge"=>"Oz733NtQ0rJP8b04fgZMJMwprn6Iw8sMCT_9bR1q4tA", "code_challenge_method"=>"S256"} Rendering /projects/gems/doorkeeper-sequel/doorkeeper/app/views/doorkeeper/authorizations/new.html.erb within layouts/doorkeeper/application Rendered /projects/gems/doorkeeper-sequel/doorkeeper/app/views/doorkeeper/authorizations/new.html.erb within layouts/doorkeeper/application (0.9ms) Completed 200 OK in 3ms (Views: 1.9ms) Started POST "/oauth/authorize" for 127.0.0.1 at 2020-05-13 14:18:42 +0300 Processing by Doorkeeper::AuthorizationsController#create as HTML Parameters: {"utf8"=>"✓", "client_id"=>"NZsW1bcZhiWuINe_XfvaZeFAZ4dCxa3qkuKBz8DSeYg", "redirect_uri"=>"https://app.com/callback", "state"=>"", "response_type"=>"code", "scope"=>"default", "code_challenge"=>"Oz733NtQ0rJP8b04fgZMJMwprn6Iw8sMCT_9bR1q4tA", "code_challenge_method"=>"S256", "commit"=>"Authorize"} Redirected to https://app.com/callback?code=5-nNiEPNH_6eamwBYbjXMjbLGX6nmT3mNj1eHWsex-0 Completed 302 Found in 2ms Started GET "/callback?code=[FILTERED]" for 127.0.0.1 at 2020-05-13 14:18:42 +0300 Processing by HomeController#callback as HTML Parameters: {"code"=>"[FILTERED]"} Rendering text template Rendered text template (0.0ms) Completed 200 OK in 0ms (Views: 0.2ms) Started POST "/oauth/token?code=[FILTERED]&client_id=NZsW1bcZhiWuINe_XfvaZeFAZ4dCxa3qkuKBz8DSeYg&client_secret=[FILTERED]&redirect_uri=https%3A%2F%2Fapp.com%2Fcallback&grant_type=authorization_code" for 127.0.0.1 at 2020-05-13 14:18:42 +0300 Processing by Doorkeeper::TokensController#create as HTML Parameters: {"code"=>"[FILTERED]", "client_id"=>"NZsW1bcZhiWuINe_XfvaZeFAZ4dCxa3qkuKBz8DSeYg", "client_secret"=>"[FILTERED]", "redirect_uri"=>"https://app.com/callback", "grant_type"=>"authorization_code"} Completed 400 Bad Request in 1ms (Views: 0.1ms) Started GET "/" for 127.0.0.1 at 2020-05-13 14:18:42 +0300 Processing by HomeController#index as HTML Rendering home/index.html.erb within layouts/application Rendered home/index.html.erb within layouts/application (0.0ms) Completed 200 OK in 0ms (Views: 0.4ms) Started GET "/sign_in" for 127.0.0.1 at 2020-05-13 14:18:42 +0300 Processing by HomeController#sign_in as HTML Redirected to http://www.example.com/ Completed 302 Found in 0ms Started GET "/" for 127.0.0.1 at 2020-05-13 14:18:42 +0300 Processing by HomeController#index as HTML Rendering home/index.html.erb within layouts/application Rendered home/index.html.erb within layouts/application (0.0ms) Completed 200 OK in 0ms (Views: 0.3ms) Started GET "/oauth/authorize?client_id=e3AZIllIIYqjEEBokoY1V5VJfbZvLMX2MHSl_XcQZ9w&redirect_uri=https%3A%2F%2Fapp.com%2Fcallback&response_type=code&code_challenge=Oz733NtQ0rJP8b04fgZMJMwprn6Iw8sMCT_9bR1q4tA&code_challenge_method=S256" for 127.0.0.1 at 2020-05-13 14:18:42 +0300 Processing by Doorkeeper::AuthorizationsController#new as HTML Parameters: {"client_id"=>"e3AZIllIIYqjEEBokoY1V5VJfbZvLMX2MHSl_XcQZ9w", "redirect_uri"=>"https://app.com/callback", "response_type"=>"code", "code_challenge"=>"Oz733NtQ0rJP8b04fgZMJMwprn6Iw8sMCT_9bR1q4tA", "code_challenge_method"=>"S256"} Rendering /projects/gems/doorkeeper-sequel/doorkeeper/app/views/doorkeeper/authorizations/new.html.erb within layouts/doorkeeper/application Rendered /projects/gems/doorkeeper-sequel/doorkeeper/app/views/doorkeeper/authorizations/new.html.erb within layouts/doorkeeper/application (0.9ms) Completed 200 OK in 3ms (Views: 1.9ms) Started POST "/oauth/authorize" for 127.0.0.1 at 2020-05-13 14:18:42 +0300 Processing by Doorkeeper::AuthorizationsController#create as HTML Parameters: {"utf8"=>"✓", "client_id"=>"e3AZIllIIYqjEEBokoY1V5VJfbZvLMX2MHSl_XcQZ9w", "redirect_uri"=>"https://app.com/callback", "state"=>"", "response_type"=>"code", "scope"=>"default", "code_challenge"=>"Oz733NtQ0rJP8b04fgZMJMwprn6Iw8sMCT_9bR1q4tA", "code_challenge_method"=>"S256", "commit"=>"Authorize"} Redirected to https://app.com/callback?code=NePw6qUeABsH7jt8i9j4kJIHprUc_9_Z02HqOE5FvcY Completed 302 Found in 2ms Started GET "/callback?code=[FILTERED]" for 127.0.0.1 at 2020-05-13 14:18:42 +0300 Processing by HomeController#callback as HTML Parameters: {"code"=>"[FILTERED]"} Rendering text template Rendered text template (0.0ms) Completed 200 OK in 0ms (Views: 0.2ms) Started POST "/oauth/token?code=[FILTERED]&client_id=e3AZIllIIYqjEEBokoY1V5VJfbZvLMX2MHSl_XcQZ9w&client_secret=[FILTERED]&redirect_uri=https%3A%2F%2Fapp.com%2Fcallback&grant_type=authorization_code&code_verifier=a45a9fea-0676-477e-95b1-a40f72ac3cfb" for 127.0.0.1 at 2020-05-13 14:18:42 +0300 Processing by Doorkeeper::TokensController#create as HTML Parameters: {"code"=>"[FILTERED]", "client_id"=>"e3AZIllIIYqjEEBokoY1V5VJfbZvLMX2MHSl_XcQZ9w", "client_secret"=>"[FILTERED]", "redirect_uri"=>"https://app.com/callback", "grant_type"=>"authorization_code", "code_verifier"=>"a45a9fea-0676-477e-95b1-a40f72ac3cfb"} Completed 200 OK in 3ms (Views: 0.1ms) Started GET "/" for 127.0.0.1 at 2020-05-13 14:18:42 +0300 Processing by HomeController#index as HTML Rendering home/index.html.erb within layouts/application Rendered home/index.html.erb within layouts/application (0.0ms) Completed 200 OK in 0ms (Views: 0.4ms) Started GET "/sign_in" for 127.0.0.1 at 2020-05-13 14:18:42 +0300 Processing by HomeController#sign_in as HTML Redirected to http://www.example.com/ Completed 302 Found in 0ms Started GET "/" for 127.0.0.1 at 2020-05-13 14:18:42 +0300 Processing by HomeController#index as HTML Rendering home/index.html.erb within layouts/application Rendered home/index.html.erb within layouts/application (0.0ms) Completed 200 OK in 0ms (Views: 0.3ms) Started GET "/oauth/authorize?client_id=hdPBzaFSgeRmJPETZxMqNIqJUXRjh_R2l6JUsPNcvN4&redirect_uri=https%3A%2F%2Fapp.com%2Fcallback&response_type=code&code_challenge=Oz733NtQ0rJP8b04fgZMJMwprn6Iw8sMCT_9bR1q4tA&code_challenge_method=S256" for 127.0.0.1 at 2020-05-13 14:18:42 +0300 Processing by Doorkeeper::AuthorizationsController#new as HTML Parameters: {"client_id"=>"hdPBzaFSgeRmJPETZxMqNIqJUXRjh_R2l6JUsPNcvN4", "redirect_uri"=>"https://app.com/callback", "response_type"=>"code", "code_challenge"=>"Oz733NtQ0rJP8b04fgZMJMwprn6Iw8sMCT_9bR1q4tA", "code_challenge_method"=>"S256"} Rendering /projects/gems/doorkeeper-sequel/doorkeeper/app/views/doorkeeper/authorizations/new.html.erb within layouts/doorkeeper/application Rendered /projects/gems/doorkeeper-sequel/doorkeeper/app/views/doorkeeper/authorizations/new.html.erb within layouts/doorkeeper/application (1.2ms) Completed 200 OK in 3ms (Views: 2.4ms) Started POST "/oauth/authorize" for 127.0.0.1 at 2020-05-13 14:18:42 +0300 Processing by Doorkeeper::AuthorizationsController#create as HTML Parameters: {"utf8"=>"✓", "client_id"=>"hdPBzaFSgeRmJPETZxMqNIqJUXRjh_R2l6JUsPNcvN4", "redirect_uri"=>"https://app.com/callback", "state"=>"", "response_type"=>"code", "scope"=>"default", "code_challenge"=>"Oz733NtQ0rJP8b04fgZMJMwprn6Iw8sMCT_9bR1q4tA", "code_challenge_method"=>"S256", "commit"=>"Authorize"} Redirected to https://app.com/callback?code=TQ8lhtc1hjhDU_P_pZscT0bGyZM7TGQphN-LAsAGvaE Completed 302 Found in 2ms Started GET "/callback?code=[FILTERED]" for 127.0.0.1 at 2020-05-13 14:18:42 +0300 Processing by HomeController#callback as HTML Parameters: {"code"=>"[FILTERED]"} Rendering text template Rendered text template (0.0ms) Completed 200 OK in 0ms (Views: 0.2ms) Started POST "/oauth/token?code=[FILTERED]&client_id=hdPBzaFSgeRmJPETZxMqNIqJUXRjh_R2l6JUsPNcvN4&client_secret=[FILTERED]&redirect_uri=https%3A%2F%2Fapp.com%2Fcallback&grant_type=authorization_code&code_verifier=Oz733NtQ0rJP8b04fgZMJMwprn6Iw8sMCT_9bR1q4tA&code_challenge_method=plain" for 127.0.0.1 at 2020-05-13 14:18:42 +0300 Processing by Doorkeeper::TokensController#create as HTML Parameters: {"code"=>"[FILTERED]", "client_id"=>"hdPBzaFSgeRmJPETZxMqNIqJUXRjh_R2l6JUsPNcvN4", "client_secret"=>"[FILTERED]", "redirect_uri"=>"https://app.com/callback", "grant_type"=>"authorization_code", "code_verifier"=>"Oz733NtQ0rJP8b04fgZMJMwprn6Iw8sMCT_9bR1q4tA", "code_challenge_method"=>"plain"} Completed 400 Bad Request in 1ms (Views: 0.1ms) Started GET "/" for 127.0.0.1 at 2020-05-13 14:18:42 +0300 Processing by HomeController#index as HTML Rendering home/index.html.erb within layouts/application Rendered home/index.html.erb within layouts/application (0.0ms) Completed 200 OK in 0ms (Views: 0.4ms) Started GET "/sign_in" for 127.0.0.1 at 2020-05-13 14:18:42 +0300 Processing by HomeController#sign_in as HTML Redirected to http://www.example.com/ Completed 302 Found in 0ms Started GET "/" for 127.0.0.1 at 2020-05-13 14:18:42 +0300 Processing by HomeController#index as HTML Rendering home/index.html.erb within layouts/application Rendered home/index.html.erb within layouts/application (0.0ms) Completed 200 OK in 0ms (Views: 0.3ms) Started GET "/oauth/authorize?client_id=2CwT_9df9g5rGJ9MtEJeAXTf4fOIB01TZ1qcyrRMzz8&redirect_uri=https%3A%2F%2Fapp.com%2Fcallback&response_type=code&code_challenge=Oz733NtQ0rJP8b04fgZMJMwprn6Iw8sMCT_9bR1q4tA&code_challenge_method=S256" for 127.0.0.1 at 2020-05-13 14:18:42 +0300 Processing by Doorkeeper::AuthorizationsController#new as HTML Parameters: {"client_id"=>"2CwT_9df9g5rGJ9MtEJeAXTf4fOIB01TZ1qcyrRMzz8", "redirect_uri"=>"https://app.com/callback", "response_type"=>"code", "code_challenge"=>"Oz733NtQ0rJP8b04fgZMJMwprn6Iw8sMCT_9bR1q4tA", "code_challenge_method"=>"S256"} Rendering /projects/gems/doorkeeper-sequel/doorkeeper/app/views/doorkeeper/authorizations/new.html.erb within layouts/doorkeeper/application Rendered /projects/gems/doorkeeper-sequel/doorkeeper/app/views/doorkeeper/authorizations/new.html.erb within layouts/doorkeeper/application (1.0ms) Completed 200 OK in 4ms (Views: 2.2ms) Started POST "/oauth/authorize" for 127.0.0.1 at 2020-05-13 14:18:42 +0300 Processing by Doorkeeper::AuthorizationsController#create as HTML Parameters: {"utf8"=>"✓", "client_id"=>"2CwT_9df9g5rGJ9MtEJeAXTf4fOIB01TZ1qcyrRMzz8", "redirect_uri"=>"https://app.com/callback", "state"=>"", "response_type"=>"code", "scope"=>"default", "code_challenge"=>"Oz733NtQ0rJP8b04fgZMJMwprn6Iw8sMCT_9bR1q4tA", "code_challenge_method"=>"S256", "commit"=>"Authorize"} Redirected to https://app.com/callback?code=hZjYn5eMnbcvWDNtwaiy_pS557Dat2-4mIYFd3o4lR8 Completed 302 Found in 2ms Started GET "/callback?code=[FILTERED]" for 127.0.0.1 at 2020-05-13 14:18:42 +0300 Processing by HomeController#callback as HTML Parameters: {"code"=>"[FILTERED]"} Rendering text template Rendered text template (0.0ms) Completed 200 OK in 0ms (Views: 0.2ms) Started POST "/oauth/token?code=[FILTERED]&client_id=2CwT_9df9g5rGJ9MtEJeAXTf4fOIB01TZ1qcyrRMzz8&redirect_uri=https%3A%2F%2Fapp.com%2Fcallback&grant_type=authorization_code&code_verifier=a45a9fea-0676-477e-95b1-a40f72ac3cfb" for 127.0.0.1 at 2020-05-13 14:18:42 +0300 Processing by Doorkeeper::TokensController#create as HTML Parameters: {"code"=>"[FILTERED]", "client_id"=>"2CwT_9df9g5rGJ9MtEJeAXTf4fOIB01TZ1qcyrRMzz8", "redirect_uri"=>"https://app.com/callback", "grant_type"=>"authorization_code", "code_verifier"=>"a45a9fea-0676-477e-95b1-a40f72ac3cfb"} Completed 200 OK in 3ms (Views: 0.1ms) Started GET "/" for 127.0.0.1 at 2020-05-13 14:18:42 +0300 Processing by HomeController#index as HTML Rendering home/index.html.erb within layouts/application Rendered home/index.html.erb within layouts/application (0.0ms) Completed 200 OK in 1ms (Views: 0.4ms) Started GET "/sign_in" for 127.0.0.1 at 2020-05-13 14:18:42 +0300 Processing by HomeController#sign_in as HTML Redirected to http://www.example.com/ Completed 302 Found in 0ms Started GET "/" for 127.0.0.1 at 2020-05-13 14:18:42 +0300 Processing by HomeController#index as HTML Rendering home/index.html.erb within layouts/application Rendered home/index.html.erb within layouts/application (0.1ms) Completed 200 OK in 1ms (Views: 0.5ms) Started GET "/oauth/authorize?client_id=xeB3FLdZiIreHRefbFeOfS-jdgLoaWC6oYKP5xxKXCE&redirect_uri=urn%3Aietf%3Awg%3Aoauth%3A2.0%3Aoob&response_type=code" for 127.0.0.1 at 2020-05-13 14:18:42 +0300 Processing by Doorkeeper::AuthorizationsController#new as HTML Parameters: {"client_id"=>"xeB3FLdZiIreHRefbFeOfS-jdgLoaWC6oYKP5xxKXCE", "redirect_uri"=>"urn:ietf:wg:oauth:2.0:oob", "response_type"=>"code"} Rendering /projects/gems/doorkeeper-sequel/doorkeeper/app/views/doorkeeper/authorizations/new.html.erb within layouts/doorkeeper/application Rendered /projects/gems/doorkeeper-sequel/doorkeeper/app/views/doorkeeper/authorizations/new.html.erb within layouts/doorkeeper/application (1.0ms) Completed 200 OK in 4ms (Views: 2.4ms) Started POST "/oauth/authorize" for 127.0.0.1 at 2020-05-13 14:18:42 +0300 Processing by Doorkeeper::AuthorizationsController#create as HTML Parameters: {"utf8"=>"✓", "client_id"=>"xeB3FLdZiIreHRefbFeOfS-jdgLoaWC6oYKP5xxKXCE", "redirect_uri"=>"urn:ietf:wg:oauth:2.0:oob", "state"=>"", "response_type"=>"code", "scope"=>"default", "code_challenge"=>"", "code_challenge_method"=>"", "commit"=>"Authorize"} Redirected to http://www.example.com/oauth/authorize/native?code=HVQ1QXHYXgIAWYIwiWDMZkQVTB_aOso8CajhdzdJOvw Completed 302 Found in 2ms Started GET "/oauth/authorize/native?code=[FILTERED]" for 127.0.0.1 at 2020-05-13 14:18:42 +0300 Processing by Doorkeeper::AuthorizationsController#show as HTML Parameters: {"code"=>"[FILTERED]"} Rendering /projects/gems/doorkeeper-sequel/doorkeeper/app/views/doorkeeper/authorizations/show.html.erb within layouts/doorkeeper/application Rendered /projects/gems/doorkeeper-sequel/doorkeeper/app/views/doorkeeper/authorizations/show.html.erb within layouts/doorkeeper/application (0.1ms) Completed 200 OK in 1ms (Views: 1.1ms) Started GET "/" for 127.0.0.1 at 2020-05-13 14:18:42 +0300 Processing by HomeController#index as HTML Rendering home/index.html.erb within layouts/application Rendered home/index.html.erb within layouts/application (0.0ms) Completed 200 OK in 1ms (Views: 0.5ms) Started GET "/sign_in" for 127.0.0.1 at 2020-05-13 14:18:42 +0300 Processing by HomeController#sign_in as HTML Redirected to http://www.example.com/ Completed 302 Found in 0ms Started GET "/" for 127.0.0.1 at 2020-05-13 14:18:42 +0300 Processing by HomeController#index as HTML Rendering home/index.html.erb within layouts/application Rendered home/index.html.erb within layouts/application (0.0ms) Completed 200 OK in 1ms (Views: 0.4ms) Started GET "/oauth/authorize?client_id=Moq2BO1O31GVibpH58_GpiSpqHG4GQ8jRrxLhO0qtAA&redirect_uri=urn%3Aietf%3Awg%3Aoauth%3A2.0%3Aoob%3Aauto&response_type=code" for 127.0.0.1 at 2020-05-13 14:18:42 +0300 Processing by Doorkeeper::AuthorizationsController#new as HTML Parameters: {"client_id"=>"Moq2BO1O31GVibpH58_GpiSpqHG4GQ8jRrxLhO0qtAA", "redirect_uri"=>"urn:ietf:wg:oauth:2.0:oob:auto", "response_type"=>"code"} Rendering /projects/gems/doorkeeper-sequel/doorkeeper/app/views/doorkeeper/authorizations/new.html.erb within layouts/doorkeeper/application Rendered /projects/gems/doorkeeper-sequel/doorkeeper/app/views/doorkeeper/authorizations/new.html.erb within layouts/doorkeeper/application (1.0ms) Completed 200 OK in 3ms (Views: 1.9ms) Started POST "/oauth/authorize" for 127.0.0.1 at 2020-05-13 14:18:42 +0300 Processing by Doorkeeper::AuthorizationsController#create as HTML Parameters: {"utf8"=>"✓", "client_id"=>"Moq2BO1O31GVibpH58_GpiSpqHG4GQ8jRrxLhO0qtAA", "redirect_uri"=>"urn:ietf:wg:oauth:2.0:oob:auto", "state"=>"", "response_type"=>"code", "scope"=>"default", "code_challenge"=>"", "code_challenge_method"=>"", "commit"=>"Authorize"} Redirected to http://www.example.com/oauth/authorize/native?code=rm3VFf-bPzcFA-svYQJzZbJQtPlzS0JIO-8nrPBzDog Completed 302 Found in 2ms Started GET "/oauth/authorize/native?code=[FILTERED]" for 127.0.0.1 at 2020-05-13 14:18:42 +0300 Processing by Doorkeeper::AuthorizationsController#show as HTML Parameters: {"code"=>"[FILTERED]"} Rendering /projects/gems/doorkeeper-sequel/doorkeeper/app/views/doorkeeper/authorizations/show.html.erb within layouts/doorkeeper/application Rendered /projects/gems/doorkeeper-sequel/doorkeeper/app/views/doorkeeper/authorizations/show.html.erb within layouts/doorkeeper/application (0.1ms) Completed 200 OK in 1ms (Views: 1.1ms) Started GET "/" for 127.0.0.1 at 2020-05-13 14:18:42 +0300 Processing by HomeController#index as HTML Rendering home/index.html.erb within layouts/application Rendered home/index.html.erb within layouts/application (0.0ms) Completed 200 OK in 1ms (Views: 0.5ms) Started GET "/sign_in" for 127.0.0.1 at 2020-05-13 14:18:42 +0300 Processing by HomeController#sign_in as HTML Redirected to http://www.example.com/ Completed 302 Found in 0ms Started GET "/" for 127.0.0.1 at 2020-05-13 14:18:42 +0300 Processing by HomeController#index as HTML Rendering home/index.html.erb within layouts/application Rendered home/index.html.erb within layouts/application (0.0ms) Completed 200 OK in 0ms (Views: 0.3ms) Started GET "/oauth/authorize?client_id=YChejy1ZBPhdAff4vHEiNkDBPzXfLZY1BHLhY_FuVHM&redirect_uri=https%3A%2F%2Fapp.com%2Fcallback&response_type=code" for 127.0.0.1 at 2020-05-13 14:18:42 +0300 Processing by Doorkeeper::AuthorizationsController#new as HTML Parameters: {"client_id"=>"YChejy1ZBPhdAff4vHEiNkDBPzXfLZY1BHLhY_FuVHM", "redirect_uri"=>"https://app.com/callback", "response_type"=>"code"} Rendering /projects/gems/doorkeeper-sequel/doorkeeper/app/views/doorkeeper/authorizations/new.html.erb within layouts/doorkeeper/application Rendered /projects/gems/doorkeeper-sequel/doorkeeper/app/views/doorkeeper/authorizations/new.html.erb within layouts/doorkeeper/application (1.0ms) Completed 200 OK in 3ms (Views: 2.0ms) Started POST "/oauth/authorize" for 127.0.0.1 at 2020-05-13 14:18:42 +0300 Processing by Doorkeeper::AuthorizationsController#create as HTML Parameters: {"utf8"=>"✓", "client_id"=>"YChejy1ZBPhdAff4vHEiNkDBPzXfLZY1BHLhY_FuVHM", "redirect_uri"=>"https://app.com/callback", "state"=>"", "response_type"=>"code", "scope"=>"default", "code_challenge"=>"", "code_challenge_method"=>"", "commit"=>"Authorize"} Redirected to https://app.com/callback?code=aKMZyRrSshf6LnhDgjpZ1pqdOkdnr1RA7pLEmwwtEqM Completed 302 Found in 2ms Started GET "/callback?code=[FILTERED]" for 127.0.0.1 at 2020-05-13 14:18:42 +0300 Processing by HomeController#callback as HTML Parameters: {"code"=>"[FILTERED]"} Rendering text template Rendered text template (0.0ms) Completed 200 OK in 0ms (Views: 0.2ms) Started POST "/oauth/token?code=[FILTERED]&client_id=YChejy1ZBPhdAff4vHEiNkDBPzXfLZY1BHLhY_FuVHM&client_secret=[FILTERED]&redirect_uri=https%3A%2F%2Fapp.com%2Fcallback&grant_type=authorization_code" for 127.0.0.1 at 2020-05-13 14:18:42 +0300 Processing by Doorkeeper::TokensController#create as HTML Parameters: {"code"=>"[FILTERED]", "client_id"=>"YChejy1ZBPhdAff4vHEiNkDBPzXfLZY1BHLhY_FuVHM", "client_secret"=>"[FILTERED]", "redirect_uri"=>"https://app.com/callback", "grant_type"=>"authorization_code"} Completed 200 OK in 3ms (Views: 0.1ms) Started GET "/" for 127.0.0.1 at 2020-05-13 14:18:42 +0300 Processing by HomeController#index as HTML Rendering home/index.html.erb within layouts/application Rendered home/index.html.erb within layouts/application (0.0ms) Completed 200 OK in 1ms (Views: 0.4ms) Started GET "/sign_in" for 127.0.0.1 at 2020-05-13 14:18:42 +0300 Processing by HomeController#sign_in as HTML Redirected to http://www.example.com/ Completed 302 Found in 0ms Started GET "/" for 127.0.0.1 at 2020-05-13 14:18:42 +0300 Processing by HomeController#index as HTML Rendering home/index.html.erb within layouts/application Rendered home/index.html.erb within layouts/application (0.0ms) Completed 200 OK in 0ms (Views: 0.3ms) Started GET "/oauth/authorize?client_id=qh34BfOBybaTeO-zw5M2I4pih6N4xQOVmkcXFm9fH1c&redirect_uri=https%3A%2F%2Fapp.com%2Fcallback&response_type=code" for 127.0.0.1 at 2020-05-13 14:18:42 +0300 Processing by Doorkeeper::AuthorizationsController#new as HTML Parameters: {"client_id"=>"qh34BfOBybaTeO-zw5M2I4pih6N4xQOVmkcXFm9fH1c", "redirect_uri"=>"https://app.com/callback", "response_type"=>"code"} Rendering /projects/gems/doorkeeper-sequel/doorkeeper/app/views/doorkeeper/authorizations/error.html.erb within layouts/doorkeeper/application Rendered /projects/gems/doorkeeper-sequel/doorkeeper/app/views/doorkeeper/authorizations/error.html.erb within layouts/doorkeeper/application (0.1ms) Completed 200 OK in 2ms (Views: 1.1ms) Started POST "/oauth/authorize" for 127.0.0.1 at 2020-05-13 14:18:42 +0300 Processing by Doorkeeper::AuthorizationsController#create as HTML Parameters: {"client_id"=>"TtxlbEWFocvrOREmvdPAEEKnmYsR0KAtiis__vtgDXI", "state"=>"", "redirect_uri"=>"https://app.com/callback", "response_type"=>"token", "commit"=>"Authorize"} Redirected to https://app.com/callback#access_token=bLxEpe0cOMbAbN8D3aWC1L2wi8roNdPW219KdSC7rXo&token_type=Bearer&expires_in=0 Completed 302 Found in 2ms Started POST "/oauth/authorize" for 127.0.0.1 at 2020-05-13 14:18:42 +0300 Processing by Doorkeeper::AuthorizationsController#create as HTML Parameters: {"client_id"=>"_hU-zsMTrk3E7FFf8DeHEqGo0T_u1Em_rUbB40ClcCk", "state"=>"", "redirect_uri"=>"https://app.com/callback", "response_type"=>"token", "commit"=>"Authorize"} Redirected to https://app.com/callback#access_token=McdXT-x5lPnf85H2UIr1CZT0Npf5ng-HfXZEXUGXj5g&token_type=Bearer&expires_in=0 Completed 302 Found in 3ms Started GET "/oauth/applications/1/edit" for 127.0.0.1 at 2020-05-13 14:18:43 +0300 Processing by Doorkeeper::ApplicationsController#edit as HTML Parameters: {"id"=>"1"} Access to admin panel is forbidden due to Doorkeeper.configure.admin_authenticator being unconfigured. Filter chain halted as :authenticate_admin! rendered or redirected Completed 403 Forbidden in 0ms Started GET "/oauth/applications/new" for 127.0.0.1 at 2020-05-13 14:18:43 +0300 Processing by Doorkeeper::ApplicationsController#new as HTML Access to admin panel is forbidden due to Doorkeeper.configure.admin_authenticator being unconfigured. Filter chain halted as :authenticate_admin! rendered or redirected Completed 403 Forbidden in 0ms Started GET "/oauth/applications" for 127.0.0.1 at 2020-05-13 14:18:43 +0300 Processing by Doorkeeper::ApplicationsController#index as HTML Access to admin panel is forbidden due to Doorkeeper.configure.admin_authenticator being unconfigured. Filter chain halted as :authenticate_admin! rendered or redirected Completed 403 Forbidden in 0ms Started GET "/oauth/applications/new" for 127.0.0.1 at 2020-05-13 14:18:43 +0300 Processing by Doorkeeper::ApplicationsController#new as HTML Rendering /projects/gems/doorkeeper-sequel/doorkeeper/app/views/doorkeeper/applications/new.html.erb within layouts/doorkeeper/admin Rendered /projects/gems/doorkeeper-sequel/doorkeeper/app/views/doorkeeper/applications/_form.html.erb (1.0ms) Rendered /projects/gems/doorkeeper-sequel/doorkeeper/app/views/doorkeeper/applications/new.html.erb within layouts/doorkeeper/admin (1.4ms) Completed 200 OK in 3ms (Views: 2.4ms) Started POST "/oauth/applications" for 127.0.0.1 at 2020-05-13 14:18:43 +0300 Processing by Doorkeeper::ApplicationsController#create as HTML Parameters: {"utf8"=>"✓", "doorkeeper_application"=>{"name"=>"My Application", "redirect_uri"=>"https://example.com", "confidential"=>"0", "scopes"=>"read write"}, "commit"=>"Submit"} Redirected to http://www.example.com/oauth/applications/1 Completed 302 Found in 2ms Started GET "/oauth/applications/1" for 127.0.0.1 at 2020-05-13 14:18:43 +0300 Processing by Doorkeeper::ApplicationsController#show as HTML Parameters: {"id"=>"1"} Rendering /projects/gems/doorkeeper-sequel/doorkeeper/app/views/doorkeeper/applications/show.html.erb within layouts/doorkeeper/admin Rendered /projects/gems/doorkeeper-sequel/doorkeeper/app/views/doorkeeper/applications/_delete_form.html.erb (0.2ms) Rendered /projects/gems/doorkeeper-sequel/doorkeeper/app/views/doorkeeper/applications/show.html.erb within layouts/doorkeeper/admin (1.0ms) Completed 200 OK in 2ms (Views: 1.7ms) Started GET "/oauth/applications/new" for 127.0.0.1 at 2020-05-13 14:18:43 +0300 Processing by Doorkeeper::ApplicationsController#new as HTML Rendering /projects/gems/doorkeeper-sequel/doorkeeper/app/views/doorkeeper/applications/new.html.erb within layouts/doorkeeper/admin Rendered /projects/gems/doorkeeper-sequel/doorkeeper/app/views/doorkeeper/applications/_form.html.erb (1.0ms) Rendered /projects/gems/doorkeeper-sequel/doorkeeper/app/views/doorkeeper/applications/new.html.erb within layouts/doorkeeper/admin (1.1ms) Completed 200 OK in 2ms (Views: 2.0ms) Started POST "/oauth/applications" for 127.0.0.1 at 2020-05-13 14:18:43 +0300 Processing by Doorkeeper::ApplicationsController#create as HTML Parameters: {"utf8"=>"✓", "doorkeeper_application"=>{"name"=>"My Application", "redirect_uri"=>"https://example.com", "confidential"=>"0", "scopes"=>"blahblah"}, "commit"=>"Submit"} Redirected to http://www.example.com/oauth/applications/1 Completed 302 Found in 2ms Started GET "/oauth/applications/1" for 127.0.0.1 at 2020-05-13 14:18:43 +0300 Processing by Doorkeeper::ApplicationsController#show as HTML Parameters: {"id"=>"1"} Rendering /projects/gems/doorkeeper-sequel/doorkeeper/app/views/doorkeeper/applications/show.html.erb within layouts/doorkeeper/admin Rendered /projects/gems/doorkeeper-sequel/doorkeeper/app/views/doorkeeper/applications/_delete_form.html.erb (0.2ms) Rendered /projects/gems/doorkeeper-sequel/doorkeeper/app/views/doorkeeper/applications/show.html.erb within layouts/doorkeeper/admin (1.1ms) Completed 200 OK in 2ms (Views: 1.8ms) Started GET "/oauth/applications/new" for 127.0.0.1 at 2020-05-13 14:18:43 +0300 Processing by Doorkeeper::ApplicationsController#new as HTML Rendering /projects/gems/doorkeeper-sequel/doorkeeper/app/views/doorkeeper/applications/new.html.erb within layouts/doorkeeper/admin Rendered /projects/gems/doorkeeper-sequel/doorkeeper/app/views/doorkeeper/applications/_form.html.erb (1.1ms) Rendered /projects/gems/doorkeeper-sequel/doorkeeper/app/views/doorkeeper/applications/new.html.erb within layouts/doorkeeper/admin (1.3ms) Completed 200 OK in 2ms (Views: 2.3ms) Started POST "/oauth/applications" for 127.0.0.1 at 2020-05-13 14:18:43 +0300 Processing by Doorkeeper::ApplicationsController#create as HTML Parameters: {"utf8"=>"✓", "doorkeeper_application"=>{"name"=>"My Application", "redirect_uri"=>"https://example.com", "confidential"=>"0", "scopes"=>"blahblah"}, "commit"=>"Submit"} Rendering /projects/gems/doorkeeper-sequel/doorkeeper/app/views/doorkeeper/applications/new.html.erb within layouts/doorkeeper/admin Rendered /projects/gems/doorkeeper-sequel/doorkeeper/app/views/doorkeeper/applications/_form.html.erb (1.2ms) Rendered /projects/gems/doorkeeper-sequel/doorkeeper/app/views/doorkeeper/applications/new.html.erb within layouts/doorkeeper/admin (1.3ms) Completed 200 OK in 3ms (Views: 2.4ms) Started GET "/oauth/applications/new" for 127.0.0.1 at 2020-05-13 14:18:43 +0300 Processing by Doorkeeper::ApplicationsController#new as HTML Rendering /projects/gems/doorkeeper-sequel/doorkeeper/app/views/doorkeeper/applications/new.html.erb within layouts/doorkeeper/admin Rendered /projects/gems/doorkeeper-sequel/doorkeeper/app/views/doorkeeper/applications/_form.html.erb (1.1ms) Rendered /projects/gems/doorkeeper-sequel/doorkeeper/app/views/doorkeeper/applications/new.html.erb within layouts/doorkeeper/admin (1.3ms) Completed 200 OK in 2ms (Views: 2.2ms) Started POST "/oauth/applications" for 127.0.0.1 at 2020-05-13 14:18:43 +0300 Processing by Doorkeeper::ApplicationsController#create as HTML Parameters: {"utf8"=>"✓", "doorkeeper_application"=>{"name"=>"My Application", "redirect_uri"=>"https://example.com", "confidential"=>"0", "scopes"=>"read blah"}, "commit"=>"Submit"} Rendering /projects/gems/doorkeeper-sequel/doorkeeper/app/views/doorkeeper/applications/new.html.erb within layouts/doorkeeper/admin Rendered /projects/gems/doorkeeper-sequel/doorkeeper/app/views/doorkeeper/applications/_form.html.erb (1.2ms) Rendered /projects/gems/doorkeeper-sequel/doorkeeper/app/views/doorkeeper/applications/new.html.erb within layouts/doorkeeper/admin (1.3ms) Completed 200 OK in 3ms (Views: 2.3ms) Started GET "/oauth/applications/new" for 127.0.0.1 at 2020-05-13 14:18:43 +0300 Processing by Doorkeeper::ApplicationsController#new as HTML Rendering /projects/gems/doorkeeper-sequel/doorkeeper/app/views/doorkeeper/applications/new.html.erb within layouts/doorkeeper/admin Rendered /projects/gems/doorkeeper-sequel/doorkeeper/app/views/doorkeeper/applications/_form.html.erb (1.1ms) Rendered /projects/gems/doorkeeper-sequel/doorkeeper/app/views/doorkeeper/applications/new.html.erb within layouts/doorkeeper/admin (1.3ms) Completed 200 OK in 2ms (Views: 2.2ms) Started POST "/oauth/applications" for 127.0.0.1 at 2020-05-13 14:18:43 +0300 Processing by Doorkeeper::ApplicationsController#create as HTML Parameters: {"utf8"=>"✓", "doorkeeper_application"=>{"name"=>"", "redirect_uri"=>"", "confidential"=>"0", "scopes"=>""}, "commit"=>"Submit"} Rendering /projects/gems/doorkeeper-sequel/doorkeeper/app/views/doorkeeper/applications/new.html.erb within layouts/doorkeeper/admin Rendered /projects/gems/doorkeeper-sequel/doorkeeper/app/views/doorkeeper/applications/_form.html.erb (1.2ms) Rendered /projects/gems/doorkeeper-sequel/doorkeeper/app/views/doorkeeper/applications/new.html.erb within layouts/doorkeeper/admin (1.3ms) Completed 200 OK in 3ms (Views: 2.3ms) Started GET "/oauth/applications/new" for 127.0.0.1 at 2020-05-13 14:18:43 +0300 Processing by Doorkeeper::ApplicationsController#new as HTML Rendering /projects/gems/doorkeeper-sequel/doorkeeper/app/views/doorkeeper/applications/new.html.erb within layouts/doorkeeper/admin Rendered /projects/gems/doorkeeper-sequel/doorkeeper/app/views/doorkeeper/applications/_form.html.erb (1.2ms) Rendered /projects/gems/doorkeeper-sequel/doorkeeper/app/views/doorkeeper/applications/new.html.erb within layouts/doorkeeper/admin (1.4ms) Completed 200 OK in 3ms (Views: 2.3ms) Started POST "/oauth/applications" for 127.0.0.1 at 2020-05-13 14:18:43 +0300 Processing by Doorkeeper::ApplicationsController#create as HTML Parameters: {"utf8"=>"✓", "doorkeeper_application"=>{"name"=>"My Application", "redirect_uri"=>"https://example.com", "confidential"=>"0", "scopes"=>""}, "commit"=>"Submit"} Redirected to http://www.example.com/oauth/applications/1 Completed 302 Found in 2ms Started GET "/oauth/applications/1" for 127.0.0.1 at 2020-05-13 14:18:43 +0300 Processing by Doorkeeper::ApplicationsController#show as HTML Parameters: {"id"=>"1"} Rendering /projects/gems/doorkeeper-sequel/doorkeeper/app/views/doorkeeper/applications/show.html.erb within layouts/doorkeeper/admin Rendered /projects/gems/doorkeeper-sequel/doorkeeper/app/views/doorkeeper/applications/_delete_form.html.erb (0.2ms) Rendered /projects/gems/doorkeeper-sequel/doorkeeper/app/views/doorkeeper/applications/show.html.erb within layouts/doorkeeper/admin (1.1ms) Completed 200 OK in 2ms (Views: 1.9ms) Started GET "/oauth/applications/new" for 127.0.0.1 at 2020-05-13 14:18:43 +0300 Processing by Doorkeeper::ApplicationsController#new as HTML Rendering /projects/gems/doorkeeper-sequel/doorkeeper/app/views/doorkeeper/applications/new.html.erb within layouts/doorkeeper/admin Rendered /projects/gems/doorkeeper-sequel/doorkeeper/app/views/doorkeeper/applications/_form.html.erb (1.2ms) Rendered /projects/gems/doorkeeper-sequel/doorkeeper/app/views/doorkeeper/applications/new.html.erb within layouts/doorkeeper/admin (1.4ms) Completed 200 OK in 3ms (Views: 2.3ms) Started POST "/oauth/applications" for 127.0.0.1 at 2020-05-13 14:18:43 +0300 Processing by Doorkeeper::ApplicationsController#create as HTML Parameters: {"utf8"=>"✓", "doorkeeper_application"=>{"name"=>"My Application", "redirect_uri"=>"https://example.com", "confidential"=>"0", "scopes"=>""}, "commit"=>"Submit"} Redirected to http://www.example.com/oauth/applications/1 Completed 302 Found in 2ms Started GET "/oauth/applications/1" for 127.0.0.1 at 2020-05-13 14:18:43 +0300 Processing by Doorkeeper::ApplicationsController#show as HTML Parameters: {"id"=>"1"} Rendering /projects/gems/doorkeeper-sequel/doorkeeper/app/views/doorkeeper/applications/show.html.erb within layouts/doorkeeper/admin Rendered /projects/gems/doorkeeper-sequel/doorkeeper/app/views/doorkeeper/applications/_delete_form.html.erb (0.2ms) Rendered /projects/gems/doorkeeper-sequel/doorkeeper/app/views/doorkeeper/applications/show.html.erb within layouts/doorkeeper/admin (1.1ms) Completed 200 OK in 2ms (Views: 2.0ms) Started GET "/oauth/applications/new" for 127.0.0.1 at 2020-05-13 14:18:43 +0300 Processing by Doorkeeper::ApplicationsController#new as HTML Rendering /projects/gems/doorkeeper-sequel/doorkeeper/app/views/doorkeeper/applications/new.html.erb within layouts/doorkeeper/admin Rendered /projects/gems/doorkeeper-sequel/doorkeeper/app/views/doorkeeper/applications/_form.html.erb (1.2ms) Rendered /projects/gems/doorkeeper-sequel/doorkeeper/app/views/doorkeeper/applications/new.html.erb within layouts/doorkeeper/admin (1.4ms) Completed 200 OK in 3ms (Views: 2.4ms) Started POST "/oauth/applications" for 127.0.0.1 at 2020-05-13 14:18:43 +0300 Processing by Doorkeeper::ApplicationsController#create as HTML Parameters: {"utf8"=>"✓", "doorkeeper_application"=>{"name"=>"My Application", "redirect_uri"=>"", "confidential"=>"0", "scopes"=>""}, "commit"=>"Submit"} Rendering /projects/gems/doorkeeper-sequel/doorkeeper/app/views/doorkeeper/applications/new.html.erb within layouts/doorkeeper/admin Rendered /projects/gems/doorkeeper-sequel/doorkeeper/app/views/doorkeeper/applications/_form.html.erb (1.2ms) Rendered /projects/gems/doorkeeper-sequel/doorkeeper/app/views/doorkeeper/applications/new.html.erb within layouts/doorkeeper/admin (1.3ms) Completed 200 OK in 3ms (Views: 2.3ms) Started GET "/oauth/applications/new" for 127.0.0.1 at 2020-05-13 14:18:43 +0300 Processing by Doorkeeper::ApplicationsController#new as HTML Rendering /projects/gems/doorkeeper-sequel/doorkeeper/app/views/doorkeeper/applications/new.html.erb within layouts/doorkeeper/admin Rendered /projects/gems/doorkeeper-sequel/doorkeeper/app/views/doorkeeper/applications/_form.html.erb (1.2ms) Rendered /projects/gems/doorkeeper-sequel/doorkeeper/app/views/doorkeeper/applications/new.html.erb within layouts/doorkeeper/admin (1.4ms) Completed 200 OK in 3ms (Views: 2.5ms) Started GET "/oauth/applications/new" for 127.0.0.1 at 2020-05-13 14:18:43 +0300 Processing by Doorkeeper::ApplicationsController#new as HTML Rendering /projects/gems/doorkeeper-sequel/doorkeeper/app/views/doorkeeper/applications/new.html.erb within layouts/doorkeeper/admin Rendered /projects/gems/doorkeeper-sequel/doorkeeper/app/views/doorkeeper/applications/_form.html.erb (1.1ms) Rendered /projects/gems/doorkeeper-sequel/doorkeeper/app/views/doorkeeper/applications/new.html.erb within layouts/doorkeeper/admin (1.3ms) Completed 200 OK in 2ms (Views: 2.2ms) Started POST "/oauth/applications" for 127.0.0.1 at 2020-05-13 14:18:43 +0300 Processing by Doorkeeper::ApplicationsController#create as HTML Parameters: {"utf8"=>"✓", "doorkeeper_application"=>{"name"=>"My Application", "redirect_uri"=>"", "confidential"=>"0", "scopes"=>""}, "commit"=>"Submit"} Redirected to http://www.example.com/oauth/applications/1 Completed 302 Found in 2ms Started GET "/oauth/applications/1" for 127.0.0.1 at 2020-05-13 14:18:43 +0300 Processing by Doorkeeper::ApplicationsController#show as HTML Parameters: {"id"=>"1"} Rendering /projects/gems/doorkeeper-sequel/doorkeeper/app/views/doorkeeper/applications/show.html.erb within layouts/doorkeeper/admin Rendered /projects/gems/doorkeeper-sequel/doorkeeper/app/views/doorkeeper/applications/_delete_form.html.erb (0.3ms) Rendered /projects/gems/doorkeeper-sequel/doorkeeper/app/views/doorkeeper/applications/show.html.erb within layouts/doorkeeper/admin (1.4ms) Completed 200 OK in 3ms (Views: 2.3ms) Started GET "/oauth/authorize?client_id=Pqsr0j8vkZCiOORAWBnvKsEYDFemnnfTYDHHqwiTVyg&redirect_uri=https%3A%2F%2Fapp.com%2Fcallback&response_type=code" for 127.0.0.1 at 2020-05-13 14:18:43 +0300 Processing by Doorkeeper::AuthorizationsController#new as HTML Parameters: {"client_id"=>"Pqsr0j8vkZCiOORAWBnvKsEYDFemnnfTYDHHqwiTVyg", "redirect_uri"=>"https://app.com/callback", "response_type"=>"code"} Redirected to http://www.example.com/sign_in Filter chain halted as :authenticate_resource_owner! rendered or redirected Completed 302 Found in 0ms Started GET "/sign_in" for 127.0.0.1 at 2020-05-13 14:18:43 +0300 Processing by HomeController#sign_in as HTML Redirected to http://www.example.com/ Completed 302 Found in 0ms Started GET "/" for 127.0.0.1 at 2020-05-13 14:18:43 +0300 Processing by HomeController#index as HTML Rendering home/index.html.erb within layouts/application Rendered home/index.html.erb within layouts/application (0.0ms) Completed 200 OK in 0ms (Views: 0.4ms) Started GET "/" for 127.0.0.1 at 2020-05-13 14:18:43 +0300 Processing by HomeController#index as HTML Rendering home/index.html.erb within layouts/application Rendered home/index.html.erb within layouts/application (0.0ms) Completed 200 OK in 0ms (Views: 0.3ms) Started GET "/sign_in" for 127.0.0.1 at 2020-05-13 14:18:43 +0300 Processing by HomeController#sign_in as HTML Redirected to http://www.example.com/ Completed 302 Found in 0ms Started GET "/" for 127.0.0.1 at 2020-05-13 14:18:43 +0300 Processing by HomeController#index as HTML Rendering home/index.html.erb within layouts/application Rendered home/index.html.erb within layouts/application (0.0ms) Completed 200 OK in 0ms (Views: 0.3ms) Started GET "/oauth/authorize?client_id=aNaY6qJDLi_-AVjoh6ZlG7TZWbgEvhftbLy_ZHX7gQw&redirect_uri=https%3A%2F%2Fapp.com%2Fcallback&response_type=code" for 127.0.0.1 at 2020-05-13 14:18:43 +0300 Processing by Doorkeeper::AuthorizationsController#new as HTML Parameters: {"client_id"=>"aNaY6qJDLi_-AVjoh6ZlG7TZWbgEvhftbLy_ZHX7gQw", "redirect_uri"=>"https://app.com/callback", "response_type"=>"code"} Rendering /projects/gems/doorkeeper-sequel/doorkeeper/app/views/doorkeeper/authorizations/error.html.erb within layouts/doorkeeper/application Rendered /projects/gems/doorkeeper-sequel/doorkeeper/app/views/doorkeeper/authorizations/error.html.erb within layouts/doorkeeper/application (0.1ms) Completed 200 OK in 2ms (Views: 1.0ms) Started GET "/" for 127.0.0.1 at 2020-05-13 14:18:43 +0300 Processing by HomeController#index as HTML Rendering home/index.html.erb within layouts/application Rendered home/index.html.erb within layouts/application (0.0ms) Completed 200 OK in 1ms (Views: 0.5ms) Started GET "/sign_in" for 127.0.0.1 at 2020-05-13 14:18:43 +0300 Processing by HomeController#sign_in as HTML Redirected to http://www.example.com/ Completed 302 Found in 0ms Started GET "/" for 127.0.0.1 at 2020-05-13 14:18:43 +0300 Processing by HomeController#index as HTML Rendering home/index.html.erb within layouts/application Rendered home/index.html.erb within layouts/application (0.0ms) Completed 200 OK in 0ms (Views: 0.3ms) Started GET "/oauth/authorize?response_type=code" for 127.0.0.1 at 2020-05-13 14:18:43 +0300 Processing by Doorkeeper::AuthorizationsController#new as HTML Parameters: {"response_type"=>"code"} Rendering /projects/gems/doorkeeper-sequel/doorkeeper/app/views/doorkeeper/authorizations/error.html.erb within layouts/doorkeeper/application Rendered /projects/gems/doorkeeper-sequel/doorkeeper/app/views/doorkeeper/authorizations/error.html.erb within layouts/doorkeeper/application (0.1ms) Completed 200 OK in 2ms (Views: 1.1ms) Started GET "/" for 127.0.0.1 at 2020-05-13 14:18:43 +0300 Processing by HomeController#index as HTML Rendering home/index.html.erb within layouts/application Rendered home/index.html.erb within layouts/application (0.0ms) Completed 200 OK in 0ms (Views: 0.3ms) Started GET "/sign_in" for 127.0.0.1 at 2020-05-13 14:18:43 +0300 Processing by HomeController#sign_in as HTML Redirected to http://www.example.com/ Completed 302 Found in 0ms Started GET "/" for 127.0.0.1 at 2020-05-13 14:18:43 +0300 Processing by HomeController#index as HTML Rendering home/index.html.erb within layouts/application Rendered home/index.html.erb within layouts/application (0.0ms) Completed 200 OK in 1ms (Views: 0.5ms) Started GET "/oauth/authorize?client_id=k9gLc3bdajudTawzUFmeWVh1YF3zs6nlc9rqM_XMPuY&redirect_uri=https%3A%2F%2Fapp.com%2Fcallback" for 127.0.0.1 at 2020-05-13 14:18:43 +0300 Processing by Doorkeeper::AuthorizationsController#new as HTML Parameters: {"client_id"=>"k9gLc3bdajudTawzUFmeWVh1YF3zs6nlc9rqM_XMPuY", "redirect_uri"=>"https://app.com/callback"} Rendering /projects/gems/doorkeeper-sequel/doorkeeper/app/views/doorkeeper/authorizations/error.html.erb within layouts/doorkeeper/application Rendered /projects/gems/doorkeeper-sequel/doorkeeper/app/views/doorkeeper/authorizations/error.html.erb within layouts/doorkeeper/application (0.1ms) Completed 200 OK in 2ms (Views: 1.3ms) Started GET "/" for 127.0.0.1 at 2020-05-13 14:18:43 +0300 Processing by HomeController#index as HTML Rendering home/index.html.erb within layouts/application Rendered home/index.html.erb within layouts/application (0.0ms) Completed 200 OK in 1ms (Views: 0.4ms) Started GET "/sign_in" for 127.0.0.1 at 2020-05-13 14:18:43 +0300 Processing by HomeController#sign_in as HTML Redirected to http://www.example.com/ Completed 302 Found in 0ms Started GET "/" for 127.0.0.1 at 2020-05-13 14:18:43 +0300 Processing by HomeController#index as HTML Rendering home/index.html.erb within layouts/application Rendered home/index.html.erb within layouts/application (0.0ms) Completed 200 OK in 0ms (Views: 0.3ms) Started GET "/oauth/authorize?client_id=2dFyhmA6HTYQx3vpxjSSvUYHm7YyBOi2dl0kQIPoG2E&redirect_uri=https%3A%2F%2Fapp.com%2Fcallback&response_type=code" for 127.0.0.1 at 2020-05-13 14:18:43 +0300 Processing by Doorkeeper::AuthorizationsController#new as HTML Parameters: {"client_id"=>"2dFyhmA6HTYQx3vpxjSSvUYHm7YyBOi2dl0kQIPoG2E", "redirect_uri"=>"https://app.com/callback", "response_type"=>"code"} Rendering /projects/gems/doorkeeper-sequel/doorkeeper/app/views/doorkeeper/authorizations/error.html.erb within layouts/doorkeeper/application Rendered /projects/gems/doorkeeper-sequel/doorkeeper/app/views/doorkeeper/authorizations/error.html.erb within layouts/doorkeeper/application (0.1ms) Completed 200 OK in 2ms (Views: 1.1ms) Started GET "/" for 127.0.0.1 at 2020-05-13 14:18:43 +0300 Processing by HomeController#index as HTML Rendering home/index.html.erb within layouts/application Rendered home/index.html.erb within layouts/application (0.0ms) Completed 200 OK in 1ms (Views: 0.4ms) Started GET "/sign_in" for 127.0.0.1 at 2020-05-13 14:18:43 +0300 Processing by HomeController#sign_in as HTML Redirected to http://www.example.com/ Completed 302 Found in 0ms Started GET "/" for 127.0.0.1 at 2020-05-13 14:18:43 +0300 Processing by HomeController#index as HTML Rendering home/index.html.erb within layouts/application Rendered home/index.html.erb within layouts/application (0.0ms) Completed 200 OK in 0ms (Views: 0.4ms) Started GET "/oauth/authorize?client_id=yZkKJdU_F7RStQx_bQ2XYRK7vK8qOJrXD_k9pWo19hI&redirect_uri=https%3A%2F%2Fapp.com%2Fcallback&response_type=code&scope=public+write" for 127.0.0.1 at 2020-05-13 14:18:43 +0300 Processing by Doorkeeper::AuthorizationsController#new as HTML Parameters: {"client_id"=>"yZkKJdU_F7RStQx_bQ2XYRK7vK8qOJrXD_k9pWo19hI", "redirect_uri"=>"https://app.com/callback", "response_type"=>"code", "scope"=>"public write"} Rendering /projects/gems/doorkeeper-sequel/doorkeeper/app/views/doorkeeper/authorizations/new.html.erb within layouts/doorkeeper/application Rendered /projects/gems/doorkeeper-sequel/doorkeeper/app/views/doorkeeper/authorizations/new.html.erb within layouts/doorkeeper/application (0.9ms) Completed 200 OK in 3ms (Views: 1.8ms) Started GET "/" for 127.0.0.1 at 2020-05-13 14:18:43 +0300 Processing by HomeController#index as HTML Rendering home/index.html.erb within layouts/application Rendered home/index.html.erb within layouts/application (0.0ms) Completed 200 OK in 1ms (Views: 0.5ms) Started GET "/sign_in" for 127.0.0.1 at 2020-05-13 14:18:43 +0300 Processing by HomeController#sign_in as HTML Redirected to http://www.example.com/ Completed 302 Found in 0ms Started GET "/" for 127.0.0.1 at 2020-05-13 14:18:43 +0300 Processing by HomeController#index as HTML Rendering home/index.html.erb within layouts/application Rendered home/index.html.erb within layouts/application (0.0ms) Completed 200 OK in 0ms (Views: 0.3ms) Started GET "/oauth/authorize?client_id=HFwbLtMWFwDZy55kU1GaW-ycIRt9eMFEP3oSmVtETp8&redirect_uri=https%3A%2F%2Fapp.com%2Fcallback&response_type=code" for 127.0.0.1 at 2020-05-13 14:18:43 +0300 Processing by Doorkeeper::AuthorizationsController#new as HTML Parameters: {"client_id"=>"HFwbLtMWFwDZy55kU1GaW-ycIRt9eMFEP3oSmVtETp8", "redirect_uri"=>"https://app.com/callback", "response_type"=>"code"} Rendering /projects/gems/doorkeeper-sequel/doorkeeper/app/views/doorkeeper/authorizations/new.html.erb within layouts/doorkeeper/application Rendered /projects/gems/doorkeeper-sequel/doorkeeper/app/views/doorkeeper/authorizations/new.html.erb within layouts/doorkeeper/application (0.9ms) Completed 200 OK in 3ms (Views: 1.9ms) Started GET "/" for 127.0.0.1 at 2020-05-13 14:18:43 +0300 Processing by HomeController#index as HTML Rendering home/index.html.erb within layouts/application Rendered home/index.html.erb within layouts/application (0.0ms) Completed 200 OK in 1ms (Views: 0.4ms) Started GET "/sign_in" for 127.0.0.1 at 2020-05-13 14:18:43 +0300 Processing by HomeController#sign_in as HTML Redirected to http://www.example.com/ Completed 302 Found in 0ms Started GET "/" for 127.0.0.1 at 2020-05-13 14:18:43 +0300 Processing by HomeController#index as HTML Rendering home/index.html.erb within layouts/application Rendered home/index.html.erb within layouts/application (0.0ms) Completed 200 OK in 0ms (Views: 0.3ms) Started POST "/oauth/authorize?client_id=Ndhg4NMLpGlGKzczHEK0AK4Go6uOntm9TtPEwi8pGG4&redirect_uri=https%3A%2F%2Fapp.com%2Fcallback&response_type=code" for 127.0.0.1 at 2020-05-13 14:18:43 +0300 Processing by Doorkeeper::AuthorizationsController#create as HTML Parameters: {"client_id"=>"Ndhg4NMLpGlGKzczHEK0AK4Go6uOntm9TtPEwi8pGG4", "redirect_uri"=>"https://app.com/callback", "response_type"=>"code"} Can't verify CSRF token authenticity. Completed 422 Unprocessable Entity in 0ms Started GET "/oauth/applications" for 127.0.0.1 at 2020-05-13 14:18:43 +0300 Processing by Doorkeeper::ApplicationsController#index as HTML Rendering /projects/gems/doorkeeper-sequel/doorkeeper/app/views/doorkeeper/applications/index.html.erb within layouts/doorkeeper/admin Rendered /projects/gems/doorkeeper-sequel/doorkeeper/app/views/doorkeeper/applications/_delete_form.html.erb (0.3ms) Rendered /projects/gems/doorkeeper-sequel/doorkeeper/app/views/doorkeeper/applications/index.html.erb within layouts/doorkeeper/admin (1.8ms) Completed 200 OK in 3ms (Views: 2.9ms) Started DELETE "/oauth/applications/1" for 127.0.0.1 at 2020-05-13 14:18:43 +0300 Processing by Doorkeeper::ApplicationsController#destroy as HTML Parameters: {"utf8"=>"✓", "commit"=>"Destroy", "id"=>"1"} Redirected to http://www.example.com/oauth/applications Completed 302 Found in 1ms Started GET "/oauth/applications" for 127.0.0.1 at 2020-05-13 14:18:43 +0300 Processing by Doorkeeper::ApplicationsController#index as HTML Rendering /projects/gems/doorkeeper-sequel/doorkeeper/app/views/doorkeeper/applications/index.html.erb within layouts/doorkeeper/admin Rendered /projects/gems/doorkeeper-sequel/doorkeeper/app/views/doorkeeper/applications/index.html.erb within layouts/doorkeeper/admin (0.4ms) Completed 200 OK in 2ms (Views: 1.5ms) Started GET "/oauth/applications/1" for 127.0.0.1 at 2020-05-13 14:18:43 +0300 Processing by Doorkeeper::ApplicationsController#show as HTML Parameters: {"id"=>"1"} Rendering /projects/gems/doorkeeper-sequel/doorkeeper/app/views/doorkeeper/applications/show.html.erb within layouts/doorkeeper/admin Rendered /projects/gems/doorkeeper-sequel/doorkeeper/app/views/doorkeeper/applications/_delete_form.html.erb (0.2ms) Rendered /projects/gems/doorkeeper-sequel/doorkeeper/app/views/doorkeeper/applications/show.html.erb within layouts/doorkeeper/admin (1.1ms) Completed 200 OK in 3ms (Views: 2.0ms) Started DELETE "/oauth/applications/1" for 127.0.0.1 at 2020-05-13 14:18:43 +0300 Processing by Doorkeeper::ApplicationsController#destroy as HTML Parameters: {"utf8"=>"✓", "commit"=>"Destroy", "id"=>"1"} Redirected to http://www.example.com/oauth/applications Completed 302 Found in 1ms Started GET "/oauth/applications" for 127.0.0.1 at 2020-05-13 14:18:43 +0300 Processing by Doorkeeper::ApplicationsController#index as HTML Rendering /projects/gems/doorkeeper-sequel/doorkeeper/app/views/doorkeeper/applications/index.html.erb within layouts/doorkeeper/admin Rendered /projects/gems/doorkeeper-sequel/doorkeeper/app/views/doorkeeper/applications/index.html.erb within layouts/doorkeeper/admin (0.4ms) Completed 200 OK in 2ms (Views: 1.5ms) Started GET "/" for 127.0.0.1 at 2020-05-13 14:18:43 +0300 Processing by HomeController#index as HTML Rendering home/index.html.erb within layouts/application Rendered home/index.html.erb within layouts/application (0.0ms) Completed 200 OK in 1ms (Views: 0.5ms) Started GET "/sign_in" for 127.0.0.1 at 2020-05-13 14:18:43 +0300 Processing by HomeController#sign_in as HTML Redirected to http://www.example.com/ Completed 302 Found in 1ms Started GET "/" for 127.0.0.1 at 2020-05-13 14:18:43 +0300 Processing by HomeController#index as HTML Rendering home/index.html.erb within layouts/application Rendered home/index.html.erb within layouts/application (0.0ms) Completed 200 OK in 0ms (Views: 0.3ms) Started GET "/oauth/authorize?client_id=Cy2DtSoWWUbmCSRi59hhmbuQzXKE5IFMC1tG41Edf40&redirect_uri=https%3A%2F%2Fapp.com%2Fcallback&response_type=code" for 127.0.0.1 at 2020-05-13 14:18:43 +0300 Processing by Doorkeeper::AuthorizationsController#new as HTML Parameters: {"client_id"=>"Cy2DtSoWWUbmCSRi59hhmbuQzXKE5IFMC1tG41Edf40", "redirect_uri"=>"https://app.com/callback", "response_type"=>"code"} Rendering /projects/gems/doorkeeper-sequel/doorkeeper/app/views/doorkeeper/authorizations/new.html.erb within layouts/doorkeeper/application Rendered /projects/gems/doorkeeper-sequel/doorkeeper/app/views/doorkeeper/authorizations/new.html.erb within layouts/doorkeeper/application (0.9ms) Completed 200 OK in 3ms (Views: 1.9ms) Started GET "/" for 127.0.0.1 at 2020-05-13 14:18:43 +0300 Processing by HomeController#index as HTML Rendering home/index.html.erb within layouts/application Rendered home/index.html.erb within layouts/application (0.0ms) Completed 200 OK in 0ms (Views: 0.4ms) Started GET "/sign_in" for 127.0.0.1 at 2020-05-13 14:18:43 +0300 Processing by HomeController#sign_in as HTML Redirected to http://www.example.com/ Completed 302 Found in 0ms Started GET "/" for 127.0.0.1 at 2020-05-13 14:18:43 +0300 Processing by HomeController#index as HTML Rendering home/index.html.erb within layouts/application Rendered home/index.html.erb within layouts/application (0.0ms) Completed 200 OK in 1ms (Views: 0.5ms) Started GET "/oauth/authorize?client_id=JCRzmR53bzBhVnXsA1A5GffBLODJUC79SUCUPPkvIo4&redirect_uri=https%3A%2F%2Fapp.com%2Fcallback&response_type=code&state=return-this" for 127.0.0.1 at 2020-05-13 14:18:43 +0300 Processing by Doorkeeper::AuthorizationsController#new as HTML Parameters: {"client_id"=>"JCRzmR53bzBhVnXsA1A5GffBLODJUC79SUCUPPkvIo4", "redirect_uri"=>"https://app.com/callback", "response_type"=>"code", "state"=>"return-this"} Rendering /projects/gems/doorkeeper-sequel/doorkeeper/app/views/doorkeeper/authorizations/new.html.erb within layouts/doorkeeper/application Rendered /projects/gems/doorkeeper-sequel/doorkeeper/app/views/doorkeeper/authorizations/new.html.erb within layouts/doorkeeper/application (0.9ms) Completed 200 OK in 3ms (Views: 2.0ms) Started DELETE "/oauth/authorize" for 127.0.0.1 at 2020-05-13 14:18:43 +0300 Processing by Doorkeeper::AuthorizationsController#destroy as HTML Parameters: {"utf8"=>"✓", "client_id"=>"JCRzmR53bzBhVnXsA1A5GffBLODJUC79SUCUPPkvIo4", "redirect_uri"=>"https://app.com/callback", "state"=>"return-this", "response_type"=>"code", "scope"=>"default", "code_challenge"=>"", "code_challenge_method"=>"", "commit"=>"Deny"} Redirected to https://app.com/callback?error=access_denied&error_description=The+resource+owner+or+authorization+server+denied+the+request.&state=return-this Completed 302 Found in 1ms Started GET "/callback?error=access_denied&error_description=The+resource+owner+or+authorization+server+denied+the+request.&state=return-this" for 127.0.0.1 at 2020-05-13 14:18:43 +0300 Processing by HomeController#callback as HTML Parameters: {"error"=>"access_denied", "error_description"=>"The resource owner or authorization server denied the request.", "state"=>"return-this"} Rendering text template Rendered text template (0.0ms) Completed 200 OK in 0ms (Views: 0.2ms) Started GET "/" for 127.0.0.1 at 2020-05-13 14:18:43 +0300 Processing by HomeController#index as HTML Rendering home/index.html.erb within layouts/application Rendered home/index.html.erb within layouts/application (0.0ms) Completed 200 OK in 0ms (Views: 0.4ms) Started GET "/sign_in" for 127.0.0.1 at 2020-05-13 14:18:43 +0300 Processing by HomeController#sign_in as HTML Redirected to http://www.example.com/ Completed 302 Found in 0ms Started GET "/" for 127.0.0.1 at 2020-05-13 14:18:43 +0300 Processing by HomeController#index as HTML Rendering home/index.html.erb within layouts/application Rendered home/index.html.erb within layouts/application (0.0ms) Completed 200 OK in 1ms (Views: 0.4ms) Started GET "/oauth/authorize?client_id=pX4NlUpANCDh2mPpQbGlqzqYQqrjQC31l03WkuPwl_E&redirect_uri=https%3A%2F%2Fapp.com%2Fcallback&response_type=code" for 127.0.0.1 at 2020-05-13 14:18:43 +0300 Processing by Doorkeeper::AuthorizationsController#new as HTML Parameters: {"client_id"=>"pX4NlUpANCDh2mPpQbGlqzqYQqrjQC31l03WkuPwl_E", "redirect_uri"=>"https://app.com/callback", "response_type"=>"code"} Rendering /projects/gems/doorkeeper-sequel/doorkeeper/app/views/doorkeeper/authorizations/new.html.erb within layouts/doorkeeper/application Rendered /projects/gems/doorkeeper-sequel/doorkeeper/app/views/doorkeeper/authorizations/new.html.erb within layouts/doorkeeper/application (0.9ms) Completed 200 OK in 3ms (Views: 2.0ms) Started DELETE "/oauth/authorize" for 127.0.0.1 at 2020-05-13 14:18:43 +0300 Processing by Doorkeeper::AuthorizationsController#destroy as HTML Parameters: {"utf8"=>"✓", "client_id"=>"pX4NlUpANCDh2mPpQbGlqzqYQqrjQC31l03WkuPwl_E", "redirect_uri"=>"https://app.com/callback", "state"=>"", "response_type"=>"code", "scope"=>"default", "code_challenge"=>"", "code_challenge_method"=>"", "commit"=>"Deny"} Redirected to https://app.com/callback?error=access_denied&error_description=The+resource+owner+or+authorization+server+denied+the+request. Completed 302 Found in 1ms Started GET "/callback?error=access_denied&error_description=The+resource+owner+or+authorization+server+denied+the+request." for 127.0.0.1 at 2020-05-13 14:18:43 +0300 Processing by HomeController#callback as HTML Parameters: {"error"=>"access_denied", "error_description"=>"The resource owner or authorization server denied the request."} Rendering text template Rendered text template (0.0ms) Completed 200 OK in 0ms (Views: 0.2ms) Started GET "/metal.json?access_token=[FILTERED]" for 127.0.0.1 at 2020-05-13 14:18:44 +0300 Started GET "/oauth/applications/1" for 127.0.0.1 at 2020-05-13 14:18:44 +0300 Processing by Doorkeeper::ApplicationsController#show as HTML Parameters: {"id"=>"1"} Rendering /projects/gems/doorkeeper-sequel/doorkeeper/app/views/doorkeeper/applications/show.html.erb within layouts/doorkeeper/admin Rendered /projects/gems/doorkeeper-sequel/doorkeeper/app/views/doorkeeper/applications/_delete_form.html.erb (0.2ms) Rendered /projects/gems/doorkeeper-sequel/doorkeeper/app/views/doorkeeper/applications/show.html.erb within layouts/doorkeeper/admin (1.1ms) Completed 200 OK in 3ms (Views: 2.2ms) Started GET "/" for 127.0.0.1 at 2020-05-13 14:18:44 +0300 Processing by HomeController#index as HTML Rendering home/index.html.erb within layouts/application Rendered home/index.html.erb within layouts/application (0.0ms) Completed 200 OK in 1ms (Views: 0.5ms) Started GET "/sign_in" for 127.0.0.1 at 2020-05-13 14:18:44 +0300 Processing by HomeController#sign_in as HTML Redirected to http://www.example.com/ Completed 302 Found in 1ms Started GET "/" for 127.0.0.1 at 2020-05-13 14:18:44 +0300 Processing by HomeController#index as HTML Rendering home/index.html.erb within layouts/application Rendered home/index.html.erb within layouts/application (0.0ms) Completed 200 OK in 0ms (Views: 0.4ms) Started GET "/oauth/authorize?client_id=obgDBp9V1NSioKSh-XdFzP22c7XSxWIeD8sebRDbIOY&redirect_uri=https%3A%2F%2Fapp.com%2Fcallback&response_type=code&scope=public" for 127.0.0.1 at 2020-05-13 14:18:44 +0300 Processing by Doorkeeper::AuthorizationsController#new as HTML Parameters: {"client_id"=>"obgDBp9V1NSioKSh-XdFzP22c7XSxWIeD8sebRDbIOY", "redirect_uri"=>"https://app.com/callback", "response_type"=>"code", "scope"=>"public"} Redirected to https://app.com/callback?code=9dqVkBhgyxr5l6Qhr62biX_84gzWU3JSl6PWgFkV0z4 Completed 302 Found in 3ms Started GET "/callback?code=[FILTERED]" for 127.0.0.1 at 2020-05-13 14:18:44 +0300 Processing by HomeController#callback as HTML Parameters: {"code"=>"[FILTERED]"} Rendering text template Rendered text template (0.0ms) Completed 200 OK in 0ms (Views: 0.2ms) Started GET "/" for 127.0.0.1 at 2020-05-13 14:18:44 +0300 Processing by HomeController#index as HTML Rendering home/index.html.erb within layouts/application Rendered home/index.html.erb within layouts/application (0.0ms) Completed 200 OK in 1ms (Views: 0.3ms) Started GET "/sign_in" for 127.0.0.1 at 2020-05-13 14:18:44 +0300 Processing by HomeController#sign_in as HTML Redirected to http://www.example.com/ Completed 302 Found in 0ms Started GET "/" for 127.0.0.1 at 2020-05-13 14:18:44 +0300 Processing by HomeController#index as HTML Rendering home/index.html.erb within layouts/application Rendered home/index.html.erb within layouts/application (0.0ms) Completed 200 OK in 0ms (Views: 0.3ms) Started GET "/oauth/authorize?client_id=KgvIlazsHIVpGnl2TmpR6sKwvKWrn1sL7RakTRhhtFQ&redirect_uri=https%3A%2F%2Fapp.com%2Fcallback&response_type=code&scope=public" for 127.0.0.1 at 2020-05-13 14:18:44 +0300 Processing by Doorkeeper::AuthorizationsController#new as HTML Parameters: {"client_id"=>"KgvIlazsHIVpGnl2TmpR6sKwvKWrn1sL7RakTRhhtFQ", "redirect_uri"=>"https://app.com/callback", "response_type"=>"code", "scope"=>"public"} Rendering /projects/gems/doorkeeper-sequel/doorkeeper/app/views/doorkeeper/authorizations/new.html.erb within layouts/doorkeeper/application Rendered /projects/gems/doorkeeper-sequel/doorkeeper/app/views/doorkeeper/authorizations/new.html.erb within layouts/doorkeeper/application (1.0ms) Completed 200 OK in 3ms (Views: 2.1ms) Started GET "/" for 127.0.0.1 at 2020-05-13 14:18:44 +0300 Processing by HomeController#index as HTML Rendering home/index.html.erb within layouts/application Rendered home/index.html.erb within layouts/application (0.0ms) Completed 200 OK in 1ms (Views: 0.4ms) Started GET "/sign_in" for 127.0.0.1 at 2020-05-13 14:18:44 +0300 Processing by HomeController#sign_in as HTML Redirected to http://www.example.com/ Completed 302 Found in 0ms Started GET "/" for 127.0.0.1 at 2020-05-13 14:18:44 +0300 Processing by HomeController#index as HTML Rendering home/index.html.erb within layouts/application Rendered home/index.html.erb within layouts/application (0.0ms) Completed 200 OK in 0ms (Views: 0.3ms) Started GET "/oauth/authorize?client_id=M11sZiFFvAGv-u_Bsk_mm-7MGvPR3QwPab2mC_Wiet0&redirect_uri=https%3A%2F%2Fapp.com%2Fcallback&response_type=code&scope=public+write" for 127.0.0.1 at 2020-05-13 14:18:44 +0300 Processing by Doorkeeper::AuthorizationsController#new as HTML Parameters: {"client_id"=>"M11sZiFFvAGv-u_Bsk_mm-7MGvPR3QwPab2mC_Wiet0", "redirect_uri"=>"https://app.com/callback", "response_type"=>"code", "scope"=>"public write"} Rendering /projects/gems/doorkeeper-sequel/doorkeeper/app/views/doorkeeper/authorizations/new.html.erb within layouts/doorkeeper/application Rendered /projects/gems/doorkeeper-sequel/doorkeeper/app/views/doorkeeper/authorizations/new.html.erb within layouts/doorkeeper/application (1.2ms) Completed 200 OK in 4ms (Views: 2.6ms) Started POST "/oauth/authorize" for 127.0.0.1 at 2020-05-13 14:18:44 +0300 Processing by Doorkeeper::AuthorizationsController#create as HTML Parameters: {"utf8"=>"✓", "client_id"=>"M11sZiFFvAGv-u_Bsk_mm-7MGvPR3QwPab2mC_Wiet0", "redirect_uri"=>"https://app.com/callback", "state"=>"", "response_type"=>"code", "scope"=>"public write", "code_challenge"=>"", "code_challenge_method"=>"", "commit"=>"Authorize"} Redirected to https://app.com/callback?code=2MnCaUgxpvGF0IyhzrL4cLJD6dxi2axIkXASBmsGe48 Completed 302 Found in 2ms Started GET "/callback?code=[FILTERED]" for 127.0.0.1 at 2020-05-13 14:18:44 +0300 Processing by HomeController#callback as HTML Parameters: {"code"=>"[FILTERED]"} Rendering text template Rendered text template (0.0ms) Completed 200 OK in 0ms (Views: 0.2ms) Started GET "/" for 127.0.0.1 at 2020-05-13 14:18:44 +0300 Processing by HomeController#index as HTML Rendering home/index.html.erb within layouts/application Rendered home/index.html.erb within layouts/application (0.0ms) Completed 200 OK in 1ms (Views: 0.4ms) Started GET "/sign_in" for 127.0.0.1 at 2020-05-13 14:18:44 +0300 Processing by HomeController#sign_in as HTML Redirected to http://www.example.com/ Completed 302 Found in 0ms Started GET "/" for 127.0.0.1 at 2020-05-13 14:18:44 +0300 Processing by HomeController#index as HTML Rendering home/index.html.erb within layouts/application Rendered home/index.html.erb within layouts/application (0.0ms) Completed 200 OK in 0ms (Views: 0.3ms) Started GET "/oauth/authorize?client_id=vXEv-qjesy1wJbOswsYCK9sFhOI1zqGGNPV_1iP2he4&redirect_uri=https%3A%2F%2Fapp.com%2Fcallback&response_type=code" for 127.0.0.1 at 2020-05-13 14:18:44 +0300 Processing by Doorkeeper::AuthorizationsController#new as HTML Parameters: {"client_id"=>"vXEv-qjesy1wJbOswsYCK9sFhOI1zqGGNPV_1iP2he4", "redirect_uri"=>"https://app.com/callback", "response_type"=>"code"} Rendering /projects/gems/doorkeeper-sequel/doorkeeper/app/views/doorkeeper/authorizations/new.html.erb within layouts/doorkeeper/application Rendered /projects/gems/doorkeeper-sequel/doorkeeper/app/views/doorkeeper/authorizations/new.html.erb within layouts/doorkeeper/application (0.9ms) Completed 200 OK in 3ms (Views: 2.0ms) Started GET "/" for 127.0.0.1 at 2020-05-13 14:18:44 +0300 Processing by HomeController#index as HTML Rendering home/index.html.erb within layouts/application Rendered home/index.html.erb within layouts/application (0.0ms) Completed 200 OK in 1ms (Views: 0.4ms) Started GET "/sign_in" for 127.0.0.1 at 2020-05-13 14:18:44 +0300 Processing by HomeController#sign_in as HTML Redirected to http://www.example.com/ Completed 302 Found in 1ms Started GET "/" for 127.0.0.1 at 2020-05-13 14:18:44 +0300 Processing by HomeController#index as HTML Rendering home/index.html.erb within layouts/application Rendered home/index.html.erb within layouts/application (0.0ms) Completed 200 OK in 1ms (Views: 0.7ms) Started GET "/oauth/authorize?client_id=GRmcsliLN9e4OWHdmMvDwJ0v89HBNW3iwvp-LrKCfMs&redirect_uri=https%3A%2F%2Fapp.com%2Fcallback&response_type=code&scope=public" for 127.0.0.1 at 2020-05-13 14:18:44 +0300 Processing by Doorkeeper::AuthorizationsController#new as HTML Parameters: {"client_id"=>"GRmcsliLN9e4OWHdmMvDwJ0v89HBNW3iwvp-LrKCfMs", "redirect_uri"=>"https://app.com/callback", "response_type"=>"code", "scope"=>"public"} Rendering /projects/gems/doorkeeper-sequel/doorkeeper/app/views/doorkeeper/authorizations/new.html.erb within layouts/doorkeeper/application Rendered /projects/gems/doorkeeper-sequel/doorkeeper/app/views/doorkeeper/authorizations/new.html.erb within layouts/doorkeeper/application (0.9ms) Completed 200 OK in 3ms (Views: 2.0ms) Started POST "/oauth/authorize" for 127.0.0.1 at 2020-05-13 14:18:44 +0300 Processing by Doorkeeper::AuthorizationsController#create as HTML Parameters: {"utf8"=>"✓", "client_id"=>"GRmcsliLN9e4OWHdmMvDwJ0v89HBNW3iwvp-LrKCfMs", "redirect_uri"=>"https://app.com/callback", "state"=>"", "response_type"=>"code", "scope"=>"public", "code_challenge"=>"", "code_challenge_method"=>"", "commit"=>"Authorize"} Redirected to https://app.com/callback?code=BymRJMBGvG2Imq_EcV7gR_I0Tytl6Ls6SNo8SrKDCm4 Completed 302 Found in 3ms Started GET "/callback?code=[FILTERED]" for 127.0.0.1 at 2020-05-13 14:18:44 +0300 Processing by HomeController#callback as HTML Parameters: {"code"=>"[FILTERED]"} Rendering text template Rendered text template (0.0ms) Completed 200 OK in 0ms (Views: 0.3ms) Started GET "/" for 127.0.0.1 at 2020-05-13 14:18:44 +0300 Processing by HomeController#index as HTML Rendering home/index.html.erb within layouts/application Rendered home/index.html.erb within layouts/application (0.0ms) Completed 200 OK in 1ms (Views: 0.4ms) Started GET "/sign_in" for 127.0.0.1 at 2020-05-13 14:18:44 +0300 Processing by HomeController#sign_in as HTML Redirected to http://www.example.com/ Completed 302 Found in 0ms Started GET "/" for 127.0.0.1 at 2020-05-13 14:18:44 +0300 Processing by HomeController#index as HTML Rendering home/index.html.erb within layouts/application Rendered home/index.html.erb within layouts/application (0.0ms) Completed 200 OK in 0ms (Views: 0.3ms) Started GET "/oauth/authorize?client_id=yKRu9Y8SD5glL1mnq8rtSzYGzZ9CewHCf9_C0WmcZYM&redirect_uri=https%3A%2F%2Fapp.com%2Fcallback&response_type=code&scope=public" for 127.0.0.1 at 2020-05-13 14:18:44 +0300 Processing by Doorkeeper::AuthorizationsController#new as HTML Parameters: {"client_id"=>"yKRu9Y8SD5glL1mnq8rtSzYGzZ9CewHCf9_C0WmcZYM", "redirect_uri"=>"https://app.com/callback", "response_type"=>"code", "scope"=>"public"} Redirected to https://app.com/callback?code=-Hhryd6aiRc14zJ716i0rsmwHdRqnEC2T8RAyGdOzDw Completed 302 Found in 4ms Started GET "/callback?code=[FILTERED]" for 127.0.0.1 at 2020-05-13 14:18:44 +0300 Processing by HomeController#callback as HTML Parameters: {"code"=>"[FILTERED]"} Rendering text template Rendered text template (0.0ms) Completed 200 OK in 0ms (Views: 0.2ms) Started GET "/full_protected_resources" for 127.0.0.1 at 2020-05-13 14:18:44 +0300 Processing by FullProtectedResourcesController#index as HTML Filter chain halted as :doorkeeper_authorize! rendered or redirected Completed 401 Unauthorized in 1ms Started GET "/full_protected_resources" for 127.0.0.1 at 2020-05-13 14:18:44 +0300 Processing by FullProtectedResourcesController#index as HTML Rendering text template Rendered text template (0.0ms) Completed 200 OK in 1ms (Views: 0.9ms) Started GET "/full_protected_resources" for 127.0.0.1 at 2020-05-13 14:18:44 +0300 Processing by FullProtectedResourcesController#index as HTML Filter chain halted as :doorkeeper_authorize! rendered or redirected Completed 401 Unauthorized in 1ms Started GET "/full_protected_resources/1.json" for 127.0.0.1 at 2020-05-13 14:18:44 +0300 Processing by FullProtectedResourcesController#show as JSON Parameters: {"id"=>"1"} Filter chain halted as # rendered or redirected Completed 401 Unauthorized in 1ms Started GET "/full_protected_resources/1.json" for 127.0.0.1 at 2020-05-13 14:18:44 +0300 Processing by FullProtectedResourcesController#show as JSON Parameters: {"id"=>"1"} Filter chain halted as # rendered or redirected Completed 401 Unauthorized in 1ms Started GET "/full_protected_resources" for 127.0.0.1 at 2020-05-13 14:18:44 +0300 Processing by FullProtectedResourcesController#index as HTML Filter chain halted as :doorkeeper_authorize! rendered or redirected Completed 401 Unauthorized in 0ms Started GET "/full_protected_resources/1.json" for 127.0.0.1 at 2020-05-13 14:18:44 +0300 Processing by FullProtectedResourcesController#show as JSON Parameters: {"id"=>"1"} Filter chain halted as # rendered or redirected Completed 401 Unauthorized in 1ms Started GET "/full_protected_resources" for 127.0.0.1 at 2020-05-13 14:18:44 +0300 Processing by FullProtectedResourcesController#index as HTML Filter chain halted as :doorkeeper_authorize! rendered or redirected Completed 401 Unauthorized in 1ms Started GET "/full_protected_resources" for 127.0.0.1 at 2020-05-13 14:18:44 +0300 Processing by FullProtectedResourcesController#index as HTML Filter chain halted as :doorkeeper_authorize! rendered or redirected Completed 401 Unauthorized in 1ms Started GET "/full_protected_resources/1.json" for 127.0.0.1 at 2020-05-13 14:18:44 +0300 Processing by FullProtectedResourcesController#show as JSON Parameters: {"id"=>"1"} Filter chain halted as # rendered or redirected Completed 401 Unauthorized in 1ms ====> Doorkeeper.orm = :sequel ====> Rails version: 5.2.1 ====> Ruby version: 2.5.0 ====> Doorkeeper.orm = :sequel ====> Rails version: 5.2.1 ====> Ruby version: 2.5.0 ====> Doorkeeper.orm = :sequel ====> Rails version: 5.2.1 ====> Ruby version: 2.5.0 ====> Doorkeeper.orm = :sequel ====> Rails version: 5.2.1 ====> Ruby version: 2.5.0 ====> Doorkeeper.orm = :sequel ====> Rails version: 5.2.1 ====> Ruby version: 2.5.0 ====> Doorkeeper.orm = :sequel ====> Rails version: 5.2.1 ====> Ruby version: 2.5.0 ====> Doorkeeper.orm = :sequel ====> Rails version: 5.2.1 ====> Ruby version: 2.5.0 ====> Doorkeeper.orm = :sequel ====> Rails version: 5.2.1 ====> Ruby version: 2.5.0 ====> Doorkeeper.orm = :sequel ====> Rails version: 5.2.1 ====> Ruby version: 2.5.0 ====> Doorkeeper.orm = :sequel ====> Rails version: 5.2.1 ====> Ruby version: 2.5.0 ====> Doorkeeper.orm = :sequel ====> Rails version: 5.2.1 ====> Ruby version: 2.5.0 ====> Doorkeeper.orm = :sequel ====> Rails version: 5.2.1 ====> Ruby version: 2.5.0 ====> Doorkeeper.orm = :sequel ====> Rails version: 5.2.1 ====> Ruby version: 2.5.0 ====> Doorkeeper.orm = :sequel ====> Rails version: 5.2.1 ====> Ruby version: 2.5.0 ====> Doorkeeper.orm = :sequel ====> Rails version: 5.2.1 ====> Ruby version: 2.5.0 ====> Doorkeeper.orm = :sequel ====> Rails version: 5.2.1 ====> Ruby version: 2.5.0 ====> Doorkeeper.orm = :sequel ====> Rails version: 5.2.1 ====> Ruby version: 2.5.0 ====> Doorkeeper.orm = :sequel ====> Rails version: 5.2.1 ====> Ruby version: 2.5.0