Hi everyone,
I’m developing an integration app that connects a Monday board with a third-party service. The app relies on an OAuth process to access and modify the user’s board when a webhook is triggered by the third party.
At the moment, I use an Authorization URL, requiring users to input the third-party access and secret tokens during the app installation to enable communication with the third party.
What would be the most effective way to initiate the OAuth process? Should I redirect users to the OAuth flow after they’ve entered their credentials?
Thanks in advance!