Git password authentication is shutting down
github.blog
Git password authentication is shutting down
1–10 of 353 posts
Re: Git password authentication is shutting down
#2Re: Git password authentication is shutting down
#3They do it to prevent password reuse, but still allow passwords on the web. I don't get it
Re: Git password authentication is shutting down
#4Re: Git password authentication is shutting down
#5So no need to panic if you've been using a build system or other tool that authenticates with username:token instead of a SSH key.
Re: Git password authentication is shutting down
#6Re: Git password authentication is shutting down
#7Re: Git password authentication is shutting down
#8This is stupid, they only had to request passwords longer than 15 characters and that would have an even better effect. As web access will be also safer. They do it to prevent password reuse, but still allow passwords on the web. I don't get it
Re: Git password authentication is shutting down
#9This is stupid, they only had to request passwords longer than 15 characters and that would have an even better effect. As web access will be also safer. They do it to prevent password reuse, but still allow passwords on the web. I don't get it
It doesn't matter how long your password is if your password is in a text file with bad chmod permissions to people who shouldn't have it.
An access token, at least, limits the blast radius.
Re: Git password authentication is shutting down
#10This is stupid, they only had to request passwords longer than 15 characters and that would have an even better effect. As web access will be also safer. They do it to prevent password reuse, but still allow passwords on the web. I don't get it
They do it to prevent passwords, which allow access to privileged things like account settings, from being stored (and thus subject to being accidentally leaked). It doesn't matter how long your password is if your password is in a text file with bad chmod permissions to people who shouldn't have it. An access token, at least, limits the blast radius.