Closed mkistler closed 4 years ago
Merging #57 into master will increase coverage by
0.08%
. The diff coverage isn/a
.
@@ Coverage Diff @@
## master #57 +/- ##
==========================================
+ Coverage 97.81% 97.89% +0.08%
==========================================
Files 17 17
Lines 594 617 +23
==========================================
+ Hits 581 604 +23
Misses 13 13
Continue to review full report at Codecov.
Legend - Click here to learn more
Δ = absolute <relative> (impact)
,ø = not affected
,? = missing data
Powered by Codecov. Last update 03e0e53...263a763. Read the comment docs.
:tada: This PR is included in version 1.7.0 :tada:
The release is available on GitHub release
Your semantic-release bot :package::rocket:
Implement pacing of token requests for both the initial/expired token case and for refresh requests. These are implemented slightly differently because for token refresh we can allow requests to continue with the current token while it is not expired, but when the token expires all requests need to block behind the token request.