You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm using FlutterSecureStorage to store my sessions JWT. It works great for iOS, Android and desktop web, but on mobile web (iOS), after I refresh the page the value is gone from the storage. It's hard for me to tell what exactly is happening there as I don't have access to application logs, but clearly something is not working as expected.
The text was updated successfully, but these errors were encountered:
I'm using
FlutterSecureStorage
to store my sessions JWT. It works great for iOS, Android and desktop web, but on mobile web (iOS), after I refresh the page the value is gone from the storage. It's hard for me to tell what exactly is happening there as I don't have access to application logs, but clearly something is not working as expected.The text was updated successfully, but these errors were encountered: