When do DockerHub auth tokens expire? When do DockerHub auth tokens expire? docker docker

When do DockerHub auth tokens expire?


That "token" will last as long as your username and password remain unchanged. It is just a base-64 encoded version of your username and password. The "auth" value doesn't come from the servers -- it is generated by the docker CLI in registry/auth.go