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

login not working #59

Open
pvinis opened this issue Feb 19, 2021 · 3 comments
Open

login not working #59

pvinis opened this issue Feb 19, 2021 · 3 comments
Assignees
Labels
bug Something isn't working

Comments

@pvinis
Copy link

pvinis commented Feb 19, 2021

Screenshot 2021-02-19 at 15 42 00

Maybe a problem with password escaping or something? I have spaces and stuff in the pass.

@dblandin
Copy link
Member

@pvinis Thanks for the issue!

I think there are a couple issues here.

Instead of fixing the existing login command, I'm actually interested in attempting an OAuth approach instead. Might spent some time on that during Future Friday today.

@pvinis
Copy link
Author

pvinis commented Feb 19, 2021

Sounds good! I don't have 2fa on that account if that matters.

What I wanted was to use this to login and get an access token and a user id in CI, so it might be useful to have a way to do this non-interactively, like artsy login --email bla@bla.com --password "bla wow a password" or something.

What I ended up doing is this instead for now: https://github.com/artsy/eigen/pull/4462/files#diff-49670b61f49e73c606f80b3cd64a70bf584e5b13d7c81a30486fbda739543fd4R11-R28

@dblandin
Copy link
Member

What I wanted was to use this to login and get an access token and a user id in CI, so it might be useful to have a way to do this non-interactively, like artsy login --email bla@bla.com --password "bla wow a password" or something

Ahh, that's a good point! We should be able to accommodate that as well 👍

I've seen some similar commands take in the password from stdin:

echo "password" | artsy login --email user@example.com

@dblandin dblandin added the bug Something isn't working label Feb 19, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants