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

Github OAuth Authorization API deprecation #40

Open
mluypaert opened this issue Jul 17, 2020 · 2 comments
Open

Github OAuth Authorization API deprecation #40

mluypaert opened this issue Jul 17, 2020 · 2 comments
Assignees

Comments

@mluypaert
Copy link
Member

The release process for azanium currently depends on python package github3.py (version 1.0.0a4) and the github3.authorize function to authenticate to Github using password authentication. This form of authentication is officially deprecated by Github (see here and here) and will be removed from the Github APIs on November 13, 2020. Hence there is a need to update this step in the release flow, as it would fail from November 13 onwards.

@mluypaert mluypaert self-assigned this Jul 17, 2020
@mluypaert
Copy link
Member Author

I've implemented a potential fix in 02bf1db, but am unsure whether this will cover the upcoming Github API deprecation (or what parts of Github3.py will be affected by it). As I don't know of a way to test this upfront (I've missed the brown-out periods), I will wait with creating a new db-migration (azanium) release until after November 13, at which point the Github OAuth Authorization API is being deprecated and the release process will fail if my code update would not cover the required changes.

@mluypaert
Copy link
Member Author

The current release process is broken and it seems like this might be related to this ticket, reopening.

@mluypaert mluypaert reopened this Mar 9, 2022
mluypaert added a commit that referenced this issue Mar 9, 2022
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