Use basic authentication
Repository details (github-data-cli)
- Project page
- github-data-cli
- Project log category
- github-data-cli (18 entries)
- Repository
- @joelpurra/github-data-cli
- Owner
- @joelpurra
- Issues
- Issues on Github
- Contributors
- Contributors on Github
- Project status
- 💤 This project is inactive.
- 📂 This project is open.
- 🤷 This project is not particularly popular.
- Repository activity period
- 🗓—
- Commits
- 18 commits
- Stars
- 4 stars
Commit details (b3e96510)
- Author
- Joel Purra
- Authored at
- Committer
- Joel Purra
- Committed at
Commit message
Use basic authentication
> GitHub is deprecating authentication to the GitHub API using query parameters … > > All authentication to the GitHub API should be done using HTTP basic authentication.
See
Raw text
Use basic authentication > GitHub is deprecating authentication to the GitHub API using query parameters ... > > All authentication to the GitHub API should be done using HTTP basic authentication. See - https://developer.github.com/changes/2019-11-05-deprecated-passwords-and-authorizations-api/#authenticating-using-query-parameters - https://developer.github.com/v3/auth/#via-oauth-and-personal-access-tokens