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
The dart_meteor does not keep the login state across the app close and reopening. You must manage it yourself.
When you do a meteor.loginWithPassword, it will return a MeteorClientLoginResult object, which has a field named token in it. You must securely store that returned token in your app's secure storage. When you open your app again, you must check whether you have a token in your secure storage. If you have it, you can try meteor.loginWithToken to log the user in without any prompt for username/password.
it starts to fail, when the user closes the application, the session is lost, and he cannot change his password
I get this error
How can you keep the session?
@tanutapi please urgent
The text was updated successfully, but these errors were encountered: