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
Current implementation for oauth2 repo, specifically jwt, jira and google/downscope packages rely on .PostForm function which does not allow to specify a context.
Problem
Forwarding the context provides consumers more control over timeout/cancel, allows to leverage context values in log message wrappers etc
Proposal
The context is available within the function and preferably should be used to give more control to the consumer
The text was updated successfully, but these errors were encountered:
What
Current implementation for oauth2 repo, specifically jwt, jira and google/downscope packages rely on .PostForm function which does not allow to specify a context.
Problem
Forwarding the context provides consumers more control over timeout/cancel, allows to leverage context values in log message wrappers etc
Proposal
The context is available within the function and preferably should be used to give more control to the consumer
The text was updated successfully, but these errors were encountered: