We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 21f0dc0 commit 2336a45Copy full SHA for 2336a45
lib/omniauth/strategies/oauth2.rb
@@ -105,7 +105,7 @@ def set_access_token_from_hash(hash)
105
end
106
107
def refresh_access_token
108
- self.access_token = access_token&.refresh(token_params.to_hash(symbolize_keys: true), deep_symbolize(options.auth_token_params))
+ self.access_token = access_token&.refresh(token_params.to_hash(stringify_keys: true), deep_symbolize(options.auth_token_params))
109
110
111
protected
0 commit comments