Skip to content
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 timeout to requests to OIDC_USER_ENDPOINT #2162

Open
sciurus opened this issue Mar 31, 2020 · 0 comments
Open

Add timeout to requests to OIDC_USER_ENDPOINT #2162

sciurus opened this issue Mar 31, 2020 · 0 comments

Comments

@sciurus
Copy link
Contributor

sciurus commented Mar 31, 2020

The lack of a timeout is relatively low risk here, but we should still have one.

response = requests.get(url, headers={"Authorization": f"Bearer {access_token}"})

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant