Hello. I’m currently trying to integrate a Miro board into my website. While trying to get the oauth token from my local, I receive this error:
Access to fetch at 'https://api.miro.com/v1/oauth/token' from origin 'http://127.0.0.1:8080' has been blocked by CORS policy: No 'Access-Control-Allow-Origin' header is present on the requested resource. If an opaque response serves your needs, set the request's mode to 'no-cors' to fetch the resource with CORS disabled.
Is there a way to whitelist my localhost and get the token?