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

Fix reauth #197

Merged
merged 3 commits into from
Aug 12, 2022
Merged

Fix reauth #197

merged 3 commits into from
Aug 12, 2022

Conversation

eigenbrot
Copy link
Contributor

@eigenbrot eigenbrot commented Aug 12, 2022

Stale tokens were not triggering a re-authentication request due to a change in how the message was delivered from Globus. This fixes that (and fixes #179 )

@Cadair
Copy link
Member

Cadair commented Aug 12, 2022

I think this needs a rebase on main.

@codecov
Copy link

codecov bot commented Aug 12, 2022

Codecov Report

Merging #197 (fdb77e4) into main (6d9d91d) will not change coverage.
The diff coverage is 100.00%.

@@           Coverage Diff           @@
##             main     #197   +/-   ##
=======================================
  Coverage   96.27%   96.27%           
=======================================
  Files          29       29           
  Lines        1504     1504           
=======================================
  Hits         1448     1448           
  Misses         56       56           
Impacted Files Coverage Δ
dkist/net/globus/auth.py 98.82% <100.00%> (ø)

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

@Cadair Cadair merged commit f5c5b17 into DKISTDC:main Aug 12, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

When authing with Globus the first request after successful auth fails
2 participants