· 7 years ago · Aug 09, 2018, 10:54 AM
1Started GET "/oauth/authorize?client_id=[ID]&redirect_uri=https%3A%2F%2F[SITE]%2Fauth%2Fcallback&response_type=code&scope=api&state=[STATE]" for 172.17.0.1 at 2018-08-09 10:45:55 +0000
2Processing by Oauth::AuthorizationsController#new as HTML
3Parameters: {"client_id"=>"[ID]", "redirect_uri"=>"https://[SITE]/auth/callback", "response_type"=>"code", "scope"=>"api", "state"=>"[STATE]"}
4Redirected to https://[SITE]/auth/callback?code=[CODE]&state=[STATE]
5Completed 302 Found in 90ms (ActiveRecord: 80.9ms)
6Started POST "/oauth/token" for 172.17.0.1 at 2018-08-09 10:45:55 +0000
7Processing by Doorkeeper::TokensController#create as HTML
8Parameters: {"code"=>"[FILTERED]", "grant_type"=>"authorization_code", "redirect_uri"=>"https://[SITE]/auth/callback"}
9Completed 200 OK in 23ms
10Started POST "/oauth/token" for 172.17.0.1 at 2018-08-09 10:45:55 +0000
11Processing by Doorkeeper::TokensController#create as HTML
12Parameters: {"code"=>"[FILTERED]", "grant_type"=>"authorization_code", "redirect_uri"=>"https://[SITE]/auth/callback"}
13Completed 401 Unauthorized in 3ms