idangozlan / verdaccio-bitbucket

BitBucket auth plugin for verdaccio
MIT License
7 stars 17 forks source link

Google OAuth #24

Open wmarques opened 5 years ago

wmarques commented 5 years ago

Hi, First thanks for your lib it works very nicely :)

However it seems that it doesn't support users who are logged on Bitbucket via Google OAuth. Do you plan to support this ? I'm willing to help on it if you want.

Thanks

idangozlan commented 4 years ago

Hi @wmarques,

PRs are always welcome :) let me know if I can assist.

Thanks.

c-goettert commented 2 years ago

I was facing the same issue, but I managed to get it working using bitbucket app passwords. You can basically create a new app password for verdaccio and use this password to login. However one important thing is that you need to login with your bitbucket username only (not email). So to get it working make sure to not set any defaultMailDomain in your verdaccio config, otherwise the mail domain will be attached to your username.