My usage:
When user click the button in our app, I will create a board on Miro.
I checked the document:
Step1: we will get the code after we authorize with the redirect url, this authorize will be completed by the real end user, right?
Step 2: we will get the access token by the code and return to our UI website
Step 3: we can pass the token from UI to our API and then access the create request. (we need the user to authenticate our App also)
My questions are:
Do we need/have the system account to get the access token?
If we want all of the authenticate and real create request get done in our backend, what I can do?
Miro will redirect the code to our API, but with this call, there is no our app authenticate info, we cannot continue to request the other logic if no user authenticate info with our app.