vim-gist icon indicating copy to clipboard operation
vim-gist copied to clipboard

github warning: app uses deprecated authorizations endpoint on github api

Open robbyjm opened this issue 4 years ago • 4 comments

On April 14th, 2020 at 22:12 (UTC) you or an application you used recently accessed the deprecated Authorizations endpoint on the GitHub API with the useragent curl/7.66.0.

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

robbyjm avatar Apr 14 '20 22:04 robbyjm

Yeah, same. It would be nice to have something in the docs as a manual workaround, so we can generate ~/.gist-vim and put token 923749028374098273490827 in there.

ypcrts avatar May 08 '20 00:05 ypcrts

Thanks. Will look later

mattn avatar May 08 '20 00:05 mattn

Whatever it was doing it is no longer working.

This API can only be accessed with username and password Basic Auth

hholst80 avatar Oct 04 '20 11:10 hholst80

Yes, only possible to do is removing password prompt.

mattn avatar Oct 04 '20 13:10 mattn