Speed up credential validation using password_expiry_utc
attribute
#1194
Labels
auth:oauth
Specific to OAuth2 authentication
enhancement
New feature or request
host:bitbucket
Specific to the Bitbucket host provider
host:generic
Specific to the generic (basic/WIA) host provider
host:gitlab
Specific to the GitLab host provider
Discussed in #1169
As of Git 2.40, Git understands storage of password expiry. We can attempt to leverage this to reduce the need for token validation on every
get
request.From the 2.40 release notes:
explicit expiration.
The text was updated successfully, but these errors were encountered: