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

Hub Login command to initialise authentication #2508

Open
7wingfly opened this issue Mar 25, 2020 · 2 comments
Open

Hub Login command to initialise authentication #2508

7wingfly opened this issue Mar 25, 2020 · 2 comments
Labels

Comments

@7wingfly
Copy link

The first time I run the hub command it prompts me for authentication, it then gets 403 because I have to enable SSO for my personal access token. This is fine if I'm just using the hub command in the terminal, but not very practical for large scripts that I have to share with my colleagues, because the first time they run it a script will fail.

It would be super handy if there was a hub login command that creates the token and then provides the link to enable SSO.

Equally it would be useful if hub commands waited for the user to click the link to enable SSO before continuing rather than exiting after receiving 403.

@mislav
Copy link
Owner

mislav commented Mar 26, 2020

It would be super handy if there was a hub login command that creates the token and then provides the link to enable SSO.

Equally it would be useful if hub commands waited for the user to click the link to enable SSO before continuing rather than exiting after receiving 403.

These are all great ideas. Thank you for suggesting!

Related: #225

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants
@mislav @7wingfly and others