Hello!
In the app that I’m developing, the widget and the board views use very similar settings. I would really like a way for there to be universal settings so that the user doesn’t have to put in the same thing twice. Is something like that possible?
As of today, each feature has its own settings and the settings can not be shared between app features.
As a workaround, you could listen to the selected settings using our SDK, save the selected values on your end (paired with the account) and then use them in the other feature.
Hello again Matias!
That sounds like a workable solution. I assume that by saving it on my end, you’re suggesting that I use my database. Does Monday have an authorization solution for my own database? I don’t want a bad actor changing my user’s stuff!
If I use the userId or boardId in the request to change that user/board’s data, then anyone who knew that user/board’s id could change its configuration. Is there a way to make an auth token to ensure that a request is from a logged in user?