Hi all,
I am about to create an integration that interacts with a Slack like server. The server provides oauth2 access. I had a look on the slack-app example and there the token from the server will be stored in a local sqlite database along with the userId. I would like to do something similar to prevent the user to authorize at the server each time he uses the integration.
I saw in another topic, that the storage API should not be used for such data. So is there another way to do it?
I just found following
and my question there is, what is that mySqlAccess? I seems, I search for something similar.
Thanks a lot and cheers, Marcus