Is your feature request related to a problem? Please describe.
Requested the possibility to authenticate the provider with a cookie. Is requested the same behaviour of git -c http.cookiefile=~/.gitcookies
Solution Implemented
Added support for authetication with 'http.cookiefile'. A custom client is created to support authentication with cookie file
Solution Implemented