redkyn / assigner

:black_nib: Automatically assign programming homework to students on GitLab.
MIT License
27 stars 6 forks source link

Support for https git authentication #71

Open LinuxMercedes opened 7 years ago

LinuxMercedes commented 7 years ago

For folks who haven't set up a pubkey with GitLab. We would want some way to store their username and password and hand those off to git as needed.

I think storing the password in the _config.yml in plaintext is fine. Alternatively, we could come up with some sort of prompt-once-per-execution scheme.