|
|
@ -6,6 +6,7 @@ module OmniAuth
|
|
|
|
authorize_url: '/oauth2.0/authorize',
|
|
|
|
authorize_url: '/oauth2.0/authorize',
|
|
|
|
token_url: '/oauth2.0/token'
|
|
|
|
token_url: '/oauth2.0/token'
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
option :token_params, { parse: :query }
|
|
|
|
|
|
|
|
|
|
|
|
def request_phase
|
|
|
|
def request_phase
|
|
|
|
super
|
|
|
|
super
|
|
|
|