-
Notifications
You must be signed in to change notification settings - Fork 273
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
GitHub Sends API Deprecation Notice on Authentication #197
Comments
@tinycrimsonpandas Could you print the output of @kzidane Do you know where are we querying the Github API with passwords? I think we used to check for 2-factor but we don't anymore. |
I think Lab and Sandbox have an older version @dmalan. |
From the Sandbox. |
I've received a similar email and reported this in cs50/lib50#41 before finding this issue. |
Sorry to keep bringing this up but the emails from GitHub keep coming: From: GitHub <[email protected]>
Subject: [GitHub] Deprecation Notice
Date: Fri, 11 Sep 2020 04:54:12 -0700
Hi @pazz,
On September 11th, 2020 at 11:54 (UTC) you used a password to access an endpoint through the GitHub API using
python-requests/2.22.0:
https://api.github.com/user
Basic authentication using a password to the API is deprecated and will soon no longer work. Visit
https://developer.github.com/changes/2020-02-14-deprecating-password-auth/ for more information around suggested
workarounds and removal dates. I got this just after using Can you confirm that it really is just a matter of updating check50/lib50 in the sandbox container? |
@kzidane Can we try updating |
Still happening. Got such an email today after using check50 and/or submit50 to submit Lab1 hello.c source. |
Environment:
cs50 Lab/Sandbox
Upon authentication using username and password when running check50, GitHub sends following email to user:
See related GitHub blog post regarding depreciation:
https://developer.github.com/changes/2019-11-05-deprecated-passwords-and-authorizations-api/
The text was updated successfully, but these errors were encountered: