-
-
Notifications
You must be signed in to change notification settings - Fork 23
add graceful exits to token refresh #1194
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
add graceful exits to token refresh #1194
Conversation
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## develop #1194 +/- ##
===========================================
+ Coverage 85.49% 85.77% +0.27%
===========================================
Files 94 94
Lines 3185 3191 +6
Branches 357 359 +2
===========================================
+ Hits 2723 2737 +14
+ Misses 388 380 -8
Partials 74 74 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
for more information, see https://pre-commit.ci
…rer_token-env-variable-configured-in-enviroment' of https://github.com/ssl-hep/ServiceX into 874-appauth-false-settings-doesnt-work-anymore-with-bearer_token-env-variable-configured-in-enviroment
for more information, see https://pre-commit.ci
…rer_token-env-variable-configured-in-enviroment' of https://github.com/ssl-hep/ServiceX into 874-appauth-false-settings-doesnt-work-anymore-with-bearer_token-env-variable-configured-in-enviroment
for more information, see https://pre-commit.ci
…rer_token-env-variable-configured-in-enviroment' of https://github.com/ssl-hep/ServiceX into 874-appauth-false-settings-doesnt-work-anymore-with-bearer_token-env-variable-configured-in-enviroment
ponyisi
left a comment
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.
Looks good to me!
Adds graceful exits (prevents 500 errors) when accessing the refresh token route when:
Also adds basic testing for token refreshes.