drewpayment / payment-group-flutter

My first Flutter SDK app, implemented in iOS/Android
0 stars 0 forks source link

Authentication Issue #18

Closed drewpayment closed 5 years ago

drewpayment commented 5 years ago

When refreshing in Flutter, it logs the user most of the time after about 30 seconds of being logged in... if the authentication timer is logging out, why isn't the user getting pushed back to the login screen? Otherwise, if they shouldn't be logged out, then why are they getting logged out when that token and info should be stored in the app's data...

drewpayment commented 5 years ago

Implemented user BLoC pattern, Flutter hot reload still breaks widgets on streams, but authentication is working more consistently at this point.