-
Notifications
You must be signed in to change notification settings - Fork 18
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
feat: Support OAuth #94
Comments
Hi! I would like to work on this issue. I have experience with Python, APIs and OAuth implementations. I'll follow the OAuth documentation from Atlassian to implement this feature. |
Can you guys assign me to this issue? |
Done! |
Hi! I see that I'm not assigned to this issue but would still like to contribute. Would it be okay if I work on it and submit a PR? Let me know! |
Sorry about that, I've assigned you this time. Of course PRs are welcome regardless 😄 |
@edgarrmondragon PR ready for review Changes: Added OAuth2 support Let me know if any changes needed. Thanks! |
Currently the tap only supports API tokens https://developer.atlassian.com/cloud/jira/platform/basic-auth-for-rest-apis/#get-an-api-token. We should add support for OAuth.
The text was updated successfully, but these errors were encountered: