Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support oauth2 v2.0.6+ #429

Merged
merged 7 commits into from
Sep 4, 2022
Merged

Commits on Jul 28, 2022

  1. Configuration menu
    Copy the full SHA
    35fb7a0 View commit details
    Browse the repository at this point in the history

Commits on Jul 29, 2022

  1. Update to support OAuth2 v2.0.5+

     - apply changes to test suite for new parameters in  OAuth::Client and AccessToken
     - update access_token['id_token'] to access_token.token in strategies/google_oauth2.rb
     - alter access_token.token.nil? to nil_or_empty() due to aforementioned changes
    JacobMarq committed Jul 29, 2022
    Configuration menu
    Copy the full SHA
    7a4d694 View commit details
    Browse the repository at this point in the history
  2. Update testsuite and gemspec to support OAuth2 v2.0.6+

     - alter test "...when the access token is empty or nil"
     - v2.0.6 fixed regression in v2.0.5 so test client is now initialized with refresh_token
    JacobMarq committed Jul 29, 2022
    Configuration menu
    Copy the full SHA
    8b30df4 View commit details
    Browse the repository at this point in the history
  3. update google_oauth2_spec.rb

     - update test "...when the access token is empty or nil"
     - remove redundant "let(:client) do" declaration
    JacobMarq committed Jul 29, 2022
    Configuration menu
    Copy the full SHA
    90ee536 View commit details
    Browse the repository at this point in the history
  4. Update google_oauth2_spec.rb

     - allow OAuth::Client initializations to raise error flags
    JacobMarq committed Jul 29, 2022
    Configuration menu
    Copy the full SHA
    6133720 View commit details
    Browse the repository at this point in the history
  5. Clean up google_oauth2_spec.rb

     - convert unnecessary "let(:client) do" to instance variable
    JacobMarq committed Jul 29, 2022
    Configuration menu
    Copy the full SHA
    a644f63 View commit details
    Browse the repository at this point in the history

Commits on Sep 3, 2022

  1. Configuration menu
    Copy the full SHA
    81b7e9c View commit details
    Browse the repository at this point in the history