-
Notifications
You must be signed in to change notification settings - Fork 407
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
Use context in new requests #362
Comments
argenta-quanto
added a commit
to argenta-quanto/go-oidc
that referenced
this issue
Jan 13, 2023
this use the context sent to methods in requests Fixes coreos#362
argenta-quanto
added a commit
to argenta-quanto/go-oidc
that referenced
this issue
Jan 13, 2023
this use the context sent to methods in requests Fixes coreos#362
argenta-quanto
added a commit
to argenta-quanto/go-oidc
that referenced
this issue
Jan 13, 2023
this use the context sent to methods in requests Fixes coreos#362
Made a PR: |
Can you take a look at #364? |
Yes, this is what I need. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
In some methods the code below do not use the context passed thought the method:
ex:
There is something that create some kind of risk in using :
req, err := http.NewRequestWithContext(ctx, "GET", p.userInfoURL, nil)
?
Thanks.
The text was updated successfully, but these errors were encountered: