Hi, I had asked some time ago how I can implement ...
# general
b
Hi, I had asked some time ago how I can implement Supertokens in Ionic. I had tried to take the JWT approach, but was advised against it for security reasons. But now I have the problem that Ionic deletes the cookies after a restart. Is it possible to save the session securely on mobile devices in another way? Thank you very much!
r
hey
Which frontend SDK of ours are you using?
b
ah sorry, react
r
I see. The suggestion online is to use localstorage instead of cookies.. We will provide a way for you to do this sometime by the end of this week (in our new release)
b
Wow awesome, thanks 😄