electron-builder icon indicating copy to clipboard operation
electron-builder copied to clipboard

Bitbucket OAuth Support

Open FizzBuzz791 opened this issue 3 years ago • 1 comments

  • Electron-Builder Version: N/A
  • Node Version: N/A
  • Electron Version: N/A
  • Electron Type (current, beta, nightly): N/A
  • Target: N/A

I'm trying to publish my app with Bitbucket and from what I can see, the BitBucket Publisher only uses Basic auth. It'd be great if it could support OAuth and the client-cred flow. At present, I have to use my own account and generate an app password, which isn't the best flow.

FizzBuzz791 avatar Jul 25 '22 06:07 FizzBuzz791

Would love to have a community contribution on this. Setting up a local dev environment is fairly straight forward too https://github.com/electron-userland/electron-builder/blob/master/CONTRIBUTING.md#to-setup-a-local-dev-environment

mmaietta avatar Jul 27 '22 17:07 mmaietta