Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Rework login. Don't store credentials in .netrc. #64

Merged
merged 25 commits into from Nov 23, 2014
Merged

Conversation

rocky
Copy link
Contributor

@rocky rocky commented Nov 20, 2014

No description provided.


email = raw_input(prompt)
if solvebio.api_host != 'https://api.solvebio.com':
prompt += ' for %s' % urlparse(solvebio.api_host).netloc
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

showing the protocol (http/https) is important. I don't see why it needs to be hidden from the user.

Conflicts:
	solvebio/test/test_dataset.py
davecap added a commit that referenced this pull request Nov 23, 2014
Rework login. Don't store credentials in .netrc.
@davecap davecap merged commit 29bcdf7 into dev Nov 23, 2014
@davecap davecap deleted the feature/netrc branch December 15, 2014 21:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants