Hello,
It is very simple to get access to the token from an integration. We can “destruct” the token from the session:
const { shortLivedToken } = req.session.
From front-end apps, I am using mondaySdk in order to make API calls. Is it possible to get access to the token from front-end apps, or change it?
Thanks!