nasa / earthdata-download

Download your Earth science data with only one click
https://nasa.github.io/earthdata-download/
Other
22 stars 6 forks source link

EDD-63: Fix for Windows tokens not working, updates packages #50

Closed macrouch closed 4 months ago

macrouch commented 4 months ago

Overview

What is the feature?

The code to read the URL for Windows/Linux was stripping out the last character of the URL. This was causing the JWT signature to be invalid, resulting in redirects to get a new token.

What is the Solution?

Removing the code that stripped the last character of the URL

What areas of the application does this impact?

Opening application/logging in on Windows

Testing

Reproduction steps

Download files on Windows

Checklist

codecov[bot] commented 4 months ago

Codecov Report

Attention: Patch coverage is 0% with 1 line in your changes missing coverage. Please review.

Project coverage is 94.86%. Comparing base (5f965c1) to head (0b4d7bb).

Files Patch % Lines
src/main/main.ts 0.00% 1 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #50 +/- ## ======================================= Coverage 94.86% 94.86% ======================================= Files 114 114 Lines 2339 2339 Branches 474 474 ======================================= Hits 2219 2219 Misses 120 120 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.