When was oauth2 authentication for command line introduced in Gitlab? -


in answer [1] oauth2 access token used on command line authenticate git command.

git clone https://oauth2:access_token@somegitlab.com/vendor/package.git 

how can find out when feature introduced? when ability put oauth2 username , access token password introduced in gitlab, in version?

because actions not possible using gitlab api i'm falling jgit actions in application. gracefully degrade app depending on version of gitlab used users.

[1] using gitlab token clone without authentication

i tested gitlab versions , answer is: 9.2.5. ability use oauth2 username has been introduced in gitlab v9.2.5.


Comments

Popular posts from this blog

PHP and MySQL WP -

android - InAppBilling registering BroadcastReceiver in AndroidManifest -

go - golang pprof for c library code -