GitHub dropping username/password support #370
-
I take it this project uses a PAT for GitHub, and is not impacted by GitHub dropping support for usernames and passwords for git operations later this year? |
Beta Was this translation helpful? Give feedback.
Answered by
derrickstolee
Jun 16, 2021
Replies: 1 comment 3 replies
-
GCM Core is a critical piece of how to authenticate with GitHub following the username/password deprecation. Using the latest GCM Core release will use the authentication mechanism that will continue after that deprecation. It integrates with multi-factor authentication according to your security requirements. |
Beta Was this translation helpful? Give feedback.
3 replies
Answer selected by
gilbertbw
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
GCM Core is a critical piece of how to authenticate with GitHub following the username/password deprecation. Using the latest GCM Core release will use the authentication mechanism that will continue after that deprecation. It integrates with multi-factor authentication according to your security requirements.