-
Notifications
You must be signed in to change notification settings - Fork 209
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
bitbucket OAuth #201
Comments
I looked into implementing this, but was disappointed at what I found:
My primary motivation to implement this was to avoid needing to provide bugwarrior a password, but OAuth2 doesn't solve that. And web browser login on every |
For future reference though, requests_oauthlib has a Bitbucket OAuth1 tutorial. |
I knew I had to be wrong about this so I kept digging. You can get a refresh token:
So I guess we could prompt for a password on first usage and thereafter use the refresh token. |
Bugwarrior doesn't seem to persist any data of its own currently, so I think we'd need to add a
|
- Implement OAuth2. Thanks to @ibuchanan for helping me navigate bitbucket's idiosyncratic implementation. - Add a bugwarrior.data file to the ~/.task directory, per [taskwarrior's third-party guidelines](https://taskwarrior.org/docs/3rd-party.html#guidelines).
- Implement OAuth2. Thanks to @ibuchanan for helping me navigate bitbucket's idiosyncratic implementation. - Add a bugwarrior.data file to the ~/.task directory, per [taskwarrior's third-party guidelines](https://taskwarrior.org/docs/3rd-party.html#guidelines).
- Implement OAuth2. Thanks to @ibuchanan for helping me navigate bitbucket's idiosyncratic implementation. - Add a bugwarrior.data file to the ~/.task directory, per [taskwarrior's third-party guidelines](https://taskwarrior.org/docs/3rd-party.html#guidelines).
- Implement OAuth2. Thanks to @ibuchanan for helping me navigate bitbucket's idiosyncratic implementation. - Add a bugwarrior.data file to the ~/.task directory, per [taskwarrior's third-party guidelines](https://taskwarrior.org/docs/3rd-party.html#guidelines).
- Implement OAuth2. Thanks to @ibuchanan for helping me navigate bitbucket's idiosyncratic implementation. - Add a bugwarrior.data file to the ~/.task directory, per [taskwarrior's third-party guidelines](https://taskwarrior.org/docs/3rd-party.html#guidelines).
- Implement OAuth2. Thanks to @ibuchanan for helping me navigate bitbucket's idiosyncratic implementation. - Add a bugwarrior.data file to the ~/.task directory, per [taskwarrior's third-party guidelines](https://taskwarrior.org/docs/3rd-party.html#guidelines).
- Implement OAuth2. Thanks to @ibuchanan for helping me navigate bitbucket's idiosyncratic implementation. - Add a bugwarrior.data file to the ~/.task directory, per [taskwarrior's third-party guidelines](https://taskwarrior.org/docs/3rd-party.html#guidelines).
Should probably use OAuth as well.
The text was updated successfully, but these errors were encountered: