-
Notifications
You must be signed in to change notification settings - Fork 8
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
Refresh when Invalid Session error occurs #58
Conversation
k-capehart
commented
Aug 2, 2024
•
edited
Loading
edited
- if an operation fails due to an invalid session, attempt to refresh the session by resubmitting credentials
- only attempt to refresh once to avoid entering an endless loop
…he session by resubmitting credentials
Codecov ReportAttention: Patch coverage is
❗ Your organization needs to install the Codecov GitHub app to enable full functionality. Additional details and impacted files@@ Coverage Diff @@
## main #58 +/- ##
==========================================
+ Coverage 86.45% 87.84% +1.38%
==========================================
Files 6 6
Lines 997 1111 +114
==========================================
+ Hits 862 976 +114
Misses 69 69
Partials 66 66 ☔ View full report in Codecov by Sentry. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Good changes. Here are a few optional suggestions