semantic-release / cli

:cl::round_pushpin: Setup automated semver compliant package publishing
MIT License
367 stars 49 forks source link

Woudn't it be nice if semantic-release could update to web flow for authentication? #336

Open Jeff-Tian opened 4 years ago

Jeff-Tian commented 4 years ago

New feature motivation

On May 6th, 2020 at 10:18 (UTC) you or an application you used recently accessed the deprecated Authorizations endpoint on the GitHub API with the useragent semantic-release.

We will remove the Authorizations API endpoint on November 13, 2020. If you accessed the API via password authentication, then we recommend you use the web flow to authenticate. Please check that your app uses the web flow for authentication https://developer.github.com/apps/building-oauth-apps/authorizing-oauth-apps/#web-application-flow

You can learn more about these changes by visiting our developer blog https://developer.github.com/changes/2020-02-14-deprecating-oauth-auth-endpoint/

Thanks, The GitHub Team

New feature description

New feature implementation

gr2m commented 4 years ago

It would indeed be nice. I'm working on OAuth tooling for GitHub and I plan to build some tooling for exactly that use case.