I need to integrate a Trello API into Support System, but I don't want users see the typical popup saying "Do you want to allow this app?". So, I need always the same user (me) by default for all connections (GET, POST, PUT, DELETE).
I would like when the user go to the Support System can see, add and update the tasks without do log in and without allow none (on Trello) and use my default user.
Don't mind if the solution is on the client-side or server-side.
Is there any way to make this?
Generate an application key that is set to never expire. Use these credentials to interact with your board/list using server-side php scripts.
Your support system will then use these credentials internally to interact with the API.