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
In our app we first show a loading/init screen to check if we have a token saved already, if we do we navigate to the app otherwise we show the login page.
I have been trying this setup for a quite while. I have some experience in Android. A very little with flutter.
I have a REST API which is JWT authenticated. I need to authenticate the user before making any API requests.
I am bit confused on how to force open the login page on App Load.
I need to persist the JWT token than email & password.
Thanks,
Keethan
The text was updated successfully, but these errors were encountered: