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
Currently, log in activity is only triggered when there is no log in key present. Instead of the log in key, username and password should be saved and be used to get a new login key in the background on create of MainActivity.
The text was updated successfully, but these errors were encountered:
cybre-finn
changed the title
Get new log in key on every start
Get new login key on every start
Jan 28, 2019
We should first solve proper error handling (#13) because we could than simply not generate the login key in the login activity but in the MainActivity only. Additionally it would be better to abstract that process in a "user" class.
Currently, log in activity is only triggered when there is no log in key present. Instead of the log in key, username and password should be saved and be used to get a new login key in the background on create of MainActivity.
The text was updated successfully, but these errors were encountered: