Tagged articles
2 articles
Page 1 of 1
Programmer DD
Programmer DD
Aug 19, 2021 · Information Security

Why GitHub Dropped Password Authentication and How to Switch to Tokens

GitHub has ended password‑based Git authentication as of August 13 2021, mandating token‑based methods such as personal access tokens, OAuth, or SSH keys, and the article explains the timeline, security reasons, affected workflows, and steps developers must take to avoid disruption.

Developer WorkflowGitHubpassword removal
0 likes · 6 min read
Why GitHub Dropped Password Authentication and How to Switch to Tokens
System Architect Go
System Architect Go
Jan 3, 2018 · Backend Development

How to Retrieve File Content from GitHub Using the REST API v3

This article explains how to store configuration files in a remote GitHub repository and fetch them via GitHub's REST API v3, covering both public and private repositories, authentication methods, and the steps to create and use a Personal Access Token for secure access.

Backend DevelopmentConfiguration ManagementREST API
0 likes · 4 min read
How to Retrieve File Content from GitHub Using the REST API v3