KenAli77 / InFit

A simple workout tracker app, to keep track of your progress.
Apache License 2.0
50 stars 12 forks source link

Is the primary authentication check logic missing? #3

Open vresetnikov opened 3 months ago

vresetnikov commented 3 months ago

Hello,

Looking at the master branch it doesn't seem like the app performs any checks whether the user is logged in on startup?

Looks like the app starts with the "Login" screen as the initial screen. The login can then be performed.

However, I could not find in the code anything that handles the subsequent app launches and verifies that the user is logged in?

KenAli77 commented 5 days ago

You're right. The feature is not fully complete. I made a branch you can work on if you feel like it. [3-primary-authentication-check]