Skip to content
This repository has been archived by the owner on May 9, 2023. It is now read-only.

"octogit login" should prompt for password rather than take it as an argument #26

Closed
freerobby opened this issue Apr 22, 2012 · 2 comments

Comments

@freerobby
Copy link

Because shells are typically logged, it would be nice if authentication was handled via a separate prompt so that the password does not get stored in .bash_history files and the like.

For prior art, see "sudo". The password is specified after the command is typed, not as an argument.

@myusuf3
Copy link
Owner

myusuf3 commented Apr 22, 2012

Understood; I am looking into implementing OAuth. I will try to find a place to implement the something with getpass in the meantime.

@myusuf3
Copy link
Owner

myusuf3 commented Jun 30, 2012

fixed with @dbr's pull request.

@myusuf3 myusuf3 closed this as completed Jun 30, 2012
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants