Hey <@!498057949541826571> I've got a problem wher...
# general
s
Hey @User I've got a problem where I'm using a third party service that needs to be secure. This is the situation: - I use SuperTokens to increase the Security of my app - I use a third party for a specific service. (I host the free server on AWS) - The third party uses refresh token based auth. - This means my app is now less secure because despite using supertokens, the most important part has tokens that are saved in async storage and they're just normal JWT How do I integrate the two?