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 4321739 commit a8d8e27Copy full SHA for a8d8e27
lib/omniauth-oauth2/version.rb
@@ -1,5 +1,5 @@
1
module OmniAuth
2
module OAuth2
3
- VERSION = "1.6.0".freeze
+ VERSION = "1.7.0".freeze
4
end
5
lib/omniauth/strategies/oauth2.rb
@@ -59,7 +59,7 @@ def request_phase
59
redirect client.auth_code.authorize_url({:redirect_uri => callback_url}.merge(authorize_params))
60
61
62
- def authorize_params# rubocop:disable Metrics/AbcSize, Metrics/MethodLength
+ def authorize_params # rubocop:disable Metrics/AbcSize, Metrics/MethodLength
63
options.authorize_params[:state] = SecureRandom.hex(24)
64
65
if OmniAuth.config.test_mode
0 commit comments