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

Authentication error #64

Merged
merged 8 commits into from
Aug 5, 2020
Merged

Authentication error #64

merged 8 commits into from
Aug 5, 2020

Commits on Jul 27, 2020

  1. Fix 'code_challenge' argument in get_authorization_url() to ensure th…

    …e auth_code only works with GEE verifier, fix issue #63
    XavierCLL committed Jul 27, 2020
    Configuration menu
    Copy the full SHA
    bea5773 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ae7ba63 View commit details
    Browse the repository at this point in the history
  3. Update readme

    XavierCLL committed Jul 27, 2020
    Configuration menu
    Copy the full SHA
    5f21351 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    35fcee8 View commit details
    Browse the repository at this point in the history

Commits on Jul 28, 2020

  1. Init the Google Earth Engine user authorization system only when the …

    …user is going to use the plugin. The problem comes from if the user has not created the GEE authentication due to any problem (e.g. using Qgis without internet), always when the user starts Qgis, Qgis stop the loading to ask the user the GEE authorization code from the plugin, even if the user doesn't want to use the plugin.
    XavierCLL committed Jul 28, 2020
    Configuration menu
    Copy the full SHA
    1ffa8c8 View commit details
    Browse the repository at this point in the history
  2. Update readme

    XavierCLL committed Jul 28, 2020
    Configuration menu
    Copy the full SHA
    5a530dd View commit details
    Browse the repository at this point in the history
  3. Fix send the PKCE verifier code to prevent auth code stealing while p…

    …lugin is writing the token
    XavierCLL committed Jul 28, 2020
    Configuration menu
    Copy the full SHA
    61d70c7 View commit details
    Browse the repository at this point in the history

Commits on Aug 5, 2020

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