jakezhu9 commented on PR #4625:
URL: 
https://github.com/apache/incubator-devlake/pull/4625#issuecomment-1467372312

   Hi @mappjzc. You're absolutely right, I didn't fully implement oauth because 
it's a bit more complicated to set up.
   
   Instead, I've been using a combination of an API key and token for 
authentication. You can find instructions for configuring this in the README 
and on the [Trello developer 
site](https://developer.atlassian.com/cloud/trello/guides/rest-api/api-introduction/).
   
   One thing I should mention is that I haven't found a great way to store the 
API key and token in the plugin helper. Right now, I'm using helper.BasicAuth, 
which means you'll need to put the API key in the username field and the token 
in the password field. I know this isn't a good design and could cause some 
confusion. 
   
   If you have any suggestions for how to improve this, please let me know and 
I'll work on making it better!


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to