riboseinc / isogit-lfs

LFS helpers on top of Isomorphic Git
MIT License
7 stars 3 forks source link

Support authentication #1

Closed strogonoff closed 2 years ago

strogonoff commented 2 years ago

Should support Git server authentication API similar to Isomorphic Git functions.

strogonoff commented 2 years ago

Authentication currently confirmed to work via HTTP basic auth header, but callers are supposed to supply it for the moment (example).

It should be improved by allowing to pass username & password parameters instead of pre-crafted HTTP header.