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

Only basic http auth, get OAuth for Bitbucket [watson] #21

Open
nhmood opened this issue Nov 21, 2013 · 0 comments
Open

Only basic http auth, get OAuth for Bitbucket [watson] #21

nhmood opened this issue Nov 21, 2013 · 0 comments

Comments

@nhmood
Copy link
Owner

nhmood commented Nov 21, 2013

filename : watson
line # : 1613
tag : todo
md5 : 0bb963a4d16f768c23520c03dbb8fbfd

# [todo] - Only basic http auth, get OAuth for Bitbucket
# Bitbucket OAuth needs to redirect to some grant access page
# Not sure how to do that with a CLI, basic HTTP auth for now
sub bitbucketSetup {
    # JSON Response var
    my $js;

    # Set remote setup to one so password isn't asked for in Bitbucket parseConfig section
    # Crappy fix, won't need this when OAuth is implemented for Bitbucket
    $REMOTESETUP = 1;

    # [fixme] - Same code as header just without wprint, make modular
    print(BOLD "------------------------------\n");
    print(BOLD "watson", RESET);
    print(" - ");
    print(BOLD YELLOW "inline issue manager\n", RESET);
    print(BOLD "------------------------------\n\n");
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant