Hello!
This is my first post here as I just started working on a Monday.com app.
My app is a board view. I was able to set up everything, and it works fine on the frontend.
I have encountered a problem on the backend of my app. I’m able to successfully verify user sessionToken(obtained in the browser via await monday.get("sessionToken"), sent to backend, verified on the backend with jwt.verify(sessionToken, '...')).
Now I would like to make use of monday.api on the backend, and no matter if I’m using monday.setToken or passing token in options to monday.api - I’m getting “Not Authenticated” error.
I assume I did not understand something, any help/suggestions are appreciated.
Thanks!!
