You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
reqsign used to use ureq to do blocking request for auth. But we find it could block the entire tokio runtime if there are many concurrent blocking request. So we change the auth API to async which powered by reqwest.
Along with this change, reqsign did some refactor to polish the public API.
This issue is used to track our async reqsign migration. See #1902 for example.
We should:
XxxCore
which contains signer and other config valuesBackend
,Pager
,Writer
should holdArc<XxxCore>
Tasks
The text was updated successfully, but these errors were encountered: