GitHub-User-Insights-using-API icon indicating copy to clipboard operation
GitHub-User-Insights-using-API copied to clipboard

Basic authentication using a password to the API is deprecated and will soon no longer work

Open MadDanWithABox opened this issue 5 years ago • 0 comments

As above, this basic credential approach to accessing the GitHub api is soon to be deprecated.

They recommend using a personal access token (PAT) with the appropriate scope to access this endpoint instead. Visit https://github.com/settings/tokens for more information.

MadDanWithABox avatar Aug 10 '20 09:08 MadDanWithABox